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
728x90