Advertisement
Guest User

Untitled

a guest
Feb 11th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. ### BEGIN /etc/grub.d/10_linux ###
  2. menuentry 'CentOS Linux, with Linux 3.10.0-123.el7.x86_64' --class centos --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.10.0-123.el7.x86_64-advanced-de1018ee-c601-4d48-9e1b-042a7ec8d6c1' {
  3. load_video
  4. set gfxpayload=keep
  5. insmod gzio
  6. insmod part_msdos
  7. insmod ext2
  8. set root='hd0,msdos5'
  9. if [ x$feature_platform_search_hint = xy ]; then
  10. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos5 --hint-efi=hd0,msdos5 --hint-baremetal=ahci0,msdos5 --hint='hd0,msdos5' de1018ee-c601-4d48-9e1b-042a7ec8d6c1
  11. else
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement