[OpenBIOS] [FYI 3/3] ppc64: Try using grubfs for iso9660

Andreas Färber andreas.faerber at web.de
Sat May 28 13:37:17 CEST 2011


---
 Without this patch, I get a 0x700 Program Exception when booting from AIX CD.
 With this patch, it proceeds further and I get an identical hang on AIX boot
 with both 32-bit and 64-bit cell size.
 
 config/examples/ppc64_config.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config/examples/ppc64_config.xml b/config/examples/ppc64_config.xml
index 5f79c21..1c3f8f3 100644
--- a/config/examples/ppc64_config.xml
+++ b/config/examples/ppc64_config.xml
@@ -39,7 +39,7 @@
   <option name="CONFIG_PC_PARTS" type="boolean" value="true"/>
   <option name="CONFIG_HFS" type="boolean" value="true"/>
   <option name="CONFIG_HFSP" type="boolean" value="true"/>
-  <option name="CONFIG_ISO9660" type="boolean" value="true"/>
+  <option name="CONFIG_ISO9660" type="boolean" value="false"/>
   <option name="CONFIG_EXT2" type="boolean" value="true"/>
   <option name="CONFIG_GRUBFS" type="boolean" value="true"/>
   <option name="CONFIG_FSYS_EXT2FS" type="boolean" value="false"/>
@@ -49,7 +49,7 @@
   <option name="CONFIG_FSYS_REISERFS" type="boolean" value="false"/>
   <option name="CONFIG_FSYS_XFS" type="boolean" value="false"/>
   <option name="CONFIG_FSYS_UFS" type="boolean" value="false"/>
-  <option name="CONFIG_FSYS_ISO9660" type="boolean" value="false"/>
+  <option name="CONFIG_FSYS_ISO9660" type="boolean" value="true"/>
   <option name="CONFIG_FSYS_FFS" type="boolean" value="false"/>
   <option name="CONFIG_FSYS_VSTAFS" type="boolean" value="false"/>
   <option name="CONFIG_FSYS_NTFS" type="boolean" value="false"/>
-- 
1.7.3.4




More information about the OpenBIOS mailing list