lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ