Mailinglist Archive: opensuse (4656 mails)
| < Previous | Next > |
Re: [opensuse] GRUB Too! (menu.lst)
- From: M Harris <harrismh777@xxxxxxxxxxxxx>
- Date: Sat, 27 Jan 2007 19:10:33 -0600
- Message-id: <200701271910.33934.harrismh777@xxxxxxxxxxxxx>
On Saturday 27 January 2007 18:36, charles@xxxxxxxxxxxxxx wrote:
> ###Don't change this comment - YaST2 identifier: Original name: linux###
> title openSUSE 10.2
root (/dev/sda,7) <<============= THIS IS WRONG
> kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda8 vga=0x317
> resume=/dev/sda7 splash=silent showopts
> initrd /boot/initrd-2.6.18.2-34-default
Your root specification is not correct. Should be:
root (hd0,6)
... and that is assuming that the /boot partition is on /dev/sda7. (they
number from zero)
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
> ###Don't change this comment - YaST2 identifier: Original name: linux###
> title openSUSE 10.2
root (/dev/sda,7) <<============= THIS IS WRONG
> kernel /boot/vmlinuz-2.6.18.2-34-default root=/dev/sda8 vga=0x317
> resume=/dev/sda7 splash=silent showopts
> initrd /boot/initrd-2.6.18.2-34-default
Your root specification is not correct. Should be:
root (hd0,6)
... and that is assuming that the /boot partition is on /dev/sda7. (they
number from zero)
--
Kind regards,
M Harris <><
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |