From: Florian F. <flo...@te...> - 2007-11-26 16:10:32
|
Hi, I have a small problem with MOL, and though reading lists about people havi= ng=20 similar problems, it does not seem to help. My host is an iBook G4 running= =20 gentoo 2.6.23-gentoo-r2 kernel modified to load the mol module=20 (handle_mm_fault symbol not exported) and mol-0.9.72.1 : Here is my partitionning :=20 /dev/hda # type name length base (= =20 size ) system /dev/hda1 Apple_partition_map Apple 63 @ 1 (= =20 31.5k) Partition map /dev/hda2 Apple_Boot eXternal booter 262144 @ 64 =20 (128.0M) Unknown /dev/hda3 Apple_HFSX Apple_HFSX_Untitled_1 38807936 @ 262208 = (=20 18.5G) Unknown /dev/hda4 Apple_Bootstrap bootstrap 1600 @ 39070144=20 (800.0k) NewWorld bootblock /dev/hda5 Apple_UNIX_SVR2 swap 1048576 @ 39071744=20 (512.0M) Linux swap /dev/hda6 Apple_UNIX_SVR2 root 38019840 @ 40120320 (= =20 18.1G) Linux native Block size=3D512, Number of Blocks=3D78140160 DeviceType=3D0x0, DeviceId=3D0x0 And my molrc.osx, relevant part of the configuration : blkdev: /dev/hda -boot -force -whole startmol -X fails with : Available Disks: Disk /dev/hda - Partioned - <read-only> 38154 MB BOOT SCSI devices: <No SCSI Devices> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MacOS X Boot Loader 0.9.73-SVN Ext2InitPartition: ih=3D6 SyncRead: error SyncRead: error =2D-> Boot loader failure: No bootable disk found I have no idea why the bootloader cannot start osx within MOL, any idea is= =20 welcome. Thank you very much in advance for your answer. =46lorian =2D----------------------------- |
From: Elimar R. <rie...@lx...> - 2007-11-26 19:00:01
|
[...] > /dev/hda3 Apple_HFSX Apple_HFSX_Untitled_1 38807936 @ 262208 ( > 18.5G) Unknown [...] > And my molrc.osx, relevant part of the configuration : > > blkdev: /dev/hda -boot -force -whole blkdev: /dev/hda3 -rw should work. BTW, how did you managed to compile MOL on 2.6.23 ? Elimar -- The path to source is always uphill! -unknown- |
From: Florian F. <flo...@te...> - 2007-11-26 19:08:35
|
Hi Elimar, Thanks your answer. Le lundi 26 novembre 2007, Elimar Riesebieter a =E9crit=A0: > should work. Unfortunately not, it still fails : Available Disks: HFSX /dev/hda3 <rw> 18949 MB SCSI devices: <No SCSI Devices> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D MacOS X Boot Loader 0.9.73-SVN SyncRead: error SyncRead: error =2D-> Boot loader failure: No bootable disk found > > BTW, how did you managed to compile MOL on 2.6.23 ? There was some problem with a missing ioctl declaration, I filled a bug rep= ort=20 here : http://bugs.gentoo.org/show_bug.cgi?id=3D199294. The fix is not be=20 adequate according to the MOL coding styles. Also there was a problem while loading the mol module which was=20 handle_mm_fault not being exported. I solved it patching linux/mm/memory.c = to=20 export handle_mm_fault. Not sure it is related ? > > Elimar =2D-=20 Cordialement, Florian Fainelli =2D----------------------------- |
From: Elimar R. <rie...@lx...> - 2007-11-26 22:54:34
|
On Mon, 26 Nov 2007 the mental interface of Florian Fainelli told: > Hi Elimar, >=20 > Thanks your answer. >=20 > Le lundi 26 novembre 2007, Elimar Riesebieter a =E9crit=A0: > > should work. >=20 > Unfortunately not, it still fails : >=20 > Available Disks: > HFSX /dev/hda3 <rw> 18949 MB >=20 > SCSI devices: > <No SCSI Devices> >=20 > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D > MacOS X Boot Loader 0.9.73-SVN > SyncRead: error > SyncRead: error > --> Boot loader failure: No bootable disk found >=20 > > > > BTW, how did you managed to compile MOL on 2.6.23 ? >=20 > There was some problem with a missing ioctl declaration, I filled a bug r= eport=20 > here : http://bugs.gentoo.org/show_bug.cgi?id=3D199294. The fix is not be= =20 > adequate according to the MOL coding styles. >=20 > Also there was a problem while loading the mol module which was=20 > handle_mm_fault not being exported. I solved it patching linux/mm/memory.= c to=20 > export handle_mm_fault. Not sure it is related ? I don't know of a working mol with 2.6.2(3|4). Did your configuration work with kernel <=3D2.6.22? Elimar --=20 Numeric stability is probably not all that=20 important when you're guessing;-) |