Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 2

# This grub.cfg file was created by Lance http://www.pendrivelinux.

com
# Suggested Entries and the suggestor, if available, will also be noted.

set timeout=10
set default=0

menuentry "T100 Ubuntu 16.10 Live" {


linux /casper/vmlinuz boot=casper quiet splash
initrd /casper/initrd.img
}
menuentry "Try Ubuntu without installing" {
set gfxpayload=keep
linux /casper/vmlinuz file=/cdrom/preseed/ubuntu.seed boot=casper quiet
splash ---
initrd /casper/initrd
}

menuentry "LINUX MINT" {


loopback loop /iso/linuxmint.iso
linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper
initrd=/casper/initrd.lz iso-scan/filename=/iso/linuxmint.iso noeject noprompt
splash --
initrd (loop)/casper/initrd.lz
}

menuentry "LINUX TAILS" {


loopback loop /iso/tails.iso
linux (loop)/live/vmlinuz boot=live config live-media=removable nopersistent
noswap noprompt timezone=Etc/UTC block.events_dfl_poll_msecs=1000 splash
nox11autologin module=Tails quiet
initrd (loop)/live/initrd.img
}

menuentry "HIRENS TOOLS" {


linux16 /grub.exe —config-file="find —set-root /HBCD/menu.lst; configfile
/HBCD/menu.lst"
}

menuentry "Ubuntu Desktop ISO" {


loopback loop /iso/ubuntu.iso
linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=/iso/ubuntu.iso noeject
noprompt splash --
initrd (loop)/casper/initrd.lz
}

menuentry "Linux Mint ISO" {


loopback loop /iso/linuxmint.iso
linux (loop)/casper/vmlinuz file=/cdrom/preseed/mint.seed boot=casper
initrd=/casper/initrd.lz iso-scan/filename=/linuxmint.iso noeject noprompt splash
--
initrd (loop)/casper/initrd.lz
}

menuentry "DBAN ISO" {


loopback loop /dban.iso
linux (loop)/DBAN.BZI nuke="dwipe" iso-scan/filename=/dban.iso silent --
}
menuentry "Tinycore ISO" {
loopback loop /iso/tinycore.iso
linux (loop)/boot/bzImage --
initrd (loop)/boot/tinycore.gz
}

menuentry "Memtest 86+" {


linux16 /memtest86+.bin
}

menuentry "SystemRescueCd" {
loopback loop /iso/systemrescuecd.iso
linux (loop)/isolinux/rescuecd isoloop=/systemrescuecd.iso setkmap=us docache
dostartx
initrd (loop)/isolinux/initram.igz
}

You might also like