jaycn67 Posted January 10, 2012 Share Posted January 10, 2012 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 Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/ Share on other sites More sharing options...
kizwan Posted January 11, 2012 Share Posted January 11, 2012 Are you using dsdt.aml? If yes, removed it & try boot again. Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785291 Share on other sites More sharing options...
jaycn67 Posted January 11, 2012 Author Share Posted January 11, 2012 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="http://www.insanelymac.com/forum/topic/279450-why-insanelymac-does-not-support-tonymacx86/"]#####[/url].tonymacx86.com</string> </dict> </plist> Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785395 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785478 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785481 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 Like I said, you need all the Chameleon files. I attached here my copy of Kabyl's boot loader (base on Chameleon 2 RC5) for Lion. KabylLioni386.zip Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785491 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 may i know that is it if i using chameleon bootloader, it will disable sleep/hibernate function in windows? Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785508 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 If windows is not active partition, sleep/hibernate will not work in windows. If you follow instruction at my post #4, you will not have this problem. Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785512 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785516 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 Please try my instruction in post #4. Windows partition will still active with that instruction & Chameleon will be primary boot loader. Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785518 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785520 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785535 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785541 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 Do not set active partition. I didn't include it in my instruction at post #4 & #12, did I? BTW, your partition table look wrong, after disk0s1, it straight to disk0s5. Chameleon tend to fail if partition table is not correct. Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785563 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 ya, the patition table after disk0s1 straight go to disk0s5, so what should i do now? try again without set action partition? Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785566 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 Can you delete partition disk0s5 & disk0s6, and re-create them? Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785574 Share on other sites More sharing options...
jaycn67 Posted January 12, 2012 Author Share Posted January 12, 2012 OMG, not others way? disk0s5 is my window D drive, inside got a lot games Link to comment https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785575 Share on other sites More sharing options...
kizwan Posted January 12, 2012 Share Posted January 12, 2012 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. Boot with Windows DVD & choose repair. At windows boot selection, click next/load. 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. 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 https://www.insanelymac.com/forum/topic/274459-myhack-mac-os-x-lion-1072-installation/#findComment-1785619 Share on other sites More sharing options...
Recommended Posts