Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: Dualityonme on March 03, 2016, 03:27:50 AM
-
Is there a program that does what unetbootin is doing? dd has slight verbosity.
-
$ tce-load -i cdrtools
$ cdrecord --scanbus
[find where cd drive is located, for example 6,0,0]
$ sudo cdrecord -v -pad speed=1 dev=6,0,0 Core-current.iso
-
I have a flash drive
Device seems to be: Generic CCS Disk.
cdrecord:Sorry,no CD/DVD/BD-Drive found on this target
-
So install some kind of boot loader (grub, syslinux) to the flash drive, mount the iso and copy the files you need to the flash drive then.