Why is it looking for /root/dev ?
Tom H
tomh0665 at gmail.com
Sun May 2 04:29:41 UTC 2010
On Sat, May 1, 2010 at 5:18 PM, Mike Yates <ubuntu at fonehelp.co.uk> wrote:
> I've upgraded my 9.10 to 10.04 on-line but it will only work with the
> older kernel (2.6.31-21) not 2.6.32-21, which locks up completely while
> attempting to start a recovery shell (busybox started but no prompt).
> Among the messages above that are three curious ones, failing to find
> /root/dev, /root/proc and /root/sys, also "no /sbin/init.007".
> As I said, switching to the older kernel, with all the same arguments on
> the same filesystem, works perfectly.
> Is the initrd corrupt?
> I've tried "apt-get install --reinstall linux-image-2.6.32-21-generic"
> to no avail.
No idea what "no /sbin/init.007" means but the "/root/..." messages
mean to me that your initrd is not mounting your partition(s) and it
is therefore failing when it tries to move them at the end of its
scripts (init-bottom IIRC).
Are you using lvm or mdadm?
The "... reiinstall ..." should have had the same effect but you
should also try deleting and recreating your initrd with
"update-initramfs -d ..." and "update-initramfs -c ...".
More information about the ubuntu-users
mailing list