Tiny Core Linux
General TC => General TC Talk => Topic started by: gam on June 05, 2021, 05:49:23 AM
-
I made a Grub2 bootable usb that I followed this topic,
http://forum.tinycorelinux.net/index.php/topic,19364.msg119228.html#msg119228 (http://forum.tinycorelinux.net/index.php/topic,19364.msg119228.html#msg119228)
My command:
https://anotepad.com/notes/256hm6kq (https://anotepad.com/notes/256hm6kq)
-sdc1 is contain vmlinuz and core.gz
-sdc2 is EFI boot partition with grub.cfg
How to make Tinycore load onboot.lst and optional directory (extensions) from sdc2 partition?
-
Use the boot code tce=sdc2
Note that you may need to use the uuid or a label to identify the usb stick partition if it doesn't always appear as sdc2
-
Hi gam
According to the notes you posted, you copied the UUID from http://forum.tinycorelinux.net/index.php/topic,19364.0.html.
You have to use the UUID for your device:
blkid -s UUID /dev/sdc1
-
Note also that there should be a file named ntfs-3g.tcz.dep that causes the fuse extension to be loaded.
-
Thanks. :)