Advertisement
gaitapi

grub sabayon kernel 4.8

Nov 20th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. menuentry 'Sabayon GNU/Linux' --class sabayon --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-9b878968-2539-4092-bc2a-b0c3777bb2de' {
  2. load_video
  3. insmod gzio
  4. insmod part_msdos
  5. insmod ext2
  6. set root='hd0,msdos15'
  7. if [ x$feature_platform_search_hint = xy ]; then
  8. search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos15 --hint-efi=hd0,msdos15 --hint-baremetal=ahci0,msdos15 --hint='hd0,msdos15' 9b878968-2539-4092-bc2a-b0c3777bb2de
  9. else
  10. search --no-floppy --fs-uuid --set=root 9b878968-2539-4092-bc2a-b0c3777bb2de
  11. fi
  12. echo 'Loading Linux x86_64-4.8.0-sabayon ...'
  13. linux /boot/kernel-genkernel-x86_64-4.8.0-sabayon root=UUID=9b878968-2539-4092-bc2a-b0c3777bb2de ro dolvm vconsole.font=latarcyrheb-sun16 resume=/dev/sda14 vga=791 splash vconsole.keymap=es quiet
  14. echo 'Loading initial ramdisk ...'
  15. initrd /boot/initramfs-genkernel-x86_64-4.8.0-sabayon
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement