rafatocandocielo Posted November 19, 2011 Share Posted November 19, 2011 Houston, I have a problem I have installed the iPC osX86 into my hp500 and it worked fine, but just when I booted with the installation DVD in the drive. When the DVD wasn't in It just gave an error and was unable to boot. In order to use my other 2 O.S. I used the boot recovery tool for linux, so now I can use the computer, and I can see an option in the boot menu for Mac 32 bits, but it just shows a few lines of text and stops booting. I don't know how to resolve it, and after recovering the boot I cannot boot Hackintosh, not even with the DVD in (if the DVD is in and I hit a key, then reinstallation starts, and if not then i get the error messege). The CPU is Centrino Dual Core 1400 mhz The drive partition format is MacOS Extended (case sensitive - journaled) HFS+ The drive is called ALAYA Tell me if I can give you any further information revelevant to help me. Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/ Share on other sites More sharing options...
artur_pt Posted November 20, 2011 Share Posted November 20, 2011 hello my advice is the must easy way GUID partition mac os x first partition + chameleon linux second partition, grub must be in that partition , where linux is installed and the chameleon to the rest for you good hack Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772090 Share on other sites More sharing options...
LatinMcG Posted November 20, 2011 Share Posted November 20, 2011 Houston, I have a problem I have installed the iPC osX86 into my hp500 and it worked fine, but just when I booted with the installation DVD in the drive. When the DVD wasn't in It just gave an error and was unable to boot. In order to use my other 2 O.S. I used the boot recovery tool for linux, so now I can use the computer, and I can see an option in the boot menu for Mac 32 bits, but it just shows a few lines of text and stops booting. I don't know how to resolve it, and after recovering the boot I cannot boot Hackintosh, not even with the DVD in (if the DVD is in and I hit a key, then reinstallation starts, and if not then i get the error messege). The CPU is Centrino Dual Core 1400 mhz The drive partition format is MacOS Extended (case sensitive - journaled) HFS+ The drive is called ALAYA Tell me if I can give you any further information revelevant to help me. boot linux and type in terminal sudo gedit /boot/grub/grub.cfg then edit the line for 32 bit with this menuentry "Mac OS X" { insmod hfsplus set root=(hd0,2) chainloader +1 } Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772091 Share on other sites More sharing options...
rafatocandocielo Posted November 20, 2011 Author Share Posted November 20, 2011 boot linux and type in terminalsudo gedit /boot/grub/grub.cfg then edit the line for 32 bit with this menuentry "Mac OS X" { insmod hfsplus set root=(hd0) chainloader +1 } [b]Hi Latin McG, I included the "chainloader +1" in the boot file, now the 32 bits line looks like this: [/b] } menuentry "Mac OS X (32-bit) (on /dev/sda3)" --class osx --class darwin --class os { insmod part_msdos insmod hfsplus set root='(hd0,msdos3)' chainloader +1 search --no-floppy --fs-uuid --set=root fc7841a177f72358 load_video set do_resume=0 if [ /var/vm/sleepimage -nt10 / ]; then if xnu_resume /var/vm/sleepimage; then set do_resume=1 fi fi if [ $do_resume = 0 ]; then xnu_uuid fc7841a177f72358 uuid if [ -f /Extra/DSDT.aml ]; then acpi -e /Extra/DSDT.aml fi xnu_kernel /mach_kernel boot-uuid=${uuid} rd=*uuid if [ /System/Library/Extensions.mkext -nt /System/Library/Extensions ]; then xnu_mkext /System/Library/Extensions.mkext else xnu_kextdir /System/Library/Extensions fi if [ -f /Extra/Extensions.mkext ]; then xnu_mkext /Extra/Extensions.mkext fi if [ -d /Extra/Extensions ]; then xnu_kextdir /Extra/Extensions fi if [ -f /Extra/devprop.bin ]; then xnu_devprop_load /Extra/devprop.bin fi if [ -f /Extra/splash.jpg ]; then insmod jpeg xnu_splash /Extra/splash.jpg fi if [ -f /Extra/splash.png ]; then insmod png xnu_splash /Extra/splash.png fi if [ -f /Extra/splash.tga ]; then insmod tga xnu_splash /Extra/splash.tga fi fi [b]But it is still not booting, before halting it shows this lines:[/b] npvhash=4095 hi mem tramps at Oxffe00000 PAE enabled 64 bit mode enabled Darwin Kernel Version 9.6.0. Mon Nov 24 17:37:00 PST 2008; root: xnu - 1228.9.59-1/RELEASE_I386 standard timeslicing quantum is 10000 us vm_page_bootstrap: 512141 free pages and 12147 wired pages mig_table _max_displ=79 Extension "com.apple.driver.AppleACPIPlatform" has inmediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style Extension "com.apple.driver.AppleIntelCPUPowerManagement" has inmediate dependencies on both com.apple.kernel and com.apple.kpi components; use only one style AppleDecrypt: Copyright © 2008 Dale Walsh [b]then I can only reboot.[/b] Here is a copy of the last post I wrote (as I'm new in this forum I wasn't able to find my own previous post!) Firstly the computer only could boot with the installation DVD in, otherwise it gave an error messege (that now is not giving). I used the boot repair tool for linux and it corectlly repaired my multi OS boot menu, so I can start with Vista and Ubuntu normally, and with Mac with the DVD in (its not starting the installation, it just uses the boot program in the DVD, then I wait 8 seconds until the "press any key to start from CD/DVD" line disappears, and it starts Mac). But when I directly select the Mac OS 32 bits from the multi OS boot menu, it shows some lines of text and halts (frozen, unable to do anything but force shutdown). About the wifi, my hp550 is not using the broadcom bcm4312 (that comes normally in most hp550), but the intel 4965 AG (the driver is included in the installation pack, but when I install it, is used only as a cable ethernet, not as a wireless lan for airport). If someone could help me to resolve those issues my "Mac" would be working at 100%. I also appreciate suggestions on programs to boot multiple OS (the windows boot menu, that comes after the ubuntu main boot menu, is messy with useless options and it stars the chkdisk every boot). hello my advice is the must easy way GUID partition mac os x first partition + chameleon linux second partition, grub must be in that partition , where linux is installed and the chameleon to the rest for you good hack when I installed the MacOS I didn't know that GUID partitions where better, I don't know how to give that format to a partition, I just found the disks tool in the installation menu, and gave a format to my 3rd and last primary partition in a format recommended by the Mac OS installation guide for hp550 (it said hfs+, but not the case sensitive, that maybe my mistake). If possible I prefer not to reinstal, but I'll do it if necessary. Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772227 Share on other sites More sharing options...
LatinMcG Posted November 22, 2011 Share Posted November 22, 2011 3945 is a halfway fixed driver.. not fully working .. remove bios whitelist and install used wireless AR5B91 try this menuentry "Mac OS X (32-bit) (on /dev/sda3)" { insmod hfsplus set root='(hd0,3)' chainloader +1 } Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772753 Share on other sites More sharing options...
rafatocandocielo Posted November 22, 2011 Author Share Posted November 22, 2011 3945 is a halfway fixed driver.. not fully working .. remove bios whitelist and install used wireless AR5B91 try this menuentry "Mac OS X (32-bit) (on /dev/sda3)" { insmod hfsplus set root='(hd0,3)' chainloader +1 } I got a nice: boot1: error jajaja, what to do... Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772779 Share on other sites More sharing options...
LatinMcG Posted November 23, 2011 Share Posted November 23, 2011 I got a nice: boot1: error jajaja, what to do... change the 0,3 to 0,2 (likely needs to point to hidden efi) if your using guid and mbr on same disk (hybrid), its out of my hands.. i never do it that way cause i use separate hard disks to prevent issues like boot1: error Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772894 Share on other sites More sharing options...
rafatocandocielo Posted November 23, 2011 Author Share Posted November 23, 2011 change the 0,3 to 0,2 (likely needs to point to hidden efi) if your using guid and mbr on same disk (hybrid), its out of my hands.. i never do it that way cause i use separate hard disks to prevent issues like boot1: error Thanks Latin McG for keep helping me, now it's fixed, I used a tool called EasyBCD and now I can boot well the 3 OS. About the wifi, I don't know if there is hope because my Mac OS is version 10.5 and by what I have read in the forum the options you told me would only work on 10.6. Maybe getting a different wifi card, or an usb one? or just praying for someone to fix the kexts for an old card in an old system (rare). But I really apreciate your interest and knowledge, and sharing it with the newies. If there are no options, just...bye! take care Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1772902 Share on other sites More sharing options...
LatinMcG Posted November 23, 2011 Share Posted November 23, 2011 bcm94321mc works in 10.5 i have bcm94321mcp from hp and rebranded it subvendor 106b (apple) subsystem 8D for revision of card being older bcm94321 8E works too i heard.) yah easybcd is finally working properly for us. 1.8 wasnt working properly.. Quote Link to comment https://www.insanelymac.com/forum/topic/272410-unable-to-boot-the-hackintosh-partition/#findComment-1773046 Share on other sites More sharing options...
Recommended Posts
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.