Hi
i have been following the instructions but I keep getting an error when trying to create the vmdk file.
I have a Macbook pro with mojave
I have installed windows 10 to go in a external ssd disk, I can boot my Mac under windows with the external SSD with no issues at all, thru EFI
The windows 10 to go was installed using Rufus, I did not use any VM software at all.
I would like to boot my SSD within MacOS using VirtualBox, and for that I have followed the instructions with no luck
I have run the following commands
sudo VBoxManage internalcommands createrawvmdk -filename “/users/apple/Windows10disk.vmdk" -rawdisk /dev/disk2
but when I execute it just doesn't do any all, when I try to run it again I get the error
VBoxManage: error: sudo VBoxManage internalcommands createrawvmdk -filename “Windows10disk.vmdk'
VBoxManage: error: Error code VERR_FILE_NOT_FOUND at /Users/vbox/tinderbox/6.0-mac-rel/src/VBox/Storage/VMDK.cpp(3393) in function int vmdkCreateRawImage(PVMDKIMAGE, const PVDISKRAW, uint64_t)
VBoxManage: error: Cannot create the raw disk VMDK: VERR_FILE_NOT_FOUND
VBoxManage: error: The raw disk vmdk file was not created