Subj : Re: GRUB help To : comp.os.linux From : Kevin Verma Date : Sat Oct 23 2004 07:37 pm Hi, Posting output of `fdisk -l` will be a great help to help you. : Kevin Pandora Xero wrote: > I seem to be having some problems configuring GRUB to boot to my Windoze > partition, my menu.lst looks like: > ---------begin pasted section--------- > # Modified by YaST2. Last modification on Sat Sep 25 04:22:57 2004 > > > color white/blue black/light-gray > default 0 > timeout 8 > gfxmenu (hd0,0)/message > > ###Don't change this comment - YaST2 identifier: Original name: linux### > title Linux > kernel (hd0,0)/vmlinuz root=/dev/hde6 vga=0x317 splash=silent > console=tty0 desktop resume=/dev/hde2 showopts > initrd (hd0,0)/initrd > > ###Don't change this comment - YaST2 identifier: Original name: windows### > title Windows > root (hd1,0) > chainloader +1 > > ###Don't change this comment - YaST2 identifier: Original name: floppy### > title Floppy > root (fd0) > chainloader +1 > > ###Don't change this comment - YaST2 identifier: Original name: > ###failsafe### > title Failsafe > kernel (hd0,0)/vmlinuz root=/dev/hde6 showopts ide=nodma apm=off > acpi=off vga=normal noresume iommu=noforce maxcpus=0 3 > initrd (hd0,0)/initrd > --------end pasted section--------- > .