Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- recordfail
- load_video
- gfxmode $linux_gfx_mode
- insmod gzio
- if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
- insmod part_gpt
- insmod ext2
- set root='hd1,gpt2'
- if [ x$feature_platform_search_hint = xy ]; then
- search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 9cc17f86-69c2-4376-931c-cb54f6dc84b1
- else
- search --no-floppy --fs-uuid --set=root 9cc17f86-69c2-4376-931c-cb54f6dc84b1
- fi
- linux /boot/vmlinuz-6.8.0-59-generic root=UUID=9cc17f86-69c2-4376-931c-cb54f6dc84b1 ro quiet splash $vt_handoff
- initrd /boot/initrd.img-6.8.0-59-generic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement