Mam takýto problém: Pokazil sa mi Windows 7 Profesional EN + zmazala sa mi particia D:. Tento problém vám skúsim rozpísať do podrobná tak ako dokážem a čo som skúsil.
Pondelok som ráno som zapol počítač išiel bez problémov a keď som išiel do školy tak som vypol počítač normálne cez ponuku Štart. Ked sa vypol počítač tak som ho ešte vypol cez prepäťovu ochranu. Ked som prišiel zo školy a som zapol počítač tak sa mi začal z ničoho nič reštartovať. Skúšal som isť cez núdzový režim ale robí to iste tak potom som dal pokracovat bez restartovania ale mi nabehla modra obrazovka a mi písalo toto (pozri foto). Tak som dal ešte v ponuke F8 opraviť Windows. Snažilo sa to niejak opraviť Windows ale nič to neurobilo. Tu sú niejake informácie ohľadom opravy:
Kód: Vybrať všetko
Startup Repair diagnosis and repair log
---------------------------
Number of repair attempts: 1
Session details
---------------------------
System Disk = \Device\Harddisk0
Windows directory = \\?\GLOBALROOT\Device\Harddisk0\Partition2\Windows
AutoChk Run = 0
Number of root causes = 1
Test Performed:
---------------------------
Name: Check for updates
Result: Completed successfully. Error code = 0x0
Time taken = 0 ms
Test Performed:
---------------------------
Name: System disk test
Result: Completed successfully. Error code = 0x0
Time taken = 0 ms
Test Performed:
---------------------------
Name: Disk failure diagnosis
Result: Completed successfully. Error code = 0x0
Time taken = 172 ms
Test Performed:
---------------------------
Name: Disk metadata test
Result: Completed successfully. Error code = 0x0
Time taken = 47 ms
Test Performed:
---------------------------
Name: Target OS test
Result: Completed successfully. Error code = 0x0
Time taken = 250 ms
Root cause found:
---------------------------
Boot configuration is corrupt.
Repair action: Partition table repair
Result: Failed. Error code = 0x490
Time taken = 734 ms
---------------------------
---------------------------
Kód: Vybrať všetko
Problem signature:
Problem Event Name: StartupRepairOffline
Problem Signature 01: 0.0.0.0
Problem Signature 02: 0.0.0.0
Problem Signature 03: unknown
Problem Signature 04: 0
Problem Signature 05: unknown
Problem Signature 06: 1
Problem Signature 07: unknown
OS Version: 6.1.7600.2.0.0.256.1
Locale ID: 1033
Read our privacy statement online:
http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
If the online privacy statement is not available, please read our privacy statement offline:
X:\windows\system32\en-US\erofflps.txtKód: Vybrať všetko
johnyx@johnyx-desktop:~$ sudo fdisk -l
Disk /dev/sda: 40.0 GB, 40027029504 bytes
255 heads, 63 sectors/track, 4866 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0xc8b6c8b6
Device Boot Start End Blocks Id System
/dev/sda1 * 1 4866 39086113+ 83 Linux
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
240 heads, 63 sectors/track, 20673 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
Disk identifier: 0x7ee3453a
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 14 104816 7 HPFS/NTFS
/dev/sdb2 14 5418 40856656 7 HPFS/NTFS
/dev/sdb3 5418 20672 115322602+ f W95 Ext'd (LBA)
/dev/sdb5 5418 20672 115322571 7 HPFS/NTFS
Disk /dev/sdc: 2016 MB, 2016411648 bytes
128 heads, 32 sectors/track, 961 cylinders
Units = cylinders of 4096 * 512 = 2097152 bytes
Disk identifier: 0x00000000
Device Boot Start End Blocks Id System
/dev/sdc1 * 1 961 1967073+ 6 FAT16
Partition 1 has different physical/logical endings:
phys=(961, 127, 32) logical=(960, 63, 32)
johnyx@johnyx-desktop:~$ sudo ntfsfix /dev/sdb1
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sdb1 was processed successfully.
johnyx@johnyx-desktop:~$ sudo ntfsfix /dev/sdb2
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sdb2 was processed successfully.
johnyx@johnyx-desktop:~$ sudo ntfsfix /dev/sdb3
Mounting volume... Failed to startup volume: Invalid argument.
FAILED
Attempting to correct errors... FAILED
Failed to startup volume: Invalid argument.
Volume is corrupt. You should run chkdsk.
johnyx@johnyx-desktop:~$ sudo ntfsfix /dev/sdb4
Failed to determine whether /dev/sdb4 is mounted: No such file or directory.
Mounting volume... Error opening partition device: No such file or directory.
Failed to startup volume: No such file or directory.
FAILED
Attempting to correct errors... Error opening partition device: No such file or directory.
FAILED
Failed to startup volume: No such file or directory.
Volume is corrupt. You should run chkdsk.
johnyx@johnyx-desktop:~$ sudo ntfsfix /dev/sdb5
Mounting volume... OK
Processing of $MFT and $MFTMirr completed successfully.
NTFS volume version is 3.1.
NTFS partition /dev/sdb5 was processed successfully.
johnyx@johnyx-desktop:~$ sudo ntfsfix /dev/sdc1
Refusing to operate on read-write mounted device /dev/sdc1.