Tag Archives: Dual_Boot

Mac – El Capitan – SIP and EFI booting with rEFInd

A great article about using rEFInd with El Capitan which now includes SIP is at: http://www.rodsbooks.com/refind/sip.html

Posted in Labs | Tagged , , , | Comments Off on Mac – El Capitan – SIP and EFI booting with rEFInd

Mac – Un-mount Windows partition from Startup Items

See: http://www.insanelymac.com/forum/topic/14231-how-to-unmount-windows-partition-on-startup/

Posted in Labs | Tagged , , | Comments Off on Mac – Un-mount Windows partition from Startup Items

BootCamp – Imaging windows with winclone

Using a lab windows image on a dual boot mac — Prepare a base windows image in Dell hardware and sysprep Take an image with KACE/Ghost but don’t allow drive to boot after With ghost you need to uncheck “Reboot” … Continue reading

Posted in Labs | Tagged , , , , , | Comments Off on BootCamp – Imaging windows with winclone

Mac – Mounting a volume from the command line

To mount a volume from the mac command line … 1) find the device with the command: # diskutil list 2) create a mount point (if it doesn’t exist) with the command: # mkdir /Volumes/Windows 3) mount the device with: … Continue reading

Posted in Labs | Tagged , | Comments Off on Mac – Mounting a volume from the command line

Bootcamp – Setting boot volume from windows command line

Sometimes it is necessary to set the boot volume via the command line. # “c:\Program Files\Boot Camp\BootCamp.exe” -StartupDisk “Windows” (Replace “Windows” with “Macintosh HD” to boot to the Mac side …) See this reference from Apple … http://support.apple.com/kb/HT3802

Posted in Labs | Tagged , , | Comments Off on Bootcamp – Setting boot volume from windows command line

Mac – Set boot volume from mac comand line

Sometimes, particularly on dual-boot macs, it is important to be able to set the boot volume from the mac command line. (Think Apple Remote Desktop!) The command to do this as root is: /usr/sbin/bless –device /dev/disk0s3 –setBoot –legacy For details … Continue reading

Posted in Labs | Tagged , , | Comments Off on Mac – Set boot volume from mac comand line