Jump to content

boot0: test boot0: error


teeodor
 Share

7 posts in this topic

Recommended Posts

Hi,i have this problem and i can't solve!

I had iaktos l2 and i want install mountain.

I formatted the partition with lion and i install with ###### method mountain lion.

I reboot and i have installed the last chameleon but i have this error.

I try many times with chameleon wizard and with the terminal but i don' solved it!

I have 1 partition with windows and one with mac

Help me!

Link to comment
Share on other sites

Try this: put the folder 386 in Desktop, open app Terminal and

 

 

Look for your boot partition's identifier (diskXsY):EX: disk0s2

diskutil list

 

Get root access:

sudo su

 

cd /Users/your user/Desktop/i386

 

Install boot0 to the MBR:

 

./fdisk440 -f boot0 -u -y /dev/rdiskX

 

Install boot1h to the bootsector of the boot partition:

 

dd if=boot1h of=/dev/rdiskXsY

 

Copy the file "boot" to the partition:

 

cp boot /

 

Set the partition active:

 

./fdisk440 -e /dev/rdiskX

 

p <-----> (print a list on screen)

f 2 <-----> (makes partition 2 active) see your Partition

w <-----> (write to disk)

y <-----> (yes)

reboot

 

i386.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...