On 29/12/2022 10:55, lou wrote:
i have solved my 2nd problem on my own, thanks anyway!
Great
i have 2 suggestions:
https://www.debian.org/releases/bullseye/amd64/apes02.en.html
E.2. Contributing to This Document
If you have problems or suggestions regarding this document, you should
probably submit them as a bug report against the package
installation-guide. See the reportbug package or read the online
documentation of the Debian Bug Tracking System.
Suggestions sent to this list may be lost unnoticed by the developers.
I suppose, loading installer from hard drive is for advanced users.
There is should be balance for amount of details in Debian manuals. It
is grub manual that should cover the topic thoroughly.
Notice that you having an .iso file stored on a hard drive, it is
possible to boot it directly. A couple of years ago I tried
menuentry "ISO Ubuntu-20.10 amd64" {
set isofile="/ubuntu/ubuntu-20.10-desktop-amd64.iso"
loopback loop (hd0,5)$isofile
linux (loop)/casper/vmlinuz boot=casper
iso-scan/filename=$isofile noprompt noeject toram
initrd (loop)/casper/initrd
}
linux and initrd commands are taken from the grub configuration inside
the iso file.
The grml-rescueboot package uses the same approach.