USB muw.boot by GRUB2

Source: Internet
Author: User

 

Grub. cfg:

set timeout=1set default=0menuentry "ArchLinux-2012.01-1-archboot.iso" { set isofile="/boot/iso/archlinux-2012.01-1-archboot.iso" loopback loop $isofile linux (loop)/boot/vm64 ro initrd (loop)/boot/initrd64.img}
# see GRUB2 - ArchWiki [via]menuentry "ArchLinux-2011.08.19-core-x86_64.iso" { set isofile="/boot/iso/archlinux-2011.08.19-core-x86_64.iso" set dev_label="MULTIBOOT" loopback loop $isofile linux (loop)/arch/boot/x86_64/vmlinuz archisolabel=ARCH_201108 img_dev=/dev/disk/by-label/$dev_label img_loop=$isofile earlymodules=loop initrd (loop)/arch/boot/x86_64/archiso.img}menuentry "Ubuntu-12.04-beta2-desktop-amd64.iso" { set isofile="/boot/iso/ubuntu-12.04-beta2-desktop-amd64.iso" loopback loop $isofile linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile quiet splash noeject noprompt -- initrd (loop)/casper/initrd.lz}
# SliTaz-4.0 later need to do [this].
menuentry "SliTaz-4.0-rc3-grub.iso" { set isofile="/boot/iso/slitaz-4.0-rc3-grub.iso" loopback loop $isofile linux (loop)/boot/bzImage rw root=/dev/null gfxpayload=vga=normal autologin lang=en kmap=us initrd (loop)/boot/rootfs.gz}menuentry "TinyCore_4.1.iso" { set isofile="/boot/iso/tinycore_4.1.iso" loopback loop $isofile linux (loop)/boot/vmlinuz quiet initrd (loop)/boot/tinycore.gz}

# TinyCore v4.4rc3 later
# Change red text to your value
# see [via]
menuentry "TinyCore-current.iso" {
 set isofile="/boot/iso/tinycore-current.iso"
 loopback loop $isofile
 linux (loop)/boot/vmlinuz quiet cde iso=/mnt/sd[x]X$isofile
 initrd (loop)/boot/core.gz
}menuentry "SystemRescueCd-x86-2.5.1.iso" { set isofile="/boot/iso/systemrescuecd-x86-2.5.1.iso" loopback loop $isofile linux (loop)/isolinux/rescuecd isoloop=$isofile setkmap=us initrd (loop)/isolinux/initram.igz}menuentry "WinPE-2009.iso" { set g4d_dir="/boot/grub4dos" set cfgfile="find --set-root /boot/iso/winpe-2009.iso;map --mem /boot/iso/winpe-2009.iso (0xff);map --hook;chainloader (0xff);boot" linux $g4d_dir/grub.exe --config-file=$cfgfile}menuentry "GRUB4DOS" { set g4d_dir="/boot/grub4dos" linux $g4d_dir/grub.exe --config-file=$g4d_dir/menu.lst}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.