Check your USB drive details:
Add your user to disk group:
Open terminal and run the command below (replace X with your drive). There's no need for sudo:
Next open VirtualBox and create new vm.
When in the hard disk option, use an existing virtual hard disk file. Select usb.vmdk file that you've created earlier in the previous step.
$ sudo fdisk -l
$ sudo usermod -a -G disk $USER
$ vboxmanage internalcommands createrawvmdk -filename ~/usb.vmdk -rawdisk /dev/sdX
Complete setup.
Now you can start the newly created vm to test your Live USB.
No comments:
Post a Comment