Advertisement
Guest User

hacktus0 - /boot/grub/grub.cfg - http://univers.binaires.fre

a guest
Dec 26th, 2014
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. menuentry 'Fedora' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-42af4011-9b2a-4ed8-b4ae-b58811363b28' {
  2. recordfail
  3. load_video
  4. gfxmode $linux_gfx_mode
  5. insmod gzio
  6. insmod part_msdos
  7. insmod ext2
  8. set root='hd0,1'
  9. if [ x$feature_platform_search_hint = xy ]; then
  10. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,1 --hint-efi=hd0,1 --hint-baremetal=ahci0,msdos1 42af4011-9b2a-4ed8-b4ae-b58811363b28
  11. else
  12. search --no-floppy --fs-uuid --set=root 42af4011-9b2a-4ed8-b4ae-b58811363b28
  13. fi
  14. linux /boot/vmlinuz-3.17.4-301.fc21.x86_64 root=UUID=42af4011-9b2a-4ed8-b4ae-b58811363b28 ro quiet splash $vt_handoff
  15. initrd /boot/initramfs-3.17.4-301.fc21.x86_64.img
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement