Advertisement
Guest User

Untitled

a guest
May 18th, 2025
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. recordfail
  2. load_video
  3. gfxmode $linux_gfx_mode
  4. insmod gzio
  5. if [ x$grub_platform = xxen ]; then insmod xzio; insmod lzopio; fi
  6. insmod part_gpt
  7. insmod ext2
  8. set root='hd1,gpt2'
  9. if [ x$feature_platform_search_hint = xy ]; then
  10. search --no-floppy --fs-uuid --set=root --hint-bios=hd1,gpt2 --hint-efi=hd1,gpt2 --hint-baremetal=ahci1,gpt2 9cc17f86-69c2-4376-931c-cb54f6dc84b1
  11. else
  12. search --no-floppy --fs-uuid --set=root 9cc17f86-69c2-4376-931c-cb54f6dc84b1
  13. fi
  14. linux /boot/vmlinuz-6.8.0-59-generic root=UUID=9cc17f86-69c2-4376-931c-cb54f6dc84b1 ro quiet splash $vt_handoff
  15. initrd /boot/initrd.img-6.8.0-59-generic
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement