最終更新:2015-11-05 (木) 17:19:49 (3320d)
Linux/etc/grub.d?Linux/etc/grub.d/10_lupin
Serious errors were found while checking the disk drive for /.
- http://askubuntu.com/questions/453411/ubuntu-14-04-not-booting-after-error-message-tmp-could-not-be-mounted
- に書いてるあるようにGRUBのパラメータを修正して起動したらいけた。
- roをrwにする。
linux ${rel_dirname}/${basename} root=${LINUX_HOST_DEVICE} loop=${loop_file_relative} ro ${args}
- to
linux ${rel_dirname}/${basename} root=${LINUX_HOST_DEVICE} loop=${loop_file_relative} rw ${args}
- sudo update-grub