R&D/OS

Errors were found while checking the disk drive for /.

sunshout 2014. 6. 20. 09:11

Kernel Log


Errors were found while checking the disk drive for /.



linux   sudo vi /etc/grub.d/10_lupin

change the line:

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}

Re-generate GRUB2 boot entry:

linux   sudo update-grub