I've been building a live Ubuntu server (10.04 LTS) to run off a thumb drive and it's nearly there.
However, I've gotten stuck at one step.
I need to run update-grub but it's complaining about:
/usr/sbin/grub-probe: error: cannot find a device for / (is /dev mounted?).
My fstab file contains:
# filesystem mount point type options dump pass
UUID=76d2077e-9726-4f95-abab-323cb426b099 / ext2 defaults 0 0
proc /proc proc nodev,noexec,nosuid 0 0
sys /sys sysfs defaults 0 0
udevrather thandev. – Randall Whitman Jul 25 '17 at 03:45dev(of typeudev) that needs to be mounted, as of today for Ubuntu 20.04 LTS. – xpt Jun 02 '20 at 01:56