To directly mount or boot a physical drive on a virtual machine (VM) run the following commands:
sudo fdisk -lYou'll see a listing of disks and partitions. Make note of the desired drive in the format of dev/sda, dev/sda1, etc.
VBoxManage internalcommands createrawvmdk -filename "</path/to/file>.vmdk" -rawdisk /dev/sdainsmod chainset root=(hd0,gpt2)chainloader /efi/Microsoft/Boot/bootmgfw.efiboot