Boot a live Linux system directly from a bootable USB device

Discussions related to using VirtualBox on Linux hosts.
Post Reply
pwzhangz
Posts: 12
Joined: 15. Sep 2012, 23:41

Boot a live Linux system directly from a bootable USB device

Post by pwzhangz »

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?
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

Post by scottgus1 »

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.
pwzhangz
Posts: 12
Joined: 15. Sep 2012, 23:41

Re: Boot a live Linux system directly from a bootable USB device

Post by pwzhangz »

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.
Post Reply