ℼ
List of Contents
It is always a good idea to back
up the last few OVA (or UTM) files on an external disk. If your host has problems,
those OVA files can be run on another host.
ℼ
GRUB — GRand Unified Bootloader
If you encounter problems with the disk, it is recommended to boot with “Recovery Mode”, and repairing it.
- Select: “Advanced options for Debian/Linux”
ℼ
Recovery Mode
- Select: “(Recovery Mode)”
ℼ
Root Password
- Give root password for maintenance.
- Enter “clear” to clear the screen.
ℼ
Check Partition (root mode)
- lsblk (list block devices)
- Check if /dev/sda1, /dev/sdb1, /dev/sdb2 is mounted properly
- for UTM, replace “sdb1” and “sdb2” with “vdb1” and “vdb2”.
- df (disk space usage)
- Sometimes, instead of /dev/sda1, the root is mounted to /dev/sdb1
- for UTM, replace “sdb1” and “sdb2” with “vdb1” and “vdb2”.
ℼ
Check and Repair (root mode)
- umount (unmount)
- for UTM, replace “sdb1” and “sdb2” with “vdb1” and “vdb2”.
- fsck (check and repair a filesystem)
- for UTM, replace “sdb1” and “sdb2” with “vdb1” and “vdb2”.
ℼ