--- Christopher Dick <[EMAIL PROTECTED]> wrote: > My menu.lst looks like this (for this email, I am > not > including all the YAST-inserted comments): > > default 0 > timeout 8 > gfxmenu (hd0,5)/boot/message > > title openSUSE 10.2 > root (hd0,5) > kernel /boot/vmlinuz-2.6.18-34-default > root=/dev/sda
Your problem is here. this dhould read; root=/dev/sda6 and should have some other parameters like; vga=0x317 selinux=0 resume=/dev/hda2 splash=verbose showopts > > My device.map is fairly simple: > > (hd0,0) /dev/sda This is also wrong: Should read (hd0) /dev/sda > -- > My grub.conf says: > > setup --stage2=/boot/grub/stage2 (hd0) (hd0,5) > quit This is correct. ____________________________________________________________________________________ Food fight? Enjoy some healthy debate in the Yahoo! Answers Food & Drink Q&A. http://answers.yahoo.com/dir/?link=list&sid=396545367 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
