我朋友的电脑因为电涌而坏了,我正试图修复它。它可以从 USB 正常启动,但如果你启动磁盘,它会进入 grub,然后无论你选择哪个都会失败。他设置了双启动 Ubuntu 和 Windows。我尝试从 boot-pair live cd 运行启动修复,它给了我这个粘贴 -http://paste.ubuntu.com/8476018/- 但它无法修复任何问题。基于此,我认为问题出在 sda2 上的 Windows 分区上,该分区被指定为启动分区。
然后我决定尝试在分区上重新安装 Ubuntu,但实时磁盘上的 Ubuntu 安装程序和 Gparted 都看不到任何分区,而是看到所有分区都未分配,我认为这意味着分区表已损坏。输出fdisk -lu
是
Disk /dev/sda: 320.1 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders, total 625142448 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: 0x6a4993a7
Device Boot Start End Blocks Id System
/dev/sda1 2048 411647 204800 7 HPFS/NTFS/exFAT
/dev/sda2 * 411648 309175128 154381740+ 7 HPFS/NTFS/exFAT
/dev/sda3 309176320 525414399 108119040 83 Linux
/dev/sda4 525414456 625153409 49869477 f W95 Ext'd (LBA)
/dev/sda5 525416448 533389295 3986424 82 Linux swap / Solaris
/dev/sda6 594198528 624920575 15361024 7 HPFS/NTFS/exFAT
我在其他论坛和问题上发现了很多类似的东西,但我不知道真正的问题是什么,也不想盲目地让情况变得更糟。我的目标是在现有的 Ubuntu 分区上重新安装 Ubuntu,并从 Windows 分区中获取数据。非常感谢任何指点!