Skip to content

Instantly share code, notes, and snippets.

@aboettger
Created September 10, 2015 09:31
Show Gist options
  • Save aboettger/c9b2eafab579a556613f to your computer and use it in GitHub Desktop.
Save aboettger/c9b2eafab579a556613f to your computer and use it in GitHub Desktop.
Start an Ubuntu release via ISO and grub2
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