Show pageHistoryMedia Last modified: 2018/05/20 05:33 by flocculant

Sitemap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
qa:fine_tuning [2018/05/16 07:05] – Typos leighqa:fine_tuning [2018/05/16 20:27] flocculant
Line 97: Line 97:
         set isofile="/boot/grubiso/xubuntu-cosmic-desktop-amd64.iso"         set isofile="/boot/grubiso/xubuntu-cosmic-desktop-amd64.iso"
         loopback loop (hd0,5)$isofile         loopback loop (hd0,5)$isofile
-        linux (loop)/casper/vmlinuz.efi boot=casper iso-scan/filename=$isofile noprompt noswap noeject+        linux (loop)/casper/vmlinuz boot=casper iso-scan/filename=$isofile noprompt noswap noeject
         initrd (loop)/casper/initrd.lz         initrd (loop)/casper/initrd.lz
   }   }
Line 104: Line 104:
         set isofile="/boot/grubiso/xubuntu-cosmic-desktop-amd64.iso"         set isofile="/boot/grubiso/xubuntu-cosmic-desktop-amd64.iso"
         loopback loop (hd0,5)$isofile         loopback loop (hd0,5)$isofile
-        linux (loop)/casper/vmlinuz.efi toram maybe-ubiquity boot=casper iso-scan/filename=$isofile noprompt noswap noeject+        linux (loop)/casper/vmlinuz toram maybe-ubiquity boot=casper iso-scan/filename=$isofile noprompt noswap noeject
         initrd (loop)/casper/initrd.lz         initrd (loop)/casper/initrd.lz
   }   }