On x86, Volumio normally boots and runs from a USB device. VMware doesn't boot from USB sticks by default, so this guide shows how to get a Volumio USB to boot inside VMware using the PLoP Boot Manager, and then install it onto the VMware virtual disk. What you need: a USB stick of 8 GB or larger. 1. Create the Volumio USB boot disk Download the PC (x86/x64) image from the Volumio website ( https://volumio.org/ ) and write it to the USB stick with Win32 Disk Imager to make it bootable. Creating a Volumio USB boot disk with Win32 Disk Imager 2. Two ways to boot the USB in VMware Attach the USB stick to VMware as a raw hard disk and boot from it. Use the PLoP Boot Manager ISO CD image to boot from the USB stick. Since VMware doesn't support USB-stick booting by default, this method makes it possible. This guide uses the PLoP Boot Manager method. You can download it from plop.at ; after downloading, extract the archive and place the plpbt.iso CD image in a conven...
Older motherboards and some UEFI firmware can't create boot entries automatically even when a bootloader exists on the EFI System Partition. When OpenCore won't boot without the USB stick, or its entry disappears from the BIOS boot list, you can add the NVRAM boot entry directly with the bcfg command from a standalone UEFI Shell. Revised and updated as of 2026. The core commands from the original post still hold, but I've added map -r to re-scan the filesystems, path verification, reordering boot entries, and pre-flight precautions. I also fixed the path separator that looked like a won sign on screen to the actual UEFI backslash ( \ ). When to use this method The bootloader is on the EFI partition but doesn't appear in the BIOS boot list Removing the OpenCore USB stops the internal disk from booting You want to clean up duplicate Clover/OpenCore boot entries or change their order The motherboard setup screen has no option to select an EFI file directly Cau...