Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- cat /mnt/mmcblk0p1/EFI/BOOT/grub/grub.cfg
- loadfont unicode
- insmod all_video
- set gfxmode=auto
- set gfxpayload=keep
- set gfxterm_font=unicode
- terminal_output gfxterm
- search --no-floppy --fs-uuid --set=root "5d1b7f4a-0806-4447-af34-9c9920e1be79"
- menuentry "TinyCorePure64-13.1" {
- linux /tce/boot/vmlinuz64 loglevel=3 tce=UUID="5d1b7f4a-0806-4447-af34-9c9920e1be79" opt=UUID="5d1b7f4a-0806-4447-af34-9c9920e1be79"
- initrd /tce/boot/corepure64.gz
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement