Advertisement
casual_pleb

Untitled

Oct 26th, 2016
548
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. timeout=4
  2. default=0
  3.  
  4. menuentry '1' {
  5. set root='hd0,gpt6'
  6. linux /boot/vmlinuz-4.8.3-gentoomen root=/dev/sda6 init=/sbin/runit-init ro quiet splash rootfstype=ext4 resume=/dev/sda8 snd_hda_intel.index=1 snd_hda_intel.id=PHC
  7. }
  8.  
  9. menuentry '2' {
  10. set root='hd0,gpt6'
  11. linux /boot/vmlinuz-4.8.3-gentoomen init=/sbin/init root=/dev/sda6 ro quiet splash rootfstype=ext4 resume=/dev/sda8 snd_hda_intel.index=1 snd_hda_intel.id=PHC
  12. }
  13.  
  14. menuentry 'Windows' {
  15. insmod part_gpt
  16. insmod fat
  17. set root='hd0,gpt1'
  18. chainloader /EFI/Microsoft/Boot/bootmgfw.efi
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement