diff options
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-06-28 12:49:46 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2013-06-28 12:49:46 -0300 |
commit | ce9c853292e0d37e3931634f43ce697ccd33ad11 (patch) | |
tree | 11122e6e3e077f37155e843df2fc716dba845a0f /docs/README.knownissues | |
parent | e6cae1d3e8ee8db15de9f0f40f8f38f2d464402e (diff) | |
download | archiso32-ce9c853292e0d37e3931634f43ce697ccd33ad11.tar.xz |
[archiso] Document isohybrid-gpt boot method
Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'docs/README.knownissues')
-rw-r--r-- | docs/README.knownissues | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/README.knownissues b/docs/README.knownissues index 2f9cf70..3a94764 100644 --- a/docs/README.knownissues +++ b/docs/README.knownissues @@ -9,15 +9,4 @@ (A.K.A deinitramfs), build at initramfs by [archiso_shutdown] initcpio hook. Proper shutdown is mostly important when persistent is used. -** (2) ISOHYBRID-MBR does boot on some hardware: - Some firmwares (BIOS) gets confused about using this hack - (first partition start at offset 0 -> MBR "infinite recursion"). - Solutions: - (a) Do not use this method, instead copy files manually and - setup the bootloader [PC-BIOS (MBR)] (See README.transfer). - (b) Change offset of the partition on the ISO or on the target medium - (if ISO is already dumped): - # isohybrid.pl -offset 1 <ISO-SOURCE> - OR - # isohybrid.pl -offset 1 <DEV-TARGET> |