Subj : Re: GRUB help To : comp.os.linux From : Shadow_7 Date : Sat Oct 23 2004 01:46 pm > I seem to be having some problems configuring GRUB to boot to my Windoze > partition, my menu.lst looks like: http://www.gnu.org/manual/ http://www.gnu.org/software/grub/manual/ You might try this configuration title WinDoze rootnoverify (hd1,0) makeactive chainloader +1 Additional comments integrated into your config file below. It might help if you include information about your version of windows, version of grub, version of linux kernel, version of SuSE, etc. Shadow_7 ################################################# color white/blue black/light-gray default 0 timeout 8 gfxmenu (hd0,0)/message ### Not familiar with gfxmenu, and couldn't find a ### ### mention in the grub manual. One would assume ### ### splashimage=(hd0,0)/boot/grub/splashimage_640x480_14colours.xpm.gz ### ###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 ### The above sure assumes a LOT of extras ### ### Like bootsplash from bootsplash.de ### ### Like a frame buffer console ### ### Even ACPI suspend from acpi.sf.net which also assumes a 2.6.x kernel ### ### And an initrd ramdisk image ### ###Don't change this comment - YaST2 identifier: Original name: windows### title Windows root (hd1,0) chainloader +1 ### The above assumes your windows is on /dev/hdb1 ### ### Kind of an unusual place for windows IMO ### ### You might try this configuration ### # title WinDoze # rootnoverify (hd1,0) # makeactive # 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 translation of original menu.lst / grub.conf file ### ############################################################# .