Jump to content
oldnapalm

Instalação do Chameleon

Recommended Posts

Instalador:


http://Olarila.com/forum/viewtopic.php?f=8&t=70



App para instalação e configuração do Chameleon:


Chameleon Wizard


http://Olarila.com/forum/viewtopic.php?f=9&t=398



Instalação manual:


Baixe o pacote de binários e extraia o conteúdo

http://Olarila.com/forum/viewtopic.php?f=8&t=70


No terminal, rode os comandos:

   cd ~/Downloads/i386
  diskutil list

veja o IDENTIFIER da partição onde vai instalar (diskDsP)

nos próximos comandos substitua D pelo número do disco e P pelo número da partição

   sudo -s
  ../../bin/fdisk440 -f boot0 -u -y /dev/rdiskD
  dd if=boot1h of=/dev/rdiskDsP
  cp boot /Volumes/[nome da partição]
  fdisk -e /dev/diskD
  f P
  write
  y
  exit

 

Se usar boot0hfs não é necessário ativar a partição

   sudo -s
  ../../bin/fdisk440 -f boot0hfs -u -y /dev/rdiskD
  dd if=boot1h of=/dev/rdiskDsP
  cp boot /Volumes/[nome da partição]

 

Se tem outro HD com Windows como primeiro na ordem de boot do BIOS, você pode instalar o boot0md no MBR do HD do Windows, e o boot1h e boot na partição do Mac OS no segundo HD.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...