Results 1 to 10 of 17
Hellow people
when i try to boot windows 98 in grub, it just hangs with this at my dsiplay
Code:
Booting 'other'
rootnoverify (hd1,0)
chainloader +1
I am using GRUB ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-20-2005 #1Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
windows98 doesn't boot (multiboot)
Hellow people
when i try to boot windows 98 in grub, it just hangs with this at my dsiplay
I am using GRUB as bootloaderCode:Booting 'other' rootnoverify (hd1,0) chainloader +1
when i disconnect my other harddisk (the one with linux) windows 98 just boots fine.. so the problem is the bootloader? i think,,,
I hope you guys can help me with this problem
- 04-20-2005 #2
Could you post the results of
so we can make sure you're specifying the right drive? Also Win98 especially doesn't like not being on the first partition of the first drive (your grub.conf entry shows that you're booting it from the first partition on the second drive), so you may have to enter a map parameter in your grub.conf likeCode:fdisk -l
Code:map (hd0,0) (hd1,0) map (hd1,0) (hd0,0)
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-20-2005 #3Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
how can i start fdisk if I type it in a shell:
bash: fdisk: command not found
- 04-20-2005 #4
You running Fedora? You may have to fully qualify the command (Fedora doesn't put sbin in your path by default). Try
Code:/sbin/fdisk -l
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-20-2005 #5Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
allright here is the info:
Disk /dev/hdc: 46.1 GB, 46115758080 bytes
255 heads, 63 sectors/track, 5606 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hdc1 * 1 13 104391 83 Linux
/dev/hdc2 14 5606 44925772+ 8e Linux LVM
Disk /dev/hdd: 1625 MB, 1625702400 bytes
64 heads, 63 sectors/track, 787 cylinders
Units = cylinders of 4032 * 512 = 2064384 bytes
Device Boot Start End Blocks Id System
/dev/hdd1 * 1 787 1586560+ b W95 FAT32
- 04-20-2005 #6Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Will it go if you add "boot" to the script?
Code:Booting 'other' rootnoverify (hd1,0) chainloader +1 boot
/IMHO
//got nothin'
///this use to look better
- 04-20-2005 #7
Your drives start at /dev/hdc? That's a bit odd...could you post the contents of /boot/grub/device.map? Not sure if that's the right path for Fedora, you may have to search for it with
Code:find / -name device.map -print
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 04-20-2005 #8Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
Code:# this device map was generated by anaconda (fd0) /dev/fd0 (hd0) /dev/hdc (hd1) /dev/hdd
- 04-20-2005 #9Just Joined!
- Join Date
- Mar 2005
- Posts
- 24
didn't work
Originally Posted by drakebasher
- 04-20-2005 #10
OK, you're pointing it to the right partition. Try modifying its entry with the map stuff I posted earlier, and post the full contents of your /etc/grub.conf file please. Can you still see the contents of that drive from within Fedora?
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson


Reply With Quote
