Displaying 20 results from an estimated 182 matches for "xorriso".
2015 Oct 25
2
Isohybrid wiki page and UEFI
Thomas Schmitt via Syslinux said on Sat, Oct 24, 2015 at 12:56:49AM +0200:
>Needed is a EFI FAT image > 32 MiB and a new xorriso (available
>on demand).
My test script on RHEL 7.1 creates that even if I could make it smaller
as the kernel + initrd fits in less than 32 MB. So let me make that try
first !
o I changed myline in the script to dd a 30 MB image file, burt the ISO
with it, and no change. Still the same 2 red s...
2012 Jun 22
2
How to recognize an MBR suitable for isohybrid --mac ?
Hi,
i have implemented in xorriso the equivalents of isohybrid.c options --mac
and --uefi. There remains the question how to ensure that the submitted
MBR is prepared for the 32 byte mock-up of an APM Block0.
I see in git of may 2012 that all mbr/isohdp[fp]x*.bin begin by
33 ed 90 90 90 90 90 90 90 90 90 90 90 90...
2015 Oct 25
0
Isohybrid wiki page and UEFI
Hi,
i wrote:
> > Needed is a EFI FAT image > 32 MiB and a new xorriso (available
> > on demand).
Bruno Cornec wrote:
> My test script on RHEL 7.1 creates that even if I could make it smaller
> as the kernel + initrd fits in less than 32 MB. So let me make that try
> first !
>
> o I changed myline in the script to dd a 30 MB image file, burt the...
2014 Feb 02
2
xorriso or genisoimage syntax assistance
...x-like systems.
(Up to 255 characters of 8 bit each. E.g. UTF-8.)
Maybe add option -J for Joliet names, so that Microsoft users do not
feel discriminated. (Up to 64 UCS-2 characters of 16 bit each.)
> # Could anyone give me an example to do this same thing, using
> # `genisoimage', or `xorriso'?
The options used in your example (as well as R, -r, -J) are supported
by genisoimage and by "xorriso -as mkisofs", too.
See also
http://wiki.osdev.org/El-Torito#Example_of_ISO_Filesystem_Production_Run_for_BIOS
genisoimage is a clone of mkisofs as of 2006, enhanced by several...
2016 Apr 04
2
Changes to get CD to boot on EFI System.
> In case it ever becomes important to have an EFI boot image larger
> than 32 MB, there are xorriso.exe around. Based on Cygwin, i guess.
> It should also be possible to build GNU xorriso in Cygwin from source.
>
>
> Have a nice day :)
>
> Thomas
FWIW...
Thomas, the "xorriso.exe" files that are available are not really
"around". They are not easy to fi...
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...
2008 Oct 07
7
Looking for testers and advise about ISOLINUX within ISO 9660
Hi,
we are the developers of an alternative to mkisofs:
program xorriso from libburnia-project.org .
The current development cycle is about support for
creating bootable CDs, DVDs, BDs. So we look for
testers and for advise about ISOLINUX specifics.
The example from the ISOLINUX wiki is supposed to
work if you replace "mkisofs" by "xorriso -as mkisofs&...
2015 Oct 28
3
Isohybrid wiki page and UEFI
...assume you can boot Fedora Live CD on the same (virtual) hardware.
Not sure for Fedora, but the system is installed with either RHEL6,
RHEL7 or Ubuntu 14.04 depending on the Lab I'm making on it without
issue.
>Just to make sure that the firmware works so far.
Globally they do ;-)
> xorriso version : 1.4.1
> Version timestamp : 2015.10.25.123601
Yep.
> $xorriso -as mkisofs ...your.genisoimage.arguments...
>Let's see whether my emulation knows all your options.
# ./mkisouefi
30000+0 records in
30000+0 records out
30720000 bytes (31 MB) copied, 0.0786484 s, 391 MB/...
2014 Feb 02
0
xorriso or genisoimage syntax assistance
...riginal names, as in
> ISO_root, when the ISO filesystem gets mounted on unix-like systems.
> (Up to 255 characters of 8 bit each. E.g. UTF-8.)
>
> Thank you for this ^ .
>
> http://wiki.osdev.org/El-Torito#Example_of_ISO_Filesystem_Production_Run_for_BIOS
>
And this ^.
man xorrisofs
> http://www.gnu.org/software/xorriso/man_1_xorrisofs.html
>
> Some of these options are add-ons which you will not find
> in mkisofs. Vice versa, several mkisofs options are not supported
> by xorriso -as mkisofs. Most notably: -udf, -hfs.
>
This also is perfect, i found `x...
2014 Feb 08
5
isohybrid --mac doesn't find the mac efi image
I posted this on the bugzilla page but I figured that on the mailing
list it would get more attention. Please see
http://bugzilla.syslinux.org/show_bug.cgi?id=49 for a description of my
current issue.
--
Thank you,
Fernando Reyes
GPG BDD75DD7
Mission Accomplish, Inc.
http://missionaccomplish.com
Email:design at missionaccomplish.com
Tel: 7187100008
Cell: 3479275477
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 static friendly
is "a b...
2016 May 10
2
Trying to build bootable iso but very confused by syslinux documentation
On 05/03/2016 02:31 AM, Thomas Schmitt via Syslinux wrote:
> Hi,
>
> John Lewis wrote:
>> https://help.ubuntu.com/community/LiveCDCustomizationFromScratch
>>
>> The show stopper for me was the mkisofs because the closest command I
>> had available was xorrisofs and I think a switch was different.
> If you have questions about xorrisofs, then just ask me. :))
>
> The web page advises to install genisoimage, a mkisofs clone, but
> shows its examples with mkisofs. Replace "mkisofs" by "geisoimage"
> and you should be on t...
2014 Feb 09
1
isohybrid --mac doesn't find the mac efi image
On 02/08/14 17:40, Thomas Schmitt wrote:
> -eltorito-id "MAC" \
thanks a lot, that seems to allow isohybrid --mac to work \o/
for the curious this is the image before and after isohybrid as shown by
gparted
* output from xorriso
xorriso 1.3.2 : RockRidge filesystem manipulator, libburnia project.
Drive current: -outdev 'stdio:../image.iso'
Media current: stdio file, overwriteable
Media status : is blank
Media summary: 0 sessions, 0 data blocks, 0 data, 16.5g free
Added to ISO image: directory '/'='/ch...
2016 Apr 04
3
Changes to get CD to boot on EFI System.
Hi,
Jernej Simon?i? wrote:
> As long as you have cygwin with development tools installed, it's just
> ./configure && make.
autotools magic. I myself have few clue of contemporary MS-Windows.
> https://eternallybored.org/misc/xorriso/xorriso-1.4.2-cygwin32.zip
Thank you for flying xorriso.
> > > oscdimg.exe -a -m -o -j1
> > > -bootdata:2#p0,e,bcd\isolinux\boot.bin#pEF,e,bcd\boot\efiboot.ima CD
> > > sysresccd.iso
I read
https://technet.microsoft.com/en-us/library/hh824847.aspx
to propose this tr...
2016 Apr 04
2
Changes to get CD to boot on EFI System.
On Monday, April 4, 2016, 14:01:42, Thomas Schmitt via Syslinux wrote:
> What software and options did you use to produce the ISO ?
Since I'm on Windows, I ended using Microsoft's oscdimg, with the
following command line:
oscdimg.exe -a -m -o -j1 -bootdata:2#p0,e,bcd\isolinux\boot.bin#pEF,e,bcd\boot\efiboot.ima CD sysresccd.iso
I haven't tried booting the resulting ISO in BIOS
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 partit...
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!):
./configure --enable-static...
2014 Feb 10
1
isohybrid --mac doesn't find the mac efi image
...Schmitt wrote:
> Hi,
>
> email at missionaccomplish.com wrote:
>> We been trying to boot the image in vbox using efi emulation but it
>> complains about kernel not supporting handover.
> If it complains about a kernel then it should be past El Torito
> or GPT. The job of xorriso is to point BIOS and EFI to their
> boot images. Everything else is in the scope of the boot images
> resp. the operating system that shall finally come up.
>
>
>> P.S the latest fedora ISO seems to boot fine in vbox perhaps you
>> might want to look at their image. Enjoy th...
2014 Jan 20
3
[PATCH] Add some man pages.
Add very basic pages for:
isohybrid - It's not particularly more useful than --help, but my QA
department really wants this to exist.
memdiskfind - Explain what it does and its invocation.
Signed-off-by: Peter Jones <pjones at redhat.com>
---
man/isohybrid.1 | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
man/memdiskfind.1 | 10 +++++++++
2 files changed, 71
2014 Jul 30
2
isohybrid: slint64-14.1.iso: unable to find mac efi image
Hi,
On 29/07/2014 23:19, Thomas Schmitt wrote:
> A good opportunity to brag with xorriso's boot inspection
> features (since xorriso-1.3.8):
Yes! I've upgraded libburn, libisofs and libisoburn so now I can play
with it too ;)
> I forgot to advise (or misadvise) -isohybrid-apm-hfsplus with
> the image /isolinux/efiboot.img . So we only got one APM
> partition he...