-
Notifications
You must be signed in to change notification settings - Fork 246
Description
This is a follow-up on #70
I am using osx-vm-templates to bootstrap an image for my packer script. I would like to use the same (or similar) dmg to install physical macs. AutoDMG is not really an alternative, because it does not create bootable images. I am not aiming for having a complicated netboot setup. I just need to reinstall a mac without the need to have physical access.
What is the difference between booting the image in a VM or on a physical mac? Would it boot on a mac when it was on a DVD instead of USB? (VMware/Virtualbox are emulating disk drives, instead of booting from USB).
I know, this project is not about booting natively, but it would be nice to see it happen, and this project is way closer to what I want to achieve than everything else I have seen so far.