WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Saving extensions on CDROM (solved)  (Read 1913 times)

Offline b1ackmai1er

  • Jr. Member
  • **
  • Posts: 95
Saving extensions on CDROM (solved)
« on: July 21, 2010, 08:13:21 AM »
Hi,

I am a bit confused how to save extensions on the boot CDROM so they can be loaded at a later date or using the boot options . I have scanned the wiki and the forum but have not seem a definite answer.

I tried using WinISO to add a /opt/tce directory with my extensions contained within to the ISO route directory (not the /boot directory) but I get a image checksum error from ISOLINUX.

Should this work or have I genuinely got a corrupted isolinux.bin ?

Thanks.
« Last Edit: July 25, 2010, 02:31:24 AM by b1ackmai1er »

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11020
Re: Saving extensions on CDROM
« Reply #1 on: July 21, 2010, 08:33:29 AM »
Any of the ISO editors aren't guaranteed to work with bootable images. See the remaster page on the wiki for the commands to extract & regenerate the iso (needs a linux system).

For loading automatically at boot, /tce/optional. For any time later, or at boot with a bootcode, any dir is fine.
The only barriers that can stop you are the ones you create yourself.

Offline b1ackmai1er

  • Jr. Member
  • **
  • Posts: 95
Re: Saving extensions on CDROM
« Reply #2 on: July 21, 2010, 08:42:59 AM »
Thanks.

Is there a way to create the original ISO file from the cdrom that Tiny Core booted from rather than downloading again or mounting another drive with the iso on?

i.e. can I use isoimage.tcz to extract the image off the cd for the remaster process?

Thanks

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11020
Re: Saving extensions on CDROM
« Reply #3 on: July 21, 2010, 08:49:39 AM »
Yes, just use dd:

dd if=/dev/cdrom of=image.iso


There's a wiki page on adding extensions to an ISO, I forgot about that earlier ;)
The only barriers that can stop you are the ones you create yourself.

Offline b1ackmai1er

  • Jr. Member
  • **
  • Posts: 95
Re: Saving extensions on CDROM
« Reply #4 on: July 21, 2010, 10:16:08 AM »
Thanks for your help, this is starting to make sense now.

The integrating extensions wiki is what I needed after all, except as you say, I  install the extensions to a different folder so they are not loaded automatically on boot.

Have built my first remastered iso but made the mistake of  installing brassero to burn it --- I think brassero must have about 200 repository dependencies!!!

Still dowloading ... hope I don't run out of memory.

Thanks Again.

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11020
Re: Saving extensions on CDROM
« Reply #5 on: July 22, 2010, 12:22:05 PM »
I just use cdrtools, no deps :)

sudo cdrecord speed=8 /path/to/iso
The only barriers that can stop you are the ones you create yourself.