Gentoo Archives: gentoo-user

From: Glenn Enright <elinar@×××××××.nz>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] grub on a SATA drive
Date: Tue, 29 Nov 2005 08:22:54
Message-Id: 200511292118.30846.elinar@ihug.co.nz
In Reply to: Re: [gentoo-user] grub on a SATA drive by Heinz Sporn
1 On Tue, 29 Nov 2005 19:45, Heinz Sporn wrote:
2 <snip>
3 > > When I boot w/ the grub floppy I do:
4 > >
5 > > grub> root (hd0,1)
6 > > Fs is ext2, part type 0x83
7 > > grub> kernel /vmlinuz root=/dev/sda6
8 > > [Linux-bzImage, setup=0x120, size 0x1463b31]
9 <snip>
10 > > ...VFS: Cannot open root device "sda6" or unknown
11 > > block (0,0)
12 > > Please append correct "root" boot option
13 > > Kernel Panic-not syncing: VFS: Unable to mount root fs
14 > > on unknown block (0,0)
15
16 In your /boot dir there should be a symlink called /boot which is linked
17 to /boot! So when you have a seperate partition for your /boot area,
18 using /boot/vmlinuz will stay valid through the entire boot process. So then
19 your second line can read...
20
21 kernel /boot/vmlinuz root=/dev/sda? ...
22 ^^^
23
24 --
25 Larkinson's Law:
26 All laws are basically false.
27 --
28 gentoo-user@g.o mailing list