search for: genisoimage

Displaying 20 results from an estimated 193 matches for "genisoimage".

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 << E...
2014 Feb 01
0
xorriso or genisoimage syntax assistance
On 02/01/2014 02:48 PM, Dean Graff wrote: > Sorry, i should have been more clear. I am just trying to understand how > to do this same thing with xorriso or genisoimage, Debian for instance, > has both of these, but does not have `mkisofs'. I was hoping to write > the guide so that it could be used from debian, and hopefully take > advantage of the `xorriso' option which allows the rest of a USB to used > for a persistence partition, in the cas...
2015 Oct 30
0
Isohybrid wiki page and UEFI
...nd less than 30 MB without impatc. Aligned: could you give me an example of how you would create it with dd ? >_ Creating a UEFI-boot-only image... I can try that indeed. Don't think it's creating an impact as I do see the bootable VFAT32 part of my media and can navigate to it. >_ genisoimage is not the same as mkisofs; do not use the former (which >has been unmaintained since 2010). BTW, the EFI parameters for mkisofs >are documented in its manual (year 2012 is the latest version of the >manual available, with 2010 being the prior version of the manual). I mentioned that I...
2016 May 03
1
Trying to build bootable iso but very confused by syslinux documentation
...t; > | Create the Cd Image Directory and Populate it > | > | There are 4 packages that need to be installed on the Host System > | which provide the tools to make the Cd image. Syslinux contains > | isolinux which makes the Cd bootable. Squashfs-tools will compress > | the image. Genisoimage provides mkisofs tool to turn a directory into > | a CD image. So install syslinux, squashfs-tools, mkisofs and sbm. > | > | sudo apt-get install syslinux squashfs-tools genisoimage > > I did install genisoimage on a Debian system and is misses indeed `mkisofs`, > so must likel...
2016 May 03
4
Trying to build bootable iso but very confused by syslinux documentation
I was trying to follow this tutorial https://help.ubuntu.com/community/LiveCDCustomizationFromScratch. i got confused with the part about Create an isolinux.cfg file. The show stopper for me was the mkisofs because the closest command I had available was xorrisofs and I think a switch was different.
2015 Oct 25
2
Isohybrid wiki page and UEFI
...d on Thu, Oct 22, 2015 at 06:39:44PM -0400: > >On Thu, Oct 22, 2015 at 1:56 PM, Bruno Cornec via Syslinux > ><syslinux at zytor.com> wrote: > > > >> 3/ Using syslinux.efi in a FAT32 image (similar to the previous 2 > >> confs) stored on a iso9660 media by genisoimage and its > >> -eltorito-alt-boot -efi-boot $imagefile -no-emul-boot option doesn't > >> work. I get a red screen with debug info (attached). However, I'm not > >> trying to access anything outside of the FAT32 FS. I thought it > >> wouldn't be...
2015 Oct 30
2
Isohybrid wiki page and UEFI
...quot; for removable media too; another source of confusion from the long UEFI Specs). As I mentioned before, the fact that some firmware is capable of accepting / reading / using different features than what the UEFI Specs state can be either a pro or a con. Either way, KISS. > > >_ genisoimage is not the same as mkisofs; do not use the former (which > >has been unmaintained since 2010). BTW, the EFI parameters for mkisofs > >are documented in its manual (year 2012 is the latest version of the > >manual available, with 2010 being the prior version of the manual). > &...
2010 Mar 09
1
isohybrid question
...o as to make them bootable from USB by default. However, it's likely to make things slightly more difficult in terms of producing the images themselves: we want to make them available via jigdo as well as via full download of the .iso files directly, so doing post-processing of the images after genisoimage is finished is less than ideal for us. However, as I'm one of the people with commit rights to cdrkit / genisoimage I could probably add support for creating isohybrid-style images directly inside genisoimage. Does that sound like a sensible / reasonable / useful thing to do? Cheers, -- Stev...
2014 Feb 01
0
xorriso or genisoimage syntax assistance
On 02/01/2014 01:34 PM, Dean Graff wrote: > 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. What Linux distribution does *not* have one or the other? -hpa
2014 Feb 02
0
xorriso or genisoimage syntax assistance
Am 01.02.2014 22:34, schrieb Dean Graff: > 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) Build a recent xorriso - this can be run from the build directory without installing (thanks, Thomas!): ./config...
2014 Feb 02
0
xorriso or genisoimage syntax assistance
On Sun, Feb 2, 2014 at 2:31 AM, Thomas Schmitt <scdbackup at gmx.net> wrote: > Hi, > > > # Most linux distros dont have `mkisofs' ( > > Or they have genisoimage under the name "mkisofs". > (e.g. Debian, Archlinux) > ... > I would add option -R or -r for Rock Ridge names and file attributes. > This will make appear the files with their original names, as in > ISO_root, when the ISO filesystem gets mounted on unix-like systems. &gt...
2014 Feb 02
2
xorriso or genisoimage syntax assistance
Hi, > # Most linux distros dont have `mkisofs' Or they have genisoimage under the name "mkisofs". (e.g. Debian, Archlinux) > mkisofs \ > -o output.iso \ > -no-emul-boot \ > -boot-info-table \ > -boot-load-size 4 \ > -c isolinux/boot.cat \ > -b isolinux/isolinux.bin \ > ISO_root I would add option -R or -r for Rock Ridge...
2014 Feb 02
0
xorriso or genisoimage syntax assistance
Hi, (My apologies to Geert Stappers for the inappropriate branch which i grafted on his thread today. It still grows. But i do my share to dry it out by replying to a message in the correct thread. :)) Dean Graff wrote: > But I really want to push xorriso to its limits. Be invited. > -partition_offset 16 \ This makes the partition table look more normal. But it should not be a hard
2014 Feb 03
0
xorriso or genisoimage syntax assistance
On Sun, Feb 2, 2014 at 4:43 PM, Dean Graff <graff97 at gmail.com> wrote: > [ ... ] And Thomas, that 8 partition live OS sounds right up my alley, and > I will definitely check it out. > oops. Mattias, I got you guys confused as you both helped so much. This live system you described sounds fascinating. I really want syslinux + partitioned binary hard drive image + LUKS encrypted
2014 Feb 03
0
xorriso or genisoimage syntax assistance
Hi, > If any of you have time, let me know if it > looks wrong or if I missed anything anyone suggested. Nitpicking: Consider whether to use -r instead of -R, i.e. whether to make up ownership and permissions for publishing, or whether to preserve the ownership and permission as in ISO_root. The latter (-R) is more suitable for backup purposes, or if you have reason to have multiple
2015 Oct 23
3
Isohybrid wiki page and UEFI
...ing syslinux.efi for PXE booting of a UEFI server is working for > me. > 2/ Using syslinux.efi for booting from the local HDD of a UEFI server is > working for me. > > 3/ Using syslinux.efi in a FAT32 image (similar to the previous 2 > confs) stored on a iso9660 media by genisoimage and its > -eltorito-alt-boot -efi-boot $imagefile -no-emul-boot option doesn't > work. I get a red screen with debug info (attached). However, I'm not > trying to access anything outside of the FAT32 FS. I thought it > wouldn't be related to iso9660 in that use c...
2014 Feb 02
2
xorriso or genisoimage syntax assistance
On Sun, Feb 2, 2014 at 6:27 AM, Mattias Schlenker <ms at mattiasschlenker.de>wrote: [...] > Build a recent xorriso - this can be run from the build directory without > installing (thanks, Thomas!): > > ./configure --enable-static > > Thank you for pointing this out, I tried desperately to statically compile `mkisofs' yesterday, to no avail. To hear that xorriso is
2014 Jun 23
1
isohybrid has 2 variants
...at means that after xorriso -as <options> CD_root there is no need to run isohybrid <options> ouput.iso as output. ios is aleady hybrid. Is that right? _More generally, giving examples of isohybdrid commands in various use case would be helpful. _Under UEFI you propose a command "genisoimage <options> CD_root". Would the options be identical if instead of genisoimage we use xorriso? I ask as I'm not a Fedora user, thus don't have their variant of genisoimage. _At the end of the page you give an example where the GPT equipment is added. But in this thread: http://web...
2014 Jan 20
3
[PATCH] Add some man pages.
...f --git a/man/isohybrid.1 b/man/isohybrid.1 new file mode 100644 index 0000000..21e7a34 --- /dev/null +++ b/man/isohybrid.1 @@ -0,0 +1,61 @@ +.TH isohybrid 1 "17 Jan 2014" "isohybrid" +.SH "NAME" +isohybrid \(em Post-process an ISO 9660 image generated with mkisofs or +genisoimage to allow hybrid booting as a CD-ROM or as a hard disk. +.SH "SYNOPSIS" +.B isohybrid +[\fBOPTIONS\fP] +.I <boot.iso> +.SH "DESCRIPTION" +.PP +The \fBisohybrid\fR utility modifies a an ISO 9660 image generated with +mkisofs, genisoimage, or compatible utilities, to be boota...
2015 Oct 30
1
Isohybrid wiki page and UEFI
> Ady wrote: > > The reason genisoimage is highly modified is because... It is > > unmaintained! > > Sad but true. The cdrkit website is gone. Most "original" is > the debian source package. > > > > The "real" genisoimage (and any reincarnation of > > it) might never work with Sys...