First post, by Louthrax
Hello everyone,
I'm currently using a Puppy-Linux based solution to backup and restore my old machines partitions. It works quite well, and I'm also using it on my modern machines. No problems for ext4 & ntfs partitions, but I have this issue with Windows / FAT partitions: Linux does not restore the "code" that boots the machine. This code is located at the very beginning of the partition. By default, Linux's mkfs.vfat replaces it with a simple code saying that "the partition is not bootable". So I have to reboot to the Windows 98 installation CD, go to C:\WINDOWS\COMMAND and manually launch SYS.COM A: C:.
That method works but is a bit cumbersome, so I was wondering if anybody might know a Linux tool that could do the same thing as "SYS.COM" ? I have the feeling that the generated code (placed in the partition's first sectors) contains tricky stuff like the location of some .SYS boot files. Making a dump of the 16 first sectors and "simply" restoring them area does not work (I guess because the sector location of the files has changed after restoration).
I already Googled and searched a lot for the existence of this tool, but found nothing so far.