L
louseitchikorders
I have a compact flash reader/writer connected to Windows XP via USB.
Does anyone know how to write the boot sector?
Thanks.
Does anyone know how to write the boot sector?
Thanks.
I have a compact flash reader/writer connected to Windows XP via USB.
Does anyone know how to write the boot sector?
Thanks.
The boot sector, as its name implies, is used to
control the boot process of a bootable device,
e.g. a hard disk. Since it is not possible to boot
from a USB device, there seems to be little point
in writing a boot sector to it.
If you still wish to go ahead then you can use
humble old debug.exe:
l 100 0 0 2
l 100 2 0 2
The first command will load the floppy's boot sector into
RAM location 100 whereas the second will load the boot
sector of the first partition into location 100.
DevilsPGD said:In message <[email protected]> "Pegasus \(MVP\)"
What makes you think it's not possible to boot from a USB device?