Advertisement
Guest User

Untitled

a guest
Oct 1st, 2014
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. load_video
  2. insmod gzio
  3. insmod part_gpt
  4. insmod ext2
  5. set root='hd0,gpt6'
  6. if [ x$feature_platform_search_hint = xy ]; then
  7. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,gpt6 --hint-efi=hd0,gpt6 --hint-baremetal=ahci0,gpt6 801f2831-7a6f-401d-9a9f-1f3efe07b817
  8. else
  9. search --no-floppy --fs-uuid --set=root 801f2831-7a6f-401d-9a9f-1f3efe07b817
  10. fi
  11. echo 'Loading Linux 3.14-2-amd64 ...'
  12. linux /boot/vmlinuz-3.14-2-amd64 root=UUID=801f2831-7a6f-401d-9a9f-1f3efe07b817 ro quiet
  13. echo 'Loading initial ramdisk ...'
  14. initrd /boot/initrd.img-3.14-2-amd64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement