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?
Boot a live Linux system directly from a bootable USB device
-
scottgus1
- Site Moderator
- Posts: 20945
- Joined: 30. Dec 2009, 20:14
- Primary OS: MS Windows 10
- VBox Version: VirtualBox+Oracle ExtPack
- Guest OSses: Windows, Linux
Re: Boot a live Linux system directly from a bootable USB device
The old-school BIOS provided by Virtualbox does not support booting from USB.
The EFI BIOS might, but your guest OS would require compatibility with EFI, too.
The EFI BIOS might, but your guest OS would require compatibility with EFI, too.
Re: Boot a live Linux system directly from a bootable USB device
My version of VBox (6.1.6) has the feature to turn on EFI compatibility. The guest system,Ubuntu 20.04LTS,of course, also supports EFI.