Re: 93.2 GiB ISO creation, disc 1
"Thomas Schmitt" <[email protected]> Thu, 01 Jan 2026 11:23:28 +0100
| Newsgroups | gmane.linux.debian.devel.cd |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Scott Edwards wrote:
> xorriso -indev debian-13.2-QLBD-1.iso \
>=C2=A0 =C2=A0 =C2=A0 =C2=A0 =C2=A0 -toc -report_el_torito plain -report_s=
ystem_area plain
> gave me:
> [...]
> xorriso : NOTE : No El Torito information was loaded
> xorriso : NOTE : No System Area was loaded
This shows that no entry points for booting are advertised in the first
ISO.
The new one, which was created by
> ~/bin/merge_debian_isos debian-13.2-QLBD-1.iso merge_mount/iso debian-13=
.2.0-amd64-BD-{1,2,3,4}.iso
has the expected
> Volume id =C2=A0=C2=A0=C2=A0: 'Debian 13.2.0 amd64 1'
and shows the time-proven Debian ISO boot equipment for amd64:
> El Torito images =C2=A0=C2=A0: =C2=A0=C2=A0N =C2=A0Pltf =C2=A0B =C2=A0=
=C2=A0Emul =C2=A0Ld_seg =C2=A0Hdpt =C2=A0Ldsiz =C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0LBA
> El Torito boot img : =C2=A0=C2=A01 =C2=A0BIOS =C2=A0y =C2=A0=C2=A0none =
=C2=A00x0000 =C2=A00x00 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A04 =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A074698
> El Torito boot img : =C2=A0=C2=A02 =C2=A0UEFI =C2=A0y =C2=A0=C2=A0none =
=C2=A00x0000 =C2=A00x00 =C2=A0=C2=A07200 =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=
=A072898
These are the boot lures for use on optical media by legacy BIOS or
by EFI.
> System area summary: MBR isohybrid ...
> MBR partition table: =C2=A0=C2=A0N Status =C2=A0Type =C2=A0=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0Start =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0Blocks
> ...
> MBR partition =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0: =C2=A0=C2=A02 =C2=A0=C2=A0=
0x00 =C2=A00xef =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0291592 =C2=A0=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A07200
These are the entry points for booting from USB stick or hard disk.
Again, by legacy BIOS via the MBR code or by EFI via partition 2.
> Testing with -snapshot -hda this.iso works, as does -cdrom this.iso. Bot=
h
> boot normally now.
Good to know that general bitrot did not reach merge_debian_isos yet.
I guess that your tests were with legacy BIOS (SeaBIOS ?).
The other half of the boot entry points would be tested with EFI
firmware (OVMF).
> Waiting for the burn to finish.=C2=A0
> $ xorriso -as cdrecord -v dev=3D/dev/sr1 stream_recording=3Don -eject
> debian-13.2-QLBD-1.iso
Did it work ?
I don't have many user reports about multi-layer BD. My own experience
with a BD-RE DL was discouraging. Three different drives reported
medium error after 70 minutes of burning at 2x speed. Without stream
recording it lasted nearly three hours with the same outcome.
Crossing fingers ...
> Thanks BTW. =3D)
Thanks for risking expensive media.
I'm now testing a change of the script which shall prevent the kind of
mishap which caused the waste of your first BD-R. It will refuse if the
mount_template is a data file with the magic number of ISO 9660.
Have a nice day :)
Thomas