
選擇從 GRUB 啟動 Windows XP 後,螢幕上出現「發生磁碟讀取錯誤」。
[root@localhost linux]# fdisk -lu
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x48424841
Device Boot Start End Blocks Id System
/dev/sda1 63 204214271 102107104+ 7 HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2 204214272 255606783 25696256 af HFS / HFS+
Partition 2 does not end on cylinder boundary.
/dev/sda3 255606784 276488191 10440704 c W95 FAT32 (LBA)
Partition 3 does not end on cylinder boundary.
/dev/sda4 276490179 312576704 18043263 5 Extended
/dev/sda5 * 276490240 286709759 5109760 83 Linux
/dev/sda6 286712118 310488254 11888068+ b W95 FAT32
/dev/sda7 310488318 312576704 1044193+ 82 Linux swap / Solaris
這裡,sda是一個160GB的硬碟,有相當多的分割區,安裝了3個作業系統。我可以正常啟動 Linux 和 Mac OS,但我不能再啟動 Windows。 Windows 系統位於/dev/sda1。
我不記得我到底是如何使用 testdisk 的,但它曾經說過:
Disk /dev/sda - 160 GB / 149 GiB - CHS 19458 255 63
The harddisk (160 GB / 149 GiB) seems too small! (< 169 GB / 157 GiB)
Check the harddisk size: HD jumper settings, BIOS detection...
到目前為止,我已經嘗試從受影響的Windows 分割區(/dev/sda1) 上的復原控制台進行「fixboot」和「chkdsk」、拔掉電源線15 秒的技巧、重新安裝GRUB、修復MFT 和引導磁區。