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
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 ############################################
  
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