Mailinglist Archive: opensuse (3506 mails)
| < Previous | Next > |
Re: [SLE] Grub loading Stage2 read error
- From: Darryl Gregorash <raven@xxxxxxxxxxxxx>
- Date: Sat, 16 Sep 2006 21:27:09 +0000 (UTC)
- Message-id: <450C6C27.1000307@xxxxxxxxxxxxx>
On 16/09/06 13:51, Paul Abrahams wrote:
> <snip>
>So here is the partitioning of my hard drive as revealed by cfdisk (relevant
>details only since I have to transcribe this manually at the moment):
>
>hda1 NTFS
>hda5 NTFS (primary Windows partition)
>hda6 Linux swap
>hda7 Linux Reiserfs (root)
>hda8 Linux ext3 (/boot)
>
>And here are the relevant parts of menu.lst as produced by Yast:
>
>gfxmenu (hd0,7) /message
>
Take out the space: (hd0,7)/message
>title SuSE Linux 10.0
>root (hd0,7)
>kernel /vmlinuz root=/dev/hda7
>initrd /initrd
>
This all seems to be according to the grub documentation. However, my
9.3 installation (with /boot == hda1 and / == hda2) has this instead:
gfxmenu (hd0,0)/message
title SUSE LINUX 9.3
kernel (hd0,0)/vmlinuz root=/dev/hda2 ...
initrd (hd0,0)/initrd
I would suggest the same to you, as follows:
title ...
kernel (hd0,7)/vmlinuz root=/dev/hda7 ...
initrd (hd0,7)/initrd
> <snip>
>So here is the partitioning of my hard drive as revealed by cfdisk (relevant
>details only since I have to transcribe this manually at the moment):
>
>hda1 NTFS
>hda5 NTFS (primary Windows partition)
>hda6 Linux swap
>hda7 Linux Reiserfs (root)
>hda8 Linux ext3 (/boot)
>
>And here are the relevant parts of menu.lst as produced by Yast:
>
>gfxmenu (hd0,7) /message
>
Take out the space: (hd0,7)/message
>title SuSE Linux 10.0
>root (hd0,7)
>kernel /vmlinuz root=/dev/hda7
>initrd /initrd
>
This all seems to be according to the grub documentation. However, my
9.3 installation (with /boot == hda1 and / == hda2) has this instead:
gfxmenu (hd0,0)/message
title SUSE LINUX 9.3
kernel (hd0,0)/vmlinuz root=/dev/hda2 ...
initrd (hd0,0)/initrd
I would suggest the same to you, as follows:
title ...
kernel (hd0,7)/vmlinuz root=/dev/hda7 ...
initrd (hd0,7)/initrd
| < Previous | Next > |