tips:multiboot

Differences

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

Link to this comparison view

Next revision
Previous revision
tips:multiboot [2015/03/18 15:19] – created scipiotips:multiboot [2022/09/02 18:48] (current) sscipioni
Line 1: Line 1:
 ====== Multiboot ====== ====== Multiboot ======
  
 +  * https://www.ventoy.net/
  
-Creare una partizione FAT32 (anche altri filesystem sono supportati) con label MULTIBOOT +test 
- +<code> 
-Creare una cartella boot all'interno +sudo qemu-system-x86_64 -enable-kvm -m 2G -vga std -drive file=/dev/<usbdisk>,readonly=on,cache=none,format=raw,if=virtio
- +
-<code bash+
-grub-install --target=i386-pc --recheck --boot-directory=/media/scipio/MULTIBOOT/boot /dev/sdb +
-</code> +
- +
-/media/scipio/MULTIBOOT/boot/grub/grub.cfg +
-<code bash> +
-set imgdevpath="/dev/disk/by-label/MULTIBOOT" +
- +
-menuentry "SystemRescue CD" { +
-    set isofile="/boot/iso/systemrescuecd-x86-4.3.1.iso" +
-    loopback loop $isofile +
-    linux (loop)/isolinux/rescue64 setkmap=it isoloop=/boot/iso/systemrescuecd-x86-4.3.1.iso +
-    initrd (loop)/isolinux/initram.igz +
-}  +
- +
-menuentry "Ubuntu 14.04.1 desktop amd64" { +
-    set isofile='/boot/iso/ubuntu-14.04.1-desktop-amd64.iso' +
-    loopback loop $isofile +
-    linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile locale=it_IT.UTF-8 console-setup/layoutcode=it +
-    initrd (loop)/casper/initrd.lz +
-+
- +
- +
-menuentry "Livenet UNIVR" { +
-    set isofile='/boot/iso/univr/livenet.iso' +
-    loopback loop $isofile +
- +
-    root=(loop) +
-    configfile /boot/grub/grub.cfg   +
-    loopback --delete loop +
-}+
 </code> </code>
  
  
-[[https://wiki.archlinux.org/index.php/Multiboot_USB_drive|fonte]] 
  • tips/multiboot.1426688342.txt.gz
  • Last modified: 2015/03/18 15:19
  • by scipio