Quando ligo o meu PC, diz:
BusyBox v1.17.1 (ubuntu 1:1.17.1-10 ubuntu1) buil-in shell (ash)
enter 'help' for a list of built-in commands.
(initramfs)_
No modo de recuperação, diz:
706-4e 6e-9416-17889748 bbd onb /root failed:input/output error
Begin:running/scripts/local booting...done
done.
Begin:running/scripts/local booting...mount:mounting/dev on /root/dev failed :no such file or directory
done.
mount:mounting/sys on /root/sys failed :no such file or directory
mount:mounting/proc on /root/proc failed :no such file or directory
Target filesystem doesn't have a requested /sbin/init.
No init found. Try passing init=bootarg.
BusyBox v1.17.1 (ubuntu 1:1.17.1-10 ubuntu1) buil-in shell (ash)
enter 'help' for a list of built-in commands.
(initramfs)_
[ 34.664739] atkbd serio0: unknown key pressed (translated set2, code 0xd9 on isa0060/serio0)....
O texto acima não cobre todas as bases desse erro.
Pode ser necessário inicializar a partir do Live CD e depois fazer o chroot no sistema. (bind mount / dev, mount / proc) e, em seguida, execute update-grub
e, em seguida, grub-install /dev/root-device
Eu fiz isso muitas vezes, e isso realmente precisa ser facilitado, e também tornou-se possível quando você não pode executar os binários do alvo, o que eu só consegui fazer hackeando o script grub-mkconfig, que é um uber-PITA.