Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: Dualityonme on March 03, 2016, 03:27:50 AM

Title: unetbootin-like program on tc
Post by: Dualityonme on March 03, 2016, 03:27:50 AM
Is there a program that does what unetbootin is doing? dd has slight verbosity.
Title: Re: unetbootin-like program on tc
Post by: Juanito on March 03, 2016, 03:47:44 AM
Code: [Select]
$ 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
Title: Re: unetbootin-like program on tc
Post by: Dualityonme on March 03, 2016, 04:58:10 AM
I have a flash drive
Code: [Select]
Device seems to be: Generic CCS Disk.
cdrecord:Sorry,no CD/DVD/BD-Drive found on this target
Title: Re: unetbootin-like program on tc
Post by: Juanito on March 03, 2016, 05:08:11 AM
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.