Contribute
Register

boot0 Error

Status
Not open for further replies.
Joined
Feb 5, 2012
Messages
19
Motherboard
Asus P8H61-M
CPU
Intel i5 2300
Graphics
Zotac GTX460SE 1gb
Mac
  1. 0
Classic Mac
  1. 0
Mobile Phone
  1. 0
I have tried to fix this error following the TonyMac guide but when I do it I get an error;

cd /Volumes/"USB"
dd if=boot1h of=/dev/disk0s2

dd: boot1h: Device not configured (HERE IS MY ERROR)
0+0 records in
0+0 records out


What is going wrong?

Thanks
 
look this:

http://www.tonymacx86.com/401-install-bootloader-extra-efi-partition.html


Plug in your UniBeast USB Drive (Named USB for this example)
Open Applications/Utilities/Terminal
Type: diskutil list and locate your EFI partition. It will be under IDENTIFIER. Be sure to use the correct one. (For this example: disk0s1)
Type: cd /Volumes/USB/usr/standalone/i386
Type: sudo -s
Type: fdisk -f boot0 -u -y /dev/rdisk0
Type: dd if=boot1h of=/dev/rdisk0s1
Type: cp boot /Volumes/EFI/
Close Terminal
 
Status
Not open for further replies.
Back
Top