Displaying 4 results from an estimated 4 matches for "arch_repack".
Did you mean:
arch_repacked
2013 Nov 28
1
[Arch] syslinux 6.02 patch test result
Started a new thread as the old one is huge, which doesn't play well with
gmail.
Justed tested the patch by Gerardo:
http://www.syslinux.org/archives/2013-November/021190.html
Boot failed. Error message was:
*Failed to load ldlinux.c32*
*Boot failed: press a key to retry*
@ Gerardo: Only just saw the request on the forum...
Carl
2013 Nov 24
5
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
> I'm the developer of manjaroiso, the tool we use to build our install
> medias for Manjaro Linux.
> During our testings we found out, that syslinux6 won't work on older
> hardware. I've a new Lenovo i7 notebook which booted up our images
> just fine. Even with syslinux6. On my other PCs I got similar error
> messages as Carl got.
(snip)
>
> In
2013 Nov 24
0
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
Hi,
i am experiencing strange boot failures after repacking
the ISO image archlinux-2013.11.01-dual.iso without isohybrid
and EFI:
# mount -o loop archlinux-2013.11.01-dual.iso /mnt
$ xorriso -as mkisofs \
-o arch_repacked.iso \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-V "ARCH_201311" \
/mnt
This gesture works well with other bootable ISOs.
But when trying to boot the repacked archlinux, i do not
get to the men...
2013 Nov 24
1
Sysinux 6 will not boot ISOs on BIOS (i.e. pre-UEFI) systems
...uch names. So i have to follow
the wiki advise
"use the "-l" or "-iso-level 2" option to mkisofs"
Thus, a CD-bootable archlinux ISO without isohybrid and EFI
can be repacked by
# mount -o loop archlinux-2013.11.01-dual.iso /mnt
$ xorriso -as mkisofs \
-o arch_repacked.iso \
-c isolinux/boot.cat \
-b isolinux/isolinux.bin \
-no-emul-boot -boot-load-size 4 -boot-info-table \
-V "ARCH_201311" \
-iso-level 2 \
--sort-weight 2 /isolinux/isolinux.bin \
/mnt
The option --sort-weight is added here in order to for...