Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2. menuentry "debian" {
  3. set gfxmode=auto
  4. set gfxpaymod=keep
  5. insmod all_video
  6. set root=(hd1,gpt2)
  7. set prefix=(hd1,gpt2)/boot/grub
  8.  
  9. linux /boot/vmlinuz-4.9.0-12-amd64 root=/dev/nvme0n1p2 ro
  10. initrd /boot/initrd.img-4.9.0-12-amd64
  11. boot
  12.  
  13. }
  14.  
  15.  
  16. menuentry "console?" {
  17. set gfxmode=auto
  18. set gfxpaymod=keep
  19. insmod all_video
  20. set root=(hd1,gpt2)
  21. linux /boot/vmlinuz-4.9.0-12-amd64
  22. initrd /boot/initrd.img-4.9.0-12-amd64
  23. boot
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement