WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: [SOLVED] Clone TC USB key  (Read 1555 times)

Offline robcar

  • Newbie
  • *
  • Posts: 4
[SOLVED] Clone TC USB key
« on: July 03, 2012, 06:12:43 AM »
I'd like to clone a TC USB key installation; I wouldn't want to use dd, because it takes forever, since the master USB key is 8GB in size.
eZRemaster is quite confusing for me: sometimes it doesn't copy all extensions and sometimes SYSLINUX at the beginning is very long.

Is there an easy way that lets me clone the master TC to a smaller USB key?

TIA
--
rob

« Last Edit: July 04, 2012, 12:27:00 AM by robcar »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Clone TC USB key
« Reply #1 on: July 03, 2012, 06:57:21 AM »
Auto-partitioning + bootloader-installing script, then just tarball the contents around.
The only barriers that can stop you are the ones you create yourself.

Offline robcar

  • Newbie
  • *
  • Posts: 4
Re: Clone TC USB key
« Reply #2 on: July 03, 2012, 07:02:24 AM »
Auto-partitioning + bootloader-installing script, then just tarball the contents around.

Could you be a little more specific?
Thanks

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 10957
Re: Clone TC USB key
« Reply #3 on: July 03, 2012, 07:45:25 AM »
1. Partition the smaller key
2. Format the partitions
3. Install bootloader to the smaller key
4. Copy contents of the bigger key's partition to the smaller key, preferably via tar to keep permissions

For a one-off thing, you could just do it manually instead of scripting.


If you're not familiar with partitioning/bootloaders, just install to the smaller key via tc-install a default system, then replace the partition contents with those of the bigger stick.
The only barriers that can stop you are the ones you create yourself.

Offline robcar

  • Newbie
  • *
  • Posts: 4
Re: Clone TC USB key
« Reply #4 on: July 03, 2012, 09:36:05 AM »
...
If you're not familiar with partitioning/bootloaders, just install to the smaller key via tc-install a default system, then replace the partition contents with those of the bigger stick.

Thanks!
I followed this one and replaced only tce with tar and seems working fine!