VirtualBox v5.2.x to access BootCamp-ed Windows-10 as macOS-Guest via RawDisk
Posted: 20. Aug 2018, 07:51
Maybe this will help someone.
Here is the macOS script I use. I have it setup as a macOS Alias (with a nice Windows icon).
win10b.command
Here is the macOS script I use. I have it setup as a macOS Alias (with a nice Windows icon).
win10b.command
Code: Select all
#!/bin/bash
# Required to get this VM to always start properly
# macOS High-Sierra v10.13.x, BootCamped Windows-10 64bit (via RawDisk), VirtualBox v5.2.x
# Script v2.3
# After rebooting macOS, it's Mounted again
diskutil unmount /Volumes/BOOTCAMP
sleep 2s
mount
printf "\n"
read -p "Press Enter, then enter your Admin password (to set permissions)"
sudo chmod 777 /dev/disk0s3
# VBoxManage list vms
VBoxManage startvm Windows-10_BootCamp