Jump to content

b0 error will not die!


Raiedon
 Share

3 posts in this topic

Recommended Posts

I have mac osx installed on a partition.

I am trying to set that partition as active so that i can boot it up without the install DVD.

 

i've already tried..

 

using terminal, then using the command:

 

"fdisk -e /dev/rdisk0", then flagging my partition. then writing and saving and quit.

 

then i tried booting up with flags "-v -s". used "fdisk -e /dev/rdisk0" , then "flag 3", "write" "quit"

 

i still keep getting b0 error.

 

Help please! :D

Link to comment
Share on other sites

hello,

1ª- boot whit your install DVD and use Disk Utility for look your EFI Patition is Mounted:

2º- In Terminal: diskutil mount disk0s1, this is your EFI Partition, and look if yours partitions are mounted: "diskutil mount"

3º- Reinstall your bootloader

 

*ACTIVAR LA PARTICION DE MAC OSX COM FDISK

1.Boot com seu MAC OS X Install DVD

2.Abrir la Terminal /Utildades/app Terminal

3.En la terminal type : diskutil list te va a salir la lista de los discos

bash-3.2# diskutil list

/dev/disk0

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *640.1 GB disk0

1: Apple_HFS EFI 209.7 MB disk0s1

2: Apple_HFS SNOW 213.4 GB disk0s2

3: Apple_HFS DATA 213.4 GB disk0s3

4: Apple_HFS DATA 2 212.8 GB disk0s4

 

4.Type fdisk -e /dev/rdisk0 <== use "rdisk" com seu número de disco aquí (!!Ignore the error "fdisk: could not open MBR file ).

5. Determine qual la particion de MAC OS X QUE QUIERES ACTIVAR (En este Ex: Apple_HFS SNOW 213.4 GB disk0s2)

6.Type p

7.Type f 2 <== use o numero de tu partición (disk0s2) disk0s2  0=nº de disco) (2=nº partición)

8. Type u

9. Type w

10. Type y

11. Type q

12. Type reboot

 

 

*PARTICION EFI

bash-3.2# diskutil list

/dev/disk0

#: TYPE NAME SIZE IDENTIFIER

0: GUID_partition_scheme *640.1 GB disk0

1: Apple_HFS EFI 209.7 MB disk0s1

2: Apple_HFS SNOW 213.4 GB disk0s2

3: Apple_HFS DATA 213.4 GB disk0s3

4: Apple_HFS DATA 2 212.8 GB disk0s4

bash-3.2#

 

*Montar partición EFI

sudo -s

mkdir /Volumes/EFI

mount_hfs /dev/disk0s1 /Volumes/EFI (disk0s1  0=nº de disco)(1=nº particion)

killall Finder

 

 

*Desmontar partición EFI

sudo -s

umount -f /Volumes/EFI

rm -rf /Volumes/EFI

killall Finder

 

*Borrar Partición EFI

 

diskutil eraseVolume "HFS+" "EFI" /dev/disk0s1

 

 

*Si por algn motivo al querer montar la partición EFI obtenemos el mensaje "mount_hfs: Invalid argument" abrimos un terminal y tecleamos

fsck_hfs /dev/diskxs1  X=n de disco

 

 

4ª-Good Luck!!!!!!!

 

 

 

 

Un Saludo!!!

  • Like 1
Link to comment
Share on other sites

  • 3 years later...

Muchísimas gracias iFIRE.

Toqueteando lo que no debo (como siempre) algo hice mal que solo boteaba windows directamente (a ML solo entraba con el USB boot)

Activé la partición ML, reinstalé Clover, borré Windor y Voilá todo rulando perfectamente de nuevo.

Muchísimas gracias.

Ayudas al que te lo pide (desde hace mucho) y también a otros que pasamos por algo similar hoy en día.

 

¿Te dí las gracias?

 

Por las dudas...

Gracias y un saludo.  :fishing:  :thumbsup_anim:

 

 

P.D. 

Nada como un buen Feedback que haga enterar a quien nos ayuda si su aporte sirvió o no (ejem, ejem Raiedon)

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...