Created
September 10, 2015 09:31
-
-
Save aboettger/c9b2eafab579a556613f to your computer and use it in GitHub Desktop.
Start an Ubuntu release via ISO and grub2
This file contains 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
menuentry "ubuntu-next" { | |
set isofile="/ubuntu/wily-desktop-amd64.iso" | |
loopback loop (hd0,4)$isofile | |
linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile nouveau.modeset=0 | |
initrd (loop)/casper/initrd.lz | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment