Show pageHistoryMedia Last modified: 2018/05/16 07:05 by leigh

Sitemap

Error loading plugin include
ParseError: syntax error, unexpected 'include' (T_INCLUDE), expecting identifier (T_STRING) or '{'
More info is available in the error log.

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
qa:fine_tuning [2018/05/16 07:05] – Typos leighqa:fine_tuning [2018/05/20 05:33] (current) – add grub note flocculant
Line 71: Line 71:
  
 Reboot the machine again and your new installation will now be available in Grub. Reboot the machine again and your new installation will now be available in Grub.
 +
 +//Note: when installing Grub in this manner - kernel updates to your development installation will not be reflected automatically in the Grub menu until you have re-run update-grub.//
  
 {{newgrub.png?600}} {{newgrub.png?600}}
Line 97: Line 99:
         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 106:
         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
   }   }