cfernand
Nuev@ Applesan@
Para ejecutar Kernel 64Bits en algunos mac que lo soportan es requerido parchear el archivo boot.efi.
Descargar archivo boot64.efi y seguir las instrucciones:
cd ~/Desktop
sudo cp boot64.efi /System/Library/CoreServices/
cd /System/Library/CoreServices/
sudo chown root:wheel boot64.efi
sudo chflags uchg boot64.efi
sudo bless −folder /System/Library/CoreServices/ \
−file /System/Library/CoreServices/boot64.efi
El siguiente paso es editar /Library/Preferences/SystemConfiguration/com.apple.Boot.plist con el flags correspondiente:
<key>Kernel Flags</key>
<string>arch=x86_64</string>
Yo ahora no puedo probarlo, pero si a alguien le interesa, ahí queda.
Leer bien todo, incluidos los comentarios, porque parece que hay algun error.
Descargar archivo boot64.efi y seguir las instrucciones:
cd ~/Desktop
sudo cp boot64.efi /System/Library/CoreServices/
cd /System/Library/CoreServices/
sudo chown root:wheel boot64.efi
sudo chflags uchg boot64.efi
sudo bless −folder /System/Library/CoreServices/ \
−file /System/Library/CoreServices/boot64.efi
El siguiente paso es editar /Library/Preferences/SystemConfiguration/com.apple.Boot.plist con el flags correspondiente:
<key>Kernel Flags</key>
<string>arch=x86_64</string>
Yo ahora no puedo probarlo, pero si a alguien le interesa, ahí queda.
Leer bien todo, incluidos los comentarios, porque parece que hay algun error.