Tech Journal Back to Tech Journal

How can I extract the Windows 2000 boot sector?

Well, assuming you have Window 2000 installed on /dev/hda, you can extract the boot sector from there by doing:

dd if=/dev/hda of=2kboot.dat bs=512 count=1

BTW, don't be too surprised that the file is so small. OK?

Last updated on 2004-02-11 14:00:00 -0700, by Shalom Craimer

Back to Tech Journal