Re: [Libcdio-devel] [PATCH 2/4] Add El Torito virtual boot image support

2024-01-25 Thread Thomas Schmitt via Libcdio-devel
Hi, i wrote > > [...] UEFI-2.8: > >13.3.2.1 ISO-9660 and El Torito > >[...] > >If the value of Sector Count is set to 0 or 1, EFI will assume the > >system partition consumes the space from the beginning of the > >“no emulation” image to the end of the CD-ROM. Peter Batard wro

Re: [Libcdio-devel] [PATCH 2/4] Add El Torito virtual boot image support

2024-01-25 Thread Pete Batard
On 2024.01.25 07:42, Thomas Schmitt via Libcdio-devel wrote: Hi, something i forgot to mention yesterday: $ xorriso -indev openSUSE-13.1-NET-x86_64.iso -report_el_torito plain ... El Torito images : N Pltf B Emul Ld_seg Hdpt Ldsiz LBA El Torito boot img : 1 BIO

Re: [Libcdio-devel] [PATCH 2/4] Add El Torito virtual boot image support

2024-01-24 Thread Thomas Schmitt via Libcdio-devel
Hi, something i forgot to mention yesterday: $ xorriso -indev openSUSE-13.1-NET-x86_64.iso -report_el_torito plain ... El Torito images : N Pltf B Emul Ld_seg Hdpt Ldsiz LBA El Torito boot img : 1 BIOS y none 0x 0x00 44238 El Torito boot img :

Re: [Libcdio-devel] [PATCH 2/4] Add El Torito virtual boot image support

2024-01-24 Thread Pete Batard
Hi Thomas, On 2024.01.24 19:52, Thomas Schmitt via Libcdio-devel wrote: Enables the El Torito boot images to be listed and extracted from a virtual "[BOOT]/" root directory. In [PATCH 3/4]: +" --no-el-toritoDon't use El-Torito extension information\n" Maybe you should not m

Re: [Libcdio-devel] [PATCH 2/4] Add El Torito virtual boot image support

2024-01-24 Thread Thomas Schmitt via Libcdio-devel
Hi, Pete Batard wrote: > Enables the El Torito boot images to be listed and extracted from a virtual > "[BOOT]/" root directory. In [PATCH 3/4]: > +" --no-el-toritoDon't use El-Torito extension information\n" Maybe you should not make it default but enable it only on demand ? Th