J'ai trouvé ça sur osnews, ca peut peut-être marcher :
dd if=/dev/zero of=/dev/hda bs=1000 count=1000
This simple linux command writes the beginning sector of hard disk full of zeros. And it works: I couldn't believe my eyes when the xp installation no longer crashed in the error messages after first boot!
[^] # Re: Mandrake 10 Community et Windows XP
Posté par lezardbreton . En réponse au journal Mandrake 10 Community et Windows XP. Évalué à 1.
dd if=/dev/zero of=/dev/hda bs=1000 count=1000
This simple linux command writes the beginning sector of hard disk full of zeros. And it works: I couldn't believe my eyes when the xp installation no longer crashed in the error messages after first boot!