http://bugs.winehq.org/show_bug.cgi?id=4672
------- Additional Comments From saulius.krasuckas@elst.vtu.lt 2006-01-03 04:49 ------- Hogne, can you attach a two dumps of your MBR then - one working and another one corrupt?
I'd do something like this on working machine:
$ dd if=/dev/hda bs=512 count=1 | od -t x1 > hda_OK.mbr
The I would run D2, reboot to working system on the same machine (LiveCD?) and would repeat the command:
$ dd if=/dev/hda bs=512 count=1 | od -t x1 > hda_BAD.mbr
It would help to know what parts of MBR are changed and in a what way. You may try comparing dumps by yourself, of course:
$ diff -u hda_OK.mbr hda_BAD.mbr
Thanks.