Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Learn Tiny Core. View Tiny Core
Screen Shots and Videos
.
Home
Help
Login
Register
Tiny Core Linux
»
General TC
»
General TC Talk
»
How to make TC load onboot.lst and optional directory (extensions) from sdc2?
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: How to make TC load onboot.lst and optional directory (extensions) from sdc2? (Read 3238 times)
gam
Jr. Member
Posts: 53
How to make TC load onboot.lst and optional directory (extensions) from sdc2?
«
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
My command:
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?
«
Last Edit: June 05, 2021, 05:54:26 AM by gam
»
Logged
Juanito
Administrator
Hero Member
Posts: 14819
Re: How to make TC load onboot.lst and optional directory (extensions) from sdc2?
«
Reply #1 on:
June 05, 2021, 06:10:40 AM »
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
Logged
Rich
Administrator
Hero Member
Posts: 11639
Re: How to make TC load onboot.lst and optional directory (extensions) from sdc2?
«
Reply #2 on:
June 05, 2021, 06:27:42 AM »
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:
Code:
[Select]
blkid -s UUID /dev/sdc1
Logged
Juanito
Administrator
Hero Member
Posts: 14819
Re: How to make TC load onboot.lst and optional directory (extensions) from sdc2?
«
Reply #3 on:
June 05, 2021, 06:34:03 AM »
Note also that there should be a file named ntfs-3g.tcz.dep that causes the fuse extension to be loaded.
Logged
gam
Jr. Member
Posts: 53
Re: How to make TC load onboot.lst and optional directory (extensions) from sdc2?
«
Reply #4 on:
June 05, 2021, 09:12:32 PM »
Thanks.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
General TC
»
General TC Talk
»
How to make TC load onboot.lst and optional directory (extensions) from sdc2?