Q: Macbook pro retina 15 Mid 2014 - Virtualization bug
For some reason Virtualization is disabled when i boot directly up in Windows 8.1, however if i first start up OSX to the login screen and then select restart and boot into Windows i have Virtualization enabled as expected.
My temporary work-a-round which is terrible annoying:
- bootup via ALT and select Ios
- at login screen press restart
- hold down ALT and select Windows
This enables virtualization, however it would be "nice" to be able to just boot directly into windows.
MacBook Pro (Retina, 15-inch, Mid 2014), Windows 8
Posted on Dec 12, 2014 12:47 AM
This is the configuration command for the Windows partition and the whole disk. Enter your password for teh following command when prompted.
sudo /usr/sbin/bless --device /dev/disk0s4 --setBoot --legacy --legacydrivehint /dev/disk0
Run diskutil list to find the exact partition disk0sN, where N is the exact slice for the Windows partition. System Preferences -> Startup Disk uses an additional --nextonly qualifier which is being omitted intentionally in the previous command.
Test with the Alt key and verify that it works the way you want it.
Posted on Dec 13, 2014 1:59 PM