timsutton / osx-vm-templates

macOS templates for Packer and VeeWee.
MIT License
1.12k stars 248 forks source link

Question - the prepare iso script. #70

Closed chrisRidgers closed 7 years ago

chrisRidgers commented 7 years ago

I'm attempting to use the prepare_iso script to modify generate an installer image that can be used to install OS X onto a physical mac computer.

I'm aware this isn't the original point of this repository, but the SSH access is ideal for setting up a machine which can be further modified with ansible over SSH. Is there any advice you can offer, or reasons why this approach wouldn't work?

So far, I've managed to successfully generate the custom ISO, however booting from it on a Macbook Pro results in a 'no entry' symbol displayed on screen, while restoring the machines image from the generated image results in a boot process that takes hours to not finish, eventually logging a disk queue error.

Any advice much appreciated.

clburlison commented 7 years ago

@chrisRidgers You're correct this repo was not designed for what you're attempting to do. As such the output iso is not designed to be used for imaging physical Macs.

What you should be looking at (it was designed for this task) is https://github.com/MagerValp/AutoDMG. It sounds like in total you're attempting to automate:

timsutton commented 7 years ago

Thanks @clburlison - agreed on all counts.

chrisRidgers commented 7 years ago

Cheers for that. I suspected I might end up looking elsewhere but this stuff looks great none the less. Had to give it a go. :P

Cheers for the knowledge!