WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: unetbootin-like program on tc  (Read 1838 times)

Offline Dualityonme

  • Full Member
  • ***
  • Posts: 112
unetbootin-like program on tc
« on: March 03, 2016, 03:27:50 AM »
Is there a program that does what unetbootin is doing? dd has slight verbosity.
What doesn't kill you...will make you dead next time!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14737
Re: unetbootin-like program on tc
« Reply #1 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

Offline Dualityonme

  • Full Member
  • ***
  • Posts: 112
Re: unetbootin-like program on tc
« Reply #2 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
What doesn't kill you...will make you dead next time!

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14737
Re: unetbootin-like program on tc
« Reply #3 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.