Skip to content

Instantly share code, notes, and snippets.

@francoiscolas
Last active September 3, 2022 08:52

Revisions

  1. francoiscolas revised this gist Sep 3, 2022. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 40_custom
    Original file line number Diff line number Diff line change
    @@ -5,7 +5,7 @@ exec tail -n +3 $0
    # the 'exec tail' line above.

    menuentry "Ubuntu ISO" {
    set root=(hd0,3)
    set root=(hd0,4)
    set iso=/ubuntu.iso
    loopback loop $iso
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso only-ubiquity
  2. francoiscolas revised this gist Jan 4, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion 40_custom
    Original file line number Diff line number Diff line change
    @@ -10,4 +10,4 @@ menuentry "Ubuntu ISO" {
    loopback loop $iso
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso only-ubiquity
    initrd (loop)/casper/initrd
    }
    }
  3. francoiscolas revised this gist Jan 4, 2019. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion 40_custom
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,13 @@
    #!/bin/sh
    exec tail -n +3 $0
    # This file provides an easy way to add custom menu entries. Simply type the
    # menu entries you want to add after this comment. Be careful not to change
    # the 'exec tail' line above.

    menuentry "Ubuntu ISO" {
    set root=(hd0,3)
    set iso=/ubuntu.iso
    loopback loop $iso
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso toram
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso only-ubiquity
    initrd (loop)/casper/initrd
    }
  4. francoiscolas revised this gist Jan 4, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions 40_custom
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    menuentry "Ubuntu ISO" {
    set root=(hd0,3)
    set iso=/ubuntu-13.04-desktop-i386.iso
    set iso=/ubuntu.iso
    loopback loop $iso
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso toram
    initrd (loop)/casper/initrd.lz
    initrd (loop)/casper/initrd
    }
  5. francoiscolas created this gist Apr 26, 2013.
    7 changes: 7 additions & 0 deletions 40_custom
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,7 @@
    menuentry "Ubuntu ISO" {
    set root=(hd0,3)
    set iso=/ubuntu-13.04-desktop-i386.iso
    loopback loop $iso
    linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$iso toram
    initrd (loop)/casper/initrd.lz
    }