User Tools

Site Tools


docs:tips_n_tricks:grub:multiboot_usb_stick.html

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
docs:tips_n_tricks:grub:multiboot_usb_stick.html [14.04.2023 22:21 CEST] peterdocs:tips_n_tricks:grub:multiboot_usb_stick.html [20.03.2024 22:23 CET] (current) peter
Line 1: Line 1:
 ====== Multiboot USB Stick ====== ====== Multiboot USB Stick ======
 +//For some up-to-date information see [[https://www.linuxbabe.com/desktop-linux/boot-from-iso-files-using-grub2-boot-loader|here]]//
 <code text grub.cfg [enable_line_numbers="true"]> <code text grub.cfg [enable_line_numbers="true"]>
 ########################### GParted live 0.10.0-1 ############################################ ########################### GParted live 0.10.0-1 ############################################
Line 111: Line 111:
 # initrd /boot/iso/debian-live-squeeze-i386-xfce-desktop/live/initrd.img # initrd /boot/iso/debian-live-squeeze-i386-xfce-desktop/live/initrd.img
 # } # }
 +
 +menuentry "Debian Live: debian-live-12.5.0-amd64-lxde" {
 +        insmod part_gpt
 +        insmod vat
 +        search --no-floppy --fs-uuid --set=root C1BC-5953
 +        loopback loop /debian-live-12.5.0-amd64-lxde.iso
 +        linux (loop)/live/vmlinuz boot=live findiso=/debian-live-12.5.0-amd64-lxde.iso
 +        initrd (loop)/live/initrd.img
 +}
 +
 ########################### NAS ############################################ ########################### NAS ############################################
  
Line 218: Line 228:
  
 __References:__ __References:__
-  * [[https://web.archive.org/web/20201128211651/http://www.gtkdb.de/index_7_1184.html|http://www.gtkdb.de/index_7_1184.html]] [[www.gtkdb.de_index_7_1184.html|Local Copy]]+  * [[https://web.archive.org/web/20201128211651/https://www.gtkdb.de/index_7_1184.html|http://www.gtkdb.de/index_7_1184.html]] [[www.gtkdb.de_index_7_1184.html|Local Copy]]
   * [[https://web.archive.org/web/20210415135908/https://www.gtkdb.de/index_7_2742.html|https://www.gtkdb.de/index_7_2742.html]]   * [[https://web.archive.org/web/20210415135908/https://www.gtkdb.de/index_7_2742.html|https://www.gtkdb.de/index_7_2742.html]]
  
 __Further Reading:__ __Further Reading:__
   * https://wiki.syslinux.org/wiki/index.php?title=MEMDISK   * https://wiki.syslinux.org/wiki/index.php?title=MEMDISK
docs/tips_n_tricks/grub/multiboot_usb_stick.html.txt · Last modified: 20.03.2024 22:23 CET by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki