View previous topic :: View next topic |
Author |
Message |
andrewbarr Apprentice
Joined: 09 Jul 2004 Posts: 172 Location: Madison County, Ohio
|
Posted: Wed Sep 15, 2004 10:32 pm Post subject: Extracting a CD boot image |
|
|
In the old days, when I used Windows, there was a program called ISOBuster that allowed for the extraction of a boot image of a CD-ROM. You could then use the file created to burn a new bootable CD. I would like to do this now, in Linux. I have an inkling this could be done with the 'dd' command. However, I don't know enough about the layout of El Torito CD-ROMs to know what options to pass to dd. Does anyone know how to do this? TIA. _________________ "The song I've written for you is so schmultzy it'll make 'Moon River' sound like a farting orangutan." - Homer Simpson |
|
Back to top |
|
|
nonotme Guru
Joined: 29 Sep 2003 Posts: 356 Location: on.ca
|
Posted: Wed Sep 15, 2004 10:43 pm Post subject: |
|
|
i'm not exactly sure what you're asking. (sorry, it's me) you want to create a complete image of a cd? something like Code: | dd if=/dev/hdc of=cd_image.iso | should do the trick.
correct me if i misunderstood. _________________ Please append [Solved] to your thread if appropriate, it helps everyone. |
|
Back to top |
|
|
andrewbarr Apprentice
Joined: 09 Jul 2004 Posts: 172 Location: Madison County, Ohio
|
Posted: Wed Sep 15, 2004 11:00 pm Post subject: |
|
|
No, that's not exactly what I had in mind. That'll get me the whole cd ISO image. Basically, I want to copy just the boot sector on this CD-ROM to a file and use that file to burn a new bootable CD. _________________ "The song I've written for you is so schmultzy it'll make 'Moon River' sound like a farting orangutan." - Homer Simpson |
|
Back to top |
|
|
dbergst Tux's lil' helper
Joined: 25 Mar 2003 Posts: 88
|
Posted: Thu Sep 16, 2004 12:15 am Post subject: Re: Extracting a CD boot image |
|
|
andrewbarr wrote: | In the old days, when I used Windows, there was a program called ISOBuster that allowed for the extraction of a boot image of a CD-ROM. You could then use the file created to burn a new bootable CD. I would like to do this now, in Linux. I have an inkling this could be done with the 'dd' command. However, I don't know enough about the layout of El Torito CD-ROMs to know what options to pass to dd. Does anyone know how to do this? TIA. |
This article may help:
http://www.linux4all.de/livecd/barebone/doc/mkisofs-2.01/README.eltorito |
|
Back to top |
|
|
andrewbarr Apprentice
Joined: 09 Jul 2004 Posts: 172 Location: Madison County, Ohio
|
Posted: Thu Sep 16, 2004 5:01 pm Post subject: |
|
|
Thanks for the link. The CD I'm copying doesn't do floppy emulation (it's a damaged Windows 2000 CD), but I've discovered that Googling around you can download the Windows CD boot sector from 'bootable Windows CD' tutorial sites. That'll be easier anyway. Thanks again. _________________ "The song I've written for you is so schmultzy it'll make 'Moon River' sound like a farting orangutan." - Homer Simpson |
|
Back to top |
|
|
dbergst Tux's lil' helper
Joined: 25 Mar 2003 Posts: 88
|
Posted: Thu Sep 16, 2004 11:38 pm Post subject: |
|
|
andrewbarr wrote: | Thanks for the link. The CD I'm copying doesn't do floppy emulation (it's a damaged Windows 2000 CD), but I've discovered that Googling around you can download the Windows CD boot sector from 'bootable Windows CD' tutorial sites. That'll be easier anyway. Thanks again. |
That is a true statement. I have downloaded the Win2k boot sector files in the past for stuff like this and they do work so you should be able to regenerate your damaged CD. |
|
Back to top |
|
|
nonotme Guru
Joined: 29 Sep 2003 Posts: 356 Location: on.ca
|
Posted: Fri Sep 17, 2004 5:07 am Post subject: |
|
|
ah my mistake. glad you found your answer though _________________ Please append [Solved] to your thread if appropriate, it helps everyone. |
|
Back to top |
|
|
|