Hi, Tinypoodle.
Thank you very much for the chrysocome.net link. I can't recall where I downloaded my copy of dd.exe from, but it appears to be the same one since it was also dd-0.5.zip.
I am studying the info chrysocome.net gives on how to use dd. Apparently I made some mistakes. For example, I noticed that dd has once or twice filled up my entire 4Gb pendrive from an input iso of 100Mb. Maybe the --size operator can solve this (although it's unclear whether they are talking about the file being read from or the file or device being read to).
The filter addition for safety is a great idea. But are their dd programs being run as full executables? The one I downloaded will only run in the command line/terminal (I put it into C:\Windows\system32 so it can be run at any level). As a Windows terminal command, how can you add a <filter>? Or will <dd-removable> actually work in the commandline?
Another very thorny question is the naming of if= and of=. I've been using the name of the iso as the input file, and \\.\e: as the name of the output file. I wonder if this is correct? In the chrysocome.net documentation, there are two different Windows designations, although it seems to suggest that for XP (my op sys) the \\.\x: designation will work. Do you think that's right? I wouldn't like to risk using the \\?\Device\Harddisk1\xxxxxx designation for a usb drive. Too scary.
Here's what I've been putting on the terminal commandline:
>dd if=xxxxx.iso of=\\.\e:
It either never stops running, or else after a whiles it returns:
xxxxxxx bytes in
xxxxxxx bytes out
In that case, it seems to be working. The problem is that it's writing to the whole pendrive! (What it may be writing beyond the 100Mb I have no idea.)
I'm also rather worried that I may have made my pendrives inoperable now by using the dd command incorrectly in some way. Is that possible? Won't re-formatting them restore them? This is my most serious worry of all. It could explain why I can't get anything to boot on them, regardless of the installation method used. Very worrisome indeed.
I really would like to figure out how to use this command properly because I think it could be the solution to my problem. It certainly seems like the easiest way to make a bootable usb stick from a hybrid iso.
I hope you and others in the forum will help me out with this.
Cheers!
Mike