I installed 10.10 a few days ago. The only changes to the default install are the addition of Chrome and Pinta.
It was fine for a few days, then today login etc seemed slow. Likewise it couldn't even render the restart/shutdown menus.
Hoping it was some botched update, I ran the update manager; it tried to install but failed (the UI didn't make it obvious what had failed).
Fine, ok. Shut it down (press enter on the blank shut-down dialog).
Fire it up hoping... And... #fail.
Target filesystem doesn't have requested /sbin/init.
No init found. Try passing init= bootarg.
Is it now a brick?
More details:
GRUB 1.98+20100804-5ubuntu3
With
Ubuntu, with Linux 2.6.35-22-generic
Causes
udevadm trigger is not permitted while udev is unxonfigured
Giving up waiting for root device.
Or
Ubuntu, with Linux 2.6.35-23-generic
Causes
mount: mounting /dev on /root/dev failed: No such file or directory
Then the same for /sys and /process
/sbin/init
is the first thing the kernel looks for on the root filesystem. This message in fact shows (99.999% of the time) that the root filesystem couldn't be mounted (or maybe that the wrong filesystem was mounted). What are the previous few messages? If you don't see many messages, press theShift
key as soon as the BIOS has initialized the keyboard and hold it until you see the Grub menu. On thelinux
line, removequiet splash
, then try booting. – Gilles 'SO- stop being evil' Dec 15 '10 at 22:39linux
line in Grub (if it's a UUID, not need to copy it out)? – Gilles 'SO- stop being evil' Dec 15 '10 at 23:58/var/log/kern.log
there for filesystem or disk errors (search especially forsda
). – Gilles 'SO- stop being evil' Dec 16 '10 at 00:43Shift+PgUp
scrolls up. – Gilles 'SO- stop being evil' Dec 16 '10 at 08:11