Hi, There is no way to extract the GTK initial ramdisk image gzip file
from the iso file or just place the iso file in /home and have a grub
target that I can type in a label for and it just boots? I kind of
wanted a non-distructive method for the iso image so if I say needed to
fix something I could boot the iso image to do any fixes or a
reinstallation on the main partition if needed. Nick Gawronski
On 8/29/2021 11:19 AM, Samuel Thibault wrote:
Hello,
Nick Gawronski wrote:
one of my other partitions on my hard drive contain the Debian network
installation with the non-free firmware then setup grub for a text
target
Yes, that's possible. The simplest way is to dd the iso image to the
partition, and then in the grub boot section write:
set root=(hd0,2)
chainloader +1
(for booting the CD from /dev/sda2)
That will bring you to the CD boot menu, in which you can press s then
enter.
Samuel