[BeOS]grub error 12

Pagina: 1
Acties:

  • Paultje3181
  • Registratie: November 2002
  • Laatst online: 18-03 13:09
Ik heb zojuist eens BeOS 5 geinstalleerd op een aparte partitie (/dev/hda10) welke ik in linux aangemaakt heb met fdisk. Ik heb hem BeOS fs meegegeven en bij de installatie laten initialiseren. Alles zonder problemen.

Maar nu wil ik via Grub BeOS opstarten, maar krijg ik een error 12:
volgens http://www.uruk.org/orig-grub/errors.html:
12 : "Cannot mount selected partition"
This error is returned if the partition requested exists, but the filesystem type cannot be recognized by GRUB.

Grub error 12
info grub wrote:
12 : Invalid device requested
This error is returned if a device string is recognizable but does not fall under the other device errors.

Dus het is 1 van deze twee problemen... Kan het zijn dat Grub niet met BeOS fs om kan gaan? Of is er iets anders verkeerd?

in menu.lst staat voor beos:
title BeOS
rootnoverify (hd0,9)
makeactive
chainloader +1
boot

Iemand nog dingen die ik vergeet?

  • ThunderNet
  • Registratie: Juni 2004
  • Laatst online: 18-03 18:15

ThunderNet

Flits!

Je hebt BeOS dus op een extended partitie geinstalleerd.
Ik weet het niet zeker, maar zover ik weet kun je niet booten van extended partities?

Heb je liever vooraf, of achteraf, dat ik zeg dat ik geen flauw idee heb wat ik doe?


  • Da Fox
  • Registratie: Juni 2004
  • Laatst online: 16-01 18:01
Je kunt wel van Extended Partitions booten hoor:
Windows won't boot from extended partitions so I started to create primary partitions and both Partition Magic and Ranish Partition Manager would not let me create more than 4. What should I do?

The specification for the PC hard disk MBR sector allows maximum of 4 primary partitions. Each primary partition can contain an Operating System on its own (or just data), but can also be set up as an extended partition. An extended partition is a container for logical partitions, of which you can have any number. But some Operating Systems will only reference a limited number of partitions. Many Operating Systems such as Linux and BeOS, and many flavours of Unix, can boot from an extended or a logical partition. Windows can boot from a logical partition (this is not common knowledge) but this type of installation is a little tricky (for more information check this and also other documentation). It is also possible to have 2 or more Hard Drives, which would allow you to have 4 primary partitions per hard disk. That way you are able to boot 8 or more of your Operating Systems from primary partitions and as many others as you have logical partitions available for them. Don't forget hiding.
(gevonden via google http://www.allensmith.net/OS/XOSL/III.htm)

of
Device Boot Start End Blocks Id System
/dev/hda1 1 1240 9374368+ 7 HPFS/NTFS
/dev/hda2 1241 6825 42222600 c W95 FAT32 (LBA)
/dev/hda3 6826 7752 7008120 f W95 Ext'd (LBA)
/dev/hda5 6826 6893 514048+ 82 Linux swap / Solaris
/dev/hda6 * 6894 7752 6494008+ 83 Linux
(mijn partitie layout)

"Man fears the darkness, and so he scrapes away at the edges of it with fire." - Rei Ayanami


  • Paultje3181
  • Registratie: November 2002
  • Laatst online: 18-03 13:09
inderdaad, want mijn linux staat ook op /dev/hda6, dus dat is het niet... Via info grub geeft ie aan dat het een fout is als het niks anders is, dus ook niet echt nuttig....

Ook op het BeOS-forum kon ik niks vinden, erg raar...

Maar je kunt dus wel zeker op een BeOS FS zo installeren? Of moet het perse op een FAT32 ofzo?

[ Voor 18% gewijzigd door Paultje3181 op 25-08-2005 10:53 ]


  • ThunderNet
  • Registratie: Juni 2004
  • Laatst online: 18-03 18:15

ThunderNet

Flits!

Grub error 12
info grub wrote:
12 : Invalid device requested This error is returned if a device string is recognizable but does not fall under the other device errors.
Did you execute those two lines in the grub prompt?Code:
grub> root (hd0,0) (Your boot partition)
grub> setup (hd0)
or whatever is appropriate for your installation?
check out this thread.
http://forums.gentoo.org/viewtopic.php?t=122656

Ik weet niet of je hier wat mee kunt?

Heb je liever vooraf, of achteraf, dat ik zeg dat ik geen flauw idee heb wat ik doe?


  • Paultje3181
  • Registratie: November 2002
  • Laatst online: 18-03 13:09
de oplossing gevonden ergens... Grub kijkt dus niet naar driveletters in linux, maar eerder naar IDE/SCSI
IDE1 =hd0, IDE2 = HD1, SCSI1 = HD2 en SCSI2= HD3

Ik ging er dus vanuit dat /dev/hdc disk 3 is en dus hd2, maar dit is dus niet, het is dus de 2e IDE schijf en daarom hd1...

Het werkt nu als een treintje...
Pagina: 1