Advertisement
motaik

new grub.cfg

Jul 10th, 2021
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1.  
  2. ### Begin /boot/grub/grub.cfg ###
  3.  
  4. menuentry "GNU/Linux, Linux 5.10.17-lfs-10.1" {
  5. insmod part_gpt
  6. insmod btrfs
  7. if [ x$feature_platform_search_hint = xy ]; then
  8. search --no-floppy --fs-uuid --set=root 66910a1e-e15c-4339-bd76-c87ff05e9b3b
  9. else
  10. search --no-floppy --fs-uuid --set=root 66910a1e-e15c-4339-bd76-c87ff05e9b3b
  11. fi
  12. echo 'Loading LFS 5.10.17 ...'
  13. linux /boot/vmlinuz-5.10.17-lfs-10.1 root=UUID=5272787d-e548-43b7-bf96-17ed01e99fdf ro
  14. }
  15.  
  16.  
  17. #################################################################################################################
  18.  
  19.  
  20. ### Begin /boot/grub/grub.cfg ###
  21.  
  22. menuentry "GNU/Linux, Linux 5.10.17-lfs-10.1" {
  23. insmod part_gpt
  24. insmod btrfs
  25. search --no-floppy --fs-uuid --set=root 66910a1e-e15c-4339-bd76-c87ff05e9b3b
  26. linux /boot/vmlinuz-5.10.17-lfs-10.1 root=UUID=5272787d-e548-43b7-bf96-17ed01e99fdf ro
  27. }
  28.  
  29.  
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement