[Bug 4672] Diablo 2, v1.11 corrupts MBR

Wine Bugs wine-bugs at winehq.org
Wed Mar 1 04:49:41 CST 2006


http://bugs.winehq.org/show_bug.cgi?id=4672





------- Additional Comments From saulius.krasuckas at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list