Skip to content

Instantly share code, notes, and snippets.

@wgallios
Last active August 29, 2015 14:08
Show Gist options
  • Save wgallios/eb1105b004ae44b2b3ae to your computer and use it in GitHub Desktop.
Save wgallios/eb1105b004ae44b2b3ae to your computer and use it in GitHub Desktop.
grub.conf for grub legacy bootloader used to boot Ubuntu 14.10 64-bit on Acer Switch 10
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
color green/black white/gray
#hiddenmenu
title Ubuntu 14.10 x64
root (hd0,0)
kernel /casper/vmlinuz.efi ro root=/dev/sda1 file=/cdrom/preseed/ubuntu.seed boot=casper rhgb quiet splash --
initrd /casper/initrd.lz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment