Advertisement
Guest User

Untitled

a guest
Sep 5th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. menuentry 'XUbuntu 16.04 "Xenial Xerus" - amd64' {
  2. set isofile="/linux-iso/xubuntu-16.04.1-desktop-amd64.iso"
  3. search --no-floppy --set -f $isofile
  4. loopback loop $isofile
  5. linux (loop)/casper/vmlinuz.efi locale=fr_FR bootkbd=fr console-setup/layoutcode=fr iso-scan/filename=$isofile boot=casper file=/cdrom/preseed/ubuntu.seed noprompt ro quiet splash noeject --
  6. initrd (loop)/casper/initrd.lz
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement