summaryrefslogtreecommitdiff
path: root/docs/README.knownissues
diff options
context:
space:
mode:
authorEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:39 -0300
committerEsteban Carnevale <alfplayer@mailoo.org>2013-09-02 20:03:39 -0300
commita5139a6e4ed897d59c900d8ea991c60a19d01862 (patch)
treef82a2c95fe0f34ddf5e7e4d88bfa33548e8269a8 /docs/README.knownissues
parent2ad1f4471698f00cc3985437f461e2e17aeccfa3 (diff)
parent491b627eb4b6af909ba8e19751378672930328eb (diff)
Merge branch 'master' of archiso into helper/rebrand
Conflicts: Makefile configs/releng/build.sh configs/releng/mkinitcpio.conf configs/releng/root-image/root/customize_root_image.sh configs/releng/syslinux/parabolaiso_pxe32.cfg configs/releng/syslinux/parabolaiso_pxe64.cfg configs/releng/syslinux/parabolaiso_sys32.cfg configs/releng/syslinux/parabolaiso_sys64.cfg docs/README.build parabolaiso/mkparabolaiso
Diffstat (limited to 'docs/README.knownissues')
-rw-r--r--docs/README.knownissues11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/README.knownissues b/docs/README.knownissues
index 1ff23e1..7002c5e 100644
--- a/docs/README.knownissues
+++ b/docs/README.knownissues
@@ -9,15 +9,4 @@
(A.K.A deinitramfs), build at initramfs by [parabolaiso_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>