[NTLUG:Discuss] Re: Suse / Win2K Dual Boot issue - ntoskrnl.exe missing?
Johnny Cybermyth
djcybermyth at sbcglobal.net
Mon Feb 7 11:08:18 CST 2005
Since your partition table looks like this:
Device Boot Start End Blocks Id System
/dev/hda1 10957 11046 722925 92 Unknown
/dev/hda2 * 14 10956 87899647+ 7 HPFS/NTFS
/dev/hda3 11047 24790 110398680 83 Linux
/dev/hda4 1 13 104391 83 Linux
Your grub.conf entry needs to look like this:
map (hd0,0) (hd0,1)
map (hd0,1) (hd0,0)
rootnoverify (hd0,2)
chainloader +1
makeactive #maybe not needed?#
Check out this link for a detailed resolution to your exact problem.
http://www.faqs.org/docs/Linux-HOWTO/Linux+Win9x+Grub-HOWTO.html
More information about the Discuss
mailing list