Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Begin /boot/grub/grub.cfg ###
- menuentry "GNU/Linux, Linux 5.10.17-lfs-10.1" {
- insmod part_gpt
- insmod btrfs
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root 66910a1e-e15c-4339-bd76-c87ff05e9b3b
- else
- search --no-floppy --fs-uuid --set=root 66910a1e-e15c-4339-bd76-c87ff05e9b3b
- fi
- echo 'Loading LFS 5.10.17 ...'
- linux /boot/vmlinuz-5.10.17-lfs-10.1 root=UUID=5272787d-e548-43b7-bf96-17ed01e99fdf ro
- }
- #################################################################################################################
- ### Begin /boot/grub/grub.cfg ###
- menuentry "GNU/Linux, Linux 5.10.17-lfs-10.1" {
- insmod part_gpt
- insmod btrfs
- search --no-floppy --fs-uuid --set=root 66910a1e-e15c-4339-bd76-c87ff05e9b3b
- linux /boot/vmlinuz-5.10.17-lfs-10.1 root=UUID=5272787d-e548-43b7-bf96-17ed01e99fdf ro
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement