Contribute
Register

BIOS doesn't see my Hackintosh HD

Status
Not open for further replies.
Joined
May 15, 2013
Messages
9
Motherboard
Windows 8
CPU
Intel i5 2320
Graphics
AMD HD7750
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. iOS
Okay guys! I've managed to get my mackintosh to work (somewhat)! I'm still working with some problems (audio (so I can listen to my tunes :headbang:) flash, etc). I currently have a problem to which I can't find a solution. I have gotten Chimera to load. I was having some errors with the done0: 'gibberish' bug, but it seems I have fixed that. Now I wan't to make my Hackintosh HD to be the primary HD it boots of. In the BIOS options when I want to change to boot order, there is no WDC (my Hackintosh HD). The way I boot into my Hackintosh is by pressing F8. It opens up my boot menu and I can manually boot via Hackintosh HD. Paradoxically boot menu sees it but it's not there in the boot order menu.
 
Never mind! Fixed it. Asus has a weird system of classifying:
If {CD === bootable
boot}
else {
If { HD1 === bootable
boot}
else {If { HD2 === bootable
boot}
else {print "No bootable devices."}
I just had to enter some special menus to select which HD to boot from first. So it became:
If {CD === bootable
boot}
else {
If { HD2 === bootable
boot}
else {If { HD1 === bootable
boot}
else {print "No bootable devices."}
Moderators feel free to close the thread :clap:
 
Status
Not open for further replies.
Back
Top