|
From: Joerg S. <Joe...@fo...> - 2015-12-16 10:17:46
|
grarpamp <gra...@gm...> wrote:
> Hello.
>
> Any suggestions on / links to unix based tools that
> will list and extract the embedded boot images from
> existing bootable cd's / dvd's?
>
> Decoding and dd discs by hand is a bit old :)
Sorry, but this is impossible in general.
The reason is that most recent boot CDs use no-emulation boot and mark the boot
"file" as 2048 bytes only.
The first 2048 bytes of the file contain code that pulls the rest of the file from
disk and only this code knows the size.
What you can to is calling "isoinfo -i image -d" and check the results.
Jörg
--
EMail:jo...@sc... (home) Jörg Schilling D-13353 Berlin
joe...@fo... (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.org/private/ http://sourceforge.net/projects/schilytools/files/'
|