[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <48DB96B8.6050503@sandeen.net>
Date: Thu, 25 Sep 2008 08:48:40 -0500
From: Eric Sandeen <sandeen@...deen.net>
To: Lukas Hejtmanek <xhejtman@....muni.cz>
CC: linux-kernel@...r.kernel.org, xfs@....sgi.com
Subject: Re: 2.6.27-rc7 no init found on the root partition?
Lukas Hejtmanek wrote:
> this is a grub record:
>
> title Linux 2.6.26.3
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.26.3 root=/dev/sda1 ro console=tty0
>
> title Linux 2.6.27-rc7
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.27-rc7 root=/dev/sda1 ro
Is it possible that device ordering has changed? what if you do:
> title Linux 2.6.27-rc7
> root (hd0,0)
> kernel /boot/vmlinuz-2.6.27-rc7 root=LABEL=$WHATEVER ro
and try mounting root by label? (or UUID ...)
-Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists