search for: xpmover

Displaying 3 results from an estimated 3 matches for "xpmover".

Did you mean: irmover
2014 Feb 01
5
xorriso or genisoimage syntax assistance
Could someone help me get the syntax for `genisoimage' and/or `xorriso' correct? Apparently it is not in many linux distros so below my little HOWTO shows how to compile it. ( which adds tons of crap that can go wrong) mkdir -p ISO_root/isolinux cp /usr/lib/syslinux/[i,m,v]* ISO_root/isolinux cat > ISO_root/isolinux/isolinux.cfg << EOF UI menu.c32 label isolinuxtests EOF # Most
2014 Feb 02
0
xorriso or genisoimage syntax assistance
...ic Taken from a build yesterday: /usr/compat.static/bin/xorriso -as mkisofs -joliet -graft-points -c boot/isolinux/boot.cat -b boot/isolinux/isolinux.bin -no-emul-boot -boot-info-table -boot-load-size 4 -isohybrid-mbr /usr/share/syslinux/isohdpfx.bin --modification-date=2014020113222000 -V XPMOVER -o xpmover-erebos-20140201-132220.iso -r cdmaster --sort-weight 0 / --sort-weight 1 /boot --sort-weight 3 /boot/kernel --sort-weight 5 /boot/isolinux --sort-weight 6 /boot/isolinux/isolinux.bin This is WITHOUT an efi.img UEFI boot image. Isohybrid with an UEFI boot image is three more switches...
2014 Feb 02
2
xorriso or genisoimage syntax assistance
...as for this. > /usr/compat.static/bin/xorriso -as mkisofs -joliet -graft-points -c > boot/isolinux/boot.cat -b boot/isolinux/isolinux.bin -no-emul-boot > -boot-info-table -boot-load-size 4 -isohybrid-mbr > /usr/share/syslinux/isohdpfx.bin --modification-date=2014020113222000 -V > XPMOVER -o xpmover-erebos-20140201-132220.iso -r cdmaster --sort-weight 0 > / --sort-weight 1 /boot --sort-weight 3 /boot/kernel --sort-weight 5 > /boot/isolinux --sort-weight 6 /boot/isolinux/isolinux.bin > This look like perhaps exactly what i need to get my partition isohybrid USB correct. &...