On Wednesday, 19-06-2024 at 00:08 Thomas Schmitt wrote:
> Hi,
>
> George at Clug wrote:
> > 1) I use DVD ISO images to create a bootable USB flash drive. Super easy to
> > do. I do not know how to do this with BD images, so if you do, please let me
> > know.
> > # ls -hal /dev/sd*
> > # cp CentOS-7-x86_64-Everything-2009.iso /dev/sdf
>
> As far as Debian amd64 ISOs are concerned, all first volumes of a media
> set have the boot equipment for booting via BIOS and EFI from optical
> medium and USB stick.
> So the usual ways of plainly copying the image to the base device of the
> USB stick will work: cp, dd, Rufus, xorriso-dd-target, ...
> Some of them impose the risk to shoot the own foot. In contrast, one can
> hardly overwrite the system disk while burning an optical medium.
>
> The biggest available Debian 12.5 amd64 ISO is "DLBD-1" with about 50 GB:
>
> https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dlbd/debian-12.5.0-amd64-DLBD-1.jigdo
>
> https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dlbd/debian-12.5.0-amd64-DLBD-1.template
> It is possible to merge it with DLBD-2 to get an All-in-one ISO.
I have never been able to use .jigdo or understand jigdo, sadly I do not know
how to use them. ISOs I understand.
I found this link, but do not understand what it is saying. It suggests "these
images may also be written directly to a USB stick" but does not show how to do
this.
https://cdimage.debian.org/debian-cd/current/amd64/jigdo-16G/
If you can show the commands that produces a very large ISO from a BD .jigdo
file, then that would help.
Something like: (??)
# wget
https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dlbd/debian-12.5.0-amd64-DLBD-1.jigdo
# cp
https://cdimage.debian.org/debian-cd/current/amd64/jigdo-dlbd/debian-12.5.0-amd64-DLBD-1.jigdo
/dev/sdf (but I guess this does not work?)
George.
>
>
> Have a nice day :)
>
> Thomas
>
>