Boot a live Linux system directly from a bootable USB device
Posted: 11. Jun 2020, 01:49
I can copy a persistent LiveUSB to a vdi file and create a VBox VM from there:
sudo VBoxManage convertfromraw -format VDI /dev/sdd u2004_live.vdi
However, how do I boot a live Linux system directly from a bootable USB device? That is, without first creating a multi-GB VM?
sudo VBoxManage convertfromraw -format VDI /dev/sdd u2004_live.vdi
However, how do I boot a live Linux system directly from a bootable USB device? That is, without first creating a multi-GB VM?