Contribute
Register

Installing Chameleon

Status
Not open for further replies.
The first time you install Chameleon you need to use the other two sudo commands described in the readme file, not just replace the boot file. Did you do that?
 
I'm not sure? copy paste it for me. I just followed the guide
 
In terminal, Go to the directory you have the chameleon files you're installing. You should be seeing the boot file. Use these 3 commands in that order. Hit "diskutil list" first to check which disk is the OS system on, probably disk0s2.


Normal Install (non-RAID):
--------------------------

Suppose that your installation is on /dev/disk0s2

- Install boot0 to the MBR:
sudo fdisk -f boot0 -u -y /dev/rdisk0

- Install boot1h to the partition's bootsector:
sudo dd if=boot1h of=/dev/rdisk0s2

- Install boot to the partition's root directory:
sudo cp boot /

No need to use startupfiletool anymore!
 
@colinhb88:
If it's not chameleon related, maybe it's that you are booting your drive in IDE mode instead of AHCI (this is to be set in the BIOS).

Check the settings of the port your system HD is on.
That's one that is often forgotten.
 
Status
Not open for further replies.
Back
Top