B0 error
From OSx86
The b0 error occurs on bootup, if no partition is active (or if you install GIUD drivers and are using MBR disk).
This basically means that the boot loader is not configured correctly.
To boot with the boot loader from the DVD, you need to know which partition/slice you installed to. If you do not know which partition/slice you installed to, boot from the install DVD instead
- insert the OS X install
- Hit F8 when invited to do so
- Enter
rd=disk0s1, or the partition/slice you installed to (in this example: first slice on first partition). - Once OSX has booted, make partition active and/or set the startup disk as explained below.
Setting the startup disk in OS X:
- When you're in the installer Click Startup Disk from the Utilities menu
- When booted from plain OSX Open System Preferences and click Startup Disk
- Click the desired the startup Disk
To make a partition active, do this:
- Start Terminal.app
- Enter:
-
sudo -s(enter your password) -
fdisk -e /dev/rdisk0(the disk number may be different on your installation, eg. rdisk1) -
print(list all partitions) -
flag 1(sets partition 1 as bootable - might be a different number on your installation) -
quit(answer y to save settings) - Now reboot the computer. You should now be able to boot without the install cd. .
When this solution does not work, try this:
- Start the computer with the CD. Wait until you can start the Terminal from the menu
- Type this:
fdisk -u /dev/rdisk0(or any other number if it is not the first disk) - Quit the Terminal
- Quit the Installer, a dialog box appears
- Click "Choose Startup Disk"
- Choose your first disk
- Click Reboot
