Advertisement
Guest User

Untitled

a guest
Jul 1st, 2022
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. cat /mnt/mmcblk0p1/EFI/BOOT/grub/grub.cfg
  2.  
  3. loadfont unicode
  4. insmod all_video
  5. set gfxmode=auto
  6. set gfxpayload=keep
  7. set gfxterm_font=unicode
  8. terminal_output gfxterm
  9.  
  10. search --no-floppy --fs-uuid --set=root "5d1b7f4a-0806-4447-af34-9c9920e1be79"
  11.  
  12. menuentry "TinyCorePure64-13.1" {
  13. linux /tce/boot/vmlinuz64 loglevel=3 tce=UUID="5d1b7f4a-0806-4447-af34-9c9920e1be79" opt=UUID="5d1b7f4a-0806-4447-af34-9c9920e1be79"
  14. initrd /tce/boot/corepure64.gz
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement