All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Thomas Schmitt" <scdbackup@gmx.net>
To: grub-devel@gnu.org
Subject: Re: xorriso and EFI boot images
Date: Sun, 25 Apr 2010 10:22:45 +0200	[thread overview]
Message-ID: <10647513375284@192.168.2.69> (raw)
In-Reply-To: <4BD3416B.7040401@gmail.com>

Hi,

Vladimir Serbinenko:
> I've tested xorriso version   :  0.5.5 Version timestamp : 
> 2010.04.22.221241 and it worked fine.

So my Sector Count unit of 512 bytes is ok
until other info emerges. (The Fedora wiki
gave me doubts.)

I am busily refactoring the xorriso level of
boot options. This will finally impose another
round of regression tests.
I'll give you a note when i am done with mine.


> > Please take care in grub-mkrescue to express
> > your desired sorting by giving -b before
> > --efi-boot.
> It's already so.

So i can join the behavior of mkisofs and
genisoimage that the sequence of -b and
-eltorito-alt-boot defines the sequence of
boot image entries in the boot catalog.

--efi-boot FILE will be documented as being
virtually enclosed in -eltorito-alt-boot options.
I.e. 

  -b ... boot.options \
  --efi-boot FILE \
  ...

will be the same as

  -b ... boot.options \
  -eltorito-alt-boot \
  --efi-boot FILE \
  -eltorito-alt-boot \
  ...

No boot option like -boot-info-table will have a
chance to be attributed to --efi-boot.


> > "The section header has an identification string.
> It looks like ISOs I had under the hand with multiple boot images just
> zero-fill this field.

I have implemented setting of ID String and
Selection Criteria in libisofs and in the own
command interface of xorriso.
So if we ever need it ... :)


> > I will have to ponder about implementing
> > option -e .
> which probably just is "set platform-id to 0xef"

I wrote to the author of that wiki article.
No answer yet.
Googling brought no insight either.

Any Fedora users here ?
What does  mkisofs -help  say ?


Have a nice day :)

Thomas




  reply	other threads:[~2010-04-25  8:23 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-20 11:10 xorriso and EFI boot images Thomas Schmitt
2010-04-20 11:55 ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-20 13:11   ` Thomas Schmitt
2010-04-22 18:00   ` Thomas Schmitt
2010-04-22 20:27     ` Seth Goldberg
2010-04-22 20:29     ` Seth Goldberg
2010-04-22 22:30       ` Thomas Schmitt
2010-04-24 19:30         ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-24 19:07     ` Vladimir 'φ-coder/phcoder' Serbinenko
2010-04-25  8:22       ` Thomas Schmitt [this message]
2010-04-29 16:46         ` Thomas Schmitt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=10647513375284@192.168.2.69 \
    --to=scdbackup@gmx.net \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.