Advertisement
Guest User

Untitled

a guest
Jan 5th, 2022
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. # Begin /boot/grub/grub.cfg
  2. set default=0
  3. set timeout=5
  4.  
  5. insmod ext2
  6. set root=(hd0,2)
  7.  
  8. menuentry "GNU/Linux, Linux 5.13.12-lfs-11.0" {
  9. linux /boot/vmlinuz-5.13.12-lfs-11.0 root=/dev/nvme0n1p2 ro
  10. }
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement