Created
May 24, 2014 18:59
-
-
Save yeahunter/9eca12b3db064e5dc23b to your computer and use it in GitHub Desktop.
usb-re grubnak
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set timeout=10 | |
set default=0 | |
menuentry "Ubuntu 14.04 server x64" { | |
loopback loop /ubuntu.iso | |
linux (loop)/install/vmlinuz file=/cdrom/preseed/ubuntu-server.seed quiet -- | |
initrd (loop)/install/initrd.gz | |
} | |
## Teszt szekció | |
menuentry "Ubuntu ISO" { | |
loopback loop /ubuntu.iso | |
chainloader (loop) | |
} | |
menuentry "win7" { | |
loopback loop /win7.iso | |
chainloader (loop) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment