InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #1  
Old 04-19-2009, 07:07 PM
xXrkidXx xXrkidXx is offline
Leopard
 
Join Date: Apr 2009
Posts: 478
No Bootable Disk?

After I get a successful instal of iPC 10.5.6 PPF5, I try to boot my drive and it says No Bootable Device, any ideas? My specs are in my sig.

Computer: Gateway 838GM | 9.5.0 Vodoo Kernel |2.0 RC4 Chameleon Bootloader | Processor:Intel Pentium 4 630 / 3 GHz | RAM: 512MB | OS: Windows 7 32BIT, OSx86 iPC 10.5.6 | Mainboard Chipset: Intel 915G Express | Graphics Card:Integrated Intel GMA 900 | Video Memory: Dynamic Video Memory Technology 3.0 | Audio:ALC 860 |Card Reader:8 in 1 Integrated| Hard Drives:1x 200GB SATA(Win 7), 1x 320GB SATA(OS X) Both Internal
Reply With Quote
  #2  
Old 05-06-2009, 11:07 PM
Bobwama Bobwama is offline
Cheetah
 
Join Date: May 2009
Posts: 5
You have both A)Your Leopard partition set as active (if you have another OS installed on another partition, insert your install disk, open terminal, type fdisk -e /dev/rdiskX, where x is the drive number, then flag Y, where y is the partition # with the other OS) and B)No bootloader on said partition. You should be able to boot off the disk, just don't hit any keys when it says to hit any key to boot off disk.
Reply With Quote
  #3  
Old 05-06-2009, 11:14 PM
Bobwama Bobwama is offline
Cheetah
 
Join Date: May 2009
Posts: 5
Forgot to add that you have to hit write, then y to confirm in the aforementioned terminal instruction.
Reply With Quote
  #4  
Old 05-06-2009, 11:37 PM
naquaada's Avatar
naquaada naquaada is offline
 
Join Date: Jan 2008
Location: Germany
Posts: 1,216
I'll explain the steps: Boot your DVD in single user mode, with -s boot option. Then type the following commands (press return after each line):
Code:
fdisk -e /dev/rdisk0
print
Now you can check if the harddisk is the correct one, otherwise quit fdisk with q and try another disk number (f.e. rdisk1) or disconnect all other harddisks. If your partition table is written in GUID mode it is possible that this method won't work. Now enter:
Code:
update
f 1
Normally the first partition should be marked active. If you want to boot from another partition enter the specified number (f 2).
Code:
w (or write, don't know if it has to be confirmed)
q (or quit)
After this you should be able to boot if you have a proper boot selector installed, f.e. Chameleon. Watch out that in BIOS the Mac HD is at the first place, or use your boot menu.

Important info: Harddisks in GUID partition table may not be bootable ever anymore, I had this problem twice, and a friend had it too. Even rewriting and erasing the MBR wasn't working, the computer hangs with a blinking cursor. So I always use MBR for bootable harddisks, I'm only using GUID for my Terabyte harddisks to format them in only one partition. MBR doesn't allow 1 GB partitions, for what reason ever.

MBR really is a crappy partition system after all, the best partition system I know is RDB (Rigid Disk Block) from the Amiga and the most craziest is from the CMD SCSI HD for the C64/C128.

2 Opteron systems: OSx86 10.5.8, Andy's 9.8.0 kernel, Asus A8N-SLI Premium, Opteron 185 o'clocked @ 2 x 2,95 GHz (2nd system 2.6 GHz), ATI Radeon HD2600XT 256MB Dual-Monitor 2x HP L2035, 4 GB RAM, Griffin FireWave as main audio device, Marvell + nForce LAN, Asus U3S6 USB3/SATA6 card, 5,5 TB harddisk, Firewire 800 card, Apple Remote + eHome IR receiver, 2x Wacom serial graphics tablet, Canon Pixma iP4700, Logitech Internet Navigator wireless keyboard/mouse combination.

My Audio stuff: M-Audio Transit USB (default audio), M-Audio ProFire 610, M-Audio ProFire Lightbridge (34 channels) using Creamware A16 ADAT converter MIDI: M-Audio Midiman 4x MIDI interfaceBehringer Audio Mixers: Xenyx 1002, Xenyx 1002FX, Xenyx 1202FX, Eurorack UB1002FX, Eurorack MX1804FX, Eurorack MX262A • FX devices: Lexicon MPX100 DSP, Behringer DSP-1000 Virtualizer, Behringer MiniFEX 800 DSP, Behringer Multicom Pro MDX4400 compressor RETRO: MSSIAH midi/sequencer/synthesizer cardridge for the C64 (Dual-SID), Steinberg M.S.I. MIDI Interface for C64
Reply With Quote
Reply