Voodooprojects

Chameleon => General Discussion => Topic started by: kd7tqn on April 22, 2010, 01:17:23 AM

Title: [SOLVED] Chameleon 2 RC4 RAID OSx86 boot issues
Post by: kd7tqn on April 22, 2010, 01:17:23 AM
Hi there,

so i decided that i wanted to hackintosh my HP DV9740us laptop. this laptop is different in the sense that it has the option for 2 HDDs in it. my plan is to just make it a sole OSX laptop and use VMware fusion for any windows needs I have. so i decided to go pick up a retail snow leopard install disk. I found a guide on how to do a retail install and followed that.
http://lifehacker.com/5351485/how-to-build...start-to-finish
when it came time to partition my HDD's i decided to set it up using osx software raid to raid 0 the 2 hdds. everything installled fine and i can successfully boot into OSX using the USB flash drive the guide instructed me to set up. the problem is i wanted to make the laptop bootable without the USB drive. so i found this guide....
http://www.insanelymac.com/forum/lofiversi...hp/t160467.html
and followed that exactly. but im having troubles booting still.

without the flash drive plugged in, booting from the HDDs i get the following text.

Boot0: GPT
Boot0: Testing
Boot0: Testing
Boot0: Done

and then i get a flashing cursor next to the last boot0: done. and doesnt boot any further.


what could be the issue?

thanks

Jason Hill
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: Gringo Vermelho on April 22, 2010, 04:49:35 AM
Did you use the fdisk binary that comes with the Chameleon download?

have you seen this topic:

http://forum.voodooprojects.org/index.php?topic=459.0
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: kd7tqn on April 22, 2010, 06:19:42 AM
Yes, I was using the fdisk supplied with the chameleon download.
I had not seen that thread, but it doesnt looks like it applies for me, because im not trying to dual boot with windows. its going to be just OSX installed on the machine.
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: zef on April 22, 2010, 01:16:40 PM
without the flash drive plugged in, booting from the HDDs i get the following text.

Boot0: GPT
Boot0: Testing
Boot0: Testing
Boot0: Done


Hi Jason,

It seems that none of your HFS partitions have boot1h installed properly on the drive where you're booting from.

Bye,
zef
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: kd7tqn on April 24, 2010, 07:32:36 AM
WHat steps would i need to do to fix this? ive re run the guide a second time with the same results.

Jason
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: zef on April 24, 2010, 11:09:19 AM
Ok, first paste the output of the "diskutil list" command. I don't know your current partition layout.
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: kd7tqn on April 24, 2010, 04:31:10 PM
/dev/disk0
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *160.0 GB   disk0
   1:                  Apple_HFS EFI                     209.7 MB   disk0s1
   2:                 Apple_RAID                         159.7 GB   disk0s2
   3:                 Apple_Boot RAIDboot0               134.2 MB   disk0s3
/dev/disk1
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *160.0 GB   disk1
   1:                  Apple_HFS EFI                     209.7 MB   disk1s1
   2:                 Apple_RAID                         159.7 GB   disk1s2
   3:                 Apple_Boot RAIDboot1               134.2 MB   disk1s3
/dev/disk2
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:                  Apple_HFS RAID                   *319.4 GB   disk2
/dev/disk3
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:     FDisk_partition_scheme                        *8.1 GB     disk3
   1:                  Apple_HFS hackintosh              8.1 GB     disk3s1


disk 3 is the flash drive.
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: zef on April 26, 2010, 12:06:31 PM
You can install Chameleon (boot1h, boot, Extra files) to your hidden EFI partitions (disk0s1 + disk1s1) or onto the hidden raid helper partitions (disk0s3 + disk1s3).
Title: Re: Chameleon 2 RC4 RAID OSx86 boot issues
Post by: kd7tqn on April 26, 2010, 09:05:11 PM
installing boot1h to the efi partitions fixed it. thanks much man.