Skip to content

Instantly share code, notes, and snippets.

@the5fire
Created May 6, 2014 10:39
Show Gist options
  • Save the5fire/ecfd3c489b6d8eedd443 to your computer and use it in GitHub Desktop.
Save the5fire/ecfd3c489b6d8eedd443 to your computer and use it in GitHub Desktop.
install deepin2014 grub conf
menuentry 'install deepin2014' {
set root=(hd0,7)
linux /install_deepin/vmlinuz.efi boot=casper noacpi iso-scan/filename=/install_deepin/deepin_2014_alpha_zh-hans_amd64.iso ro quiet splash locale=zh_CN.UTF-8 noprompt --
initrd /install_deepin/initrd.lz
}
@the5fire
Copy link
Author

the5fire commented May 8, 2014

menuentry 'install ubuntu' {
set root=(hd0,7)
linux /install_ubuntu/vmlinuz.efi boot=casper noacpi iso-scan/filename=/install_ubuntu/ubuntu-14.04-desktop-amd64.iso ro quiet splash locale=zh_CN.UTF-8 noprompt --
initrd /install_ubuntu/initrd.lz
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment