Jump to content

Myhack Mac OS X Lion 10.7.2 Installation


jaycn67
 Share

18 posts in this topic

Recommended Posts

Im using myhack to intall Lion 10.7.2. The 10.7.2 is the real app store version, it is original and untouched. So im using myhack build a bootable pendrive

It seens like no error, but it just stuck at this screen

im using verbose -f -v npci=0x2000 Graphics Mode=1920x1080x32 GraphicsEnabler=yes

 

post-715153-0-62876600-1326176674_thumb.jpg

Link to comment
Share on other sites

ok, thanks bro, i go and try it out

but i got another issue here

my machine running with Windows Boot Manager and when you select “Chameleon” it will toggle you into Chameleon bootloader into Lion

but i want made my machine boot direct to Chameleon bootloader and then i can made the option from there for me to choose log in to Windows or Lion

May i know how to made it?

 

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>SMfamily</key>
<string>MacBook Pro</string>
<key>SMproductname</key>
<string>MacBookPro8,1</string>
<key>SMboardproduct</key>
<string>Mac-94245B3640C91C81</string>
<key>SMserial</key>
<string>C02F93FQDH2G</string>
<key>SMbiosversion</key>
<string>[url=&quot;http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/&quot;]#####[/url].tonymacx86.com</string>
</dict>
</plist>

Link to comment
Share on other sites

You need to reinstall Chameleon if you want to make Chameleon as primary boot loader. You need all the Chameleon files; boot0 or boot0hfs & boot1h or boot1f32. I see Windows is the active partition here. You want to maintain this if you want to be able to use sleep/hibernate function in windows. So, this is how to reinstall Chameleon:-

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

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

Where X is the partition number where the boot file is located.

Link to comment
Share on other sites

Last login: Thu Jan 12 15:50:03 on ttys000
jays-iMac:~ jayfam$ diskutil list
/dev/disk0
  #:					   TYPE NAME				    SIZE	   IDENTIFIER
  0:	 FDisk_partition_scheme					    *500.1 GB   disk0
  1:			   Windows_NTFS OS					  176.1 GB   disk0s1
  2:			   Windows_NTFS DATA				    250.0 GB   disk0s5
  3:				  Apple_HFS Macintosh HD		    74.0 GB    disk0s6
/dev/disk1
  #:					   TYPE NAME				    SIZE	   IDENTIFIER
  0:	 FDisk_partition_scheme					    *320.1 GB   disk1
  1:			   Windows_NTFS JayDisk				 320.1 GB   disk1s1
jays-iMac:~ jayfam$ sudo fdisk -f boot0hfs -u -y /dev/rdisk0
Password:
fdisk: could not open MBR file boot0hfs: No such file or directory

 

could not open MBR file boot0hfs mean?

Link to comment
Share on other sites

now i dunno what decision to made bcause sleep and hibernate is quite important for me. im using laptop and im always close my laptop without shut down the window. If i disable already the function then all my work without save will gone..may i get your decision? what bootloader suite me?

Link to comment
Share on other sites

ok...thanks

 

Please try my instruction in post #4. Windows partition will still active with that instruction & Chameleon will be primary boot loader.

 

your method tried, when reboot, the screen show

boot 0:done_

and then it stuck, im using window recover disc to recover only can boot back to window bootloader

Link to comment
Share on other sites

Did you do like this:-

sudo fdisk -f boot0hfs -u -y /dev/rdisk0

sudo dd if=boot1h of=/dev/rdisk0s6

cp boot /

 

Your partition table also look a bit wrong:-

/dev/disk0
  #:                                      TYPE NAME                                SIZE           IDENTIFIER
  0:    FDisk_partition_scheme                                     *500.1 GB   disk0
  1:                      Windows_NTFS OS                                        176.1 GB   disk0s1
  2:                      Windows_NTFS DATA                                250.0 GB   disk0s5
  3:                             Apple_HFS Macintosh HD                    74.0 GB    disk0s6

If possible, please delete partition disk0s5 & disk0s6, and re-create them.

Link to comment
Share on other sites

jays-iMac:~ jayfam$ sudo -s
Password:
bash-3.2# cd /Users/jayfam/Downloads/i386
bash-3.2# sudo fdisk -f boot0hfs -u -y /dev/rdisk0
bash-3.2# sudo dd if=boot1h of=/dev/rdisk0s6
2+0 records in
2+0 records out
1024 bytes transferred in 0.001301 secs (787201 bytes/sec)
bash-3.2# cp boot /
bash-3.2# sudo fdisk -e /dev/disk0
Enter 'help' for information
fdisk: 1> f 2
Partition 2 marked active.
fdisk:*1> write
Device could not be accessed exclusively.
A reboot will be needed for changes to take effect. OK? [n] y
Writing MBR at offset 0.
fdisk: 1> exit
bash-3.2#

 

after exit, just close the terminal right?

i try reboot now, but it is also fail again...

Link to comment
Share on other sites

Before proceed, make sure you already created a backup of your files. Try again. This time don't set any active partition. Only three lines:-

sudo fdisk -f boot0hfs -u -y /dev/rdisk0

sudo dd if=boot1h of=/dev/rdisk0s6

cp boot /

 

If still doesn't work, please do like this:-

sudo fdisk -f boot0 -u -y /dev/rdisk0

sudo dd if=boot1h of=/dev/rdisk0s6

cp boot /

It should work but then you need to fixed the windows boot manager. After you have fixed windows boot manager using windows DVD, there are additional steps you need to do.

  1. Boot with Windows DVD & choose repair.
  2. At windows boot selection, click next/load.
  3. Open command prompt window & enter:-
    diskpart
    list disk
    select disk 0
    list partition
    select partition X
    active
    exit
    exit


    where X is partition number where OS X is installed.

  4. Reboot.

You should get Chameleon boot loader after reboot. You can choose to boot OS X or windows. The downside when using boot0 instead of boot0hfs is you loose sleep/hibernate function in windows because windows partition no longer active partition.

 

Remember, you're doing modification on your HDD. Make sure you have backup all of the files.

Link to comment
Share on other sites

 Share

×
×
  • Create New...