Bug#375927: RAID: groot is always set to (hd0,0)

Wouter Verhelst wouter at debian.org
Thu Jun 29 14:49:28 UTC 2006


On Thu, Jun 29, 2006 at 03:38:04PM +0200, Michael Biebl wrote:
> ## default grub root device
> ## e.g. groot=(hd0,0)
> # groot=(hd0,0)
> 
> Looking at /sbin/update-grub, groot is used to determine the root device
>   (line 684). This generates a menu entry like this
> 
> title 	Debian GNU/Linux, ...
> root 	(hd0,0) <= This is wrong, should be (hd0,1)
> kernel	...
> ...

The "root" in grub terms does *not* correlate to the root device for
your Linux kernel! The grub root device is where grub expects to find
the kernel; i.e., this should be wherever /boot is, *not* where /root
is!

Your kernel's root device is specified to the kernel with a kernel
command line parameter. Not with the grub "root" parameter!

-- 
Fun will now commence
  -- Seven Of Nine, "Ashes to Ashes", stardate 53679.4




More information about the Pkg-grub-devel mailing list