为什么 Ubuntu 12.10 检测不到我的 Win7 分区?

Nig*_*pus 5 installation partitioning dual-boot windows-7 12.10

我正在尝试在我的华硕笔记本电脑上安装 Ubuntu 12.10 和 Windows 7,而我对这一切都不熟悉。

我正在使用刻录到 CD 上的 Ubuntu 12.10 64 位 ISO。

我第一次尝试安装它时,Ubuntu 说它没有检测到任何其他操作系统,这意味着我只有 4 个选项:

  • 擦除磁盘并安装 Ubuntu (我不想这样做)
  • 加密新的 Ubuntu。
  • 使用 LVM。
  • 别的东西。

如果我选择该Something else选项,它会将我带到分区菜单并说我有 1 个可用空间为750516Mb(750Gb) 的磁盘,但事实并非如此,因为我使用的是 Windows 7。

我已经阅读了几个问题,人们提到你只能有 4 个主分区。所以我掌握了分区魔法并删除了我的D:and E:,给我留下了主C:分区和System reserved分区以及大量未分配的空间。

我重新启动了笔记本电脑几次并再次启动了 CD,我得到的结果与之前完全一样。

如何解决此问题并将 Ubuntu 与 Windows 7 一起安装?

编辑 1

这是我的结果

sudo fdisk -l; echo; sudo parted -l; echo; mount; echo; df -h

WARNING: GPT (GUID Partition Table) detected on '/dev/sda'! The util fdisk doesn't support GPT. Use GNU Parted.


Disk /dev/sda: 750.2 GB, 750156374016 bytes
255 heads, 63 sectors/track, 91201 cylinders, total 1465149168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x90050371

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *        2048      206847      102400    7  HPFS/NTFS/exFAT
/dev/sda2          206848   146368214    73080683+   7  HPFS/NTFS/exFAT

Warning: /dev/sda contains GPT signatures, indicating that it has a GPT table.
However, it does not have a valid fake msdos partition table, as it should.
Perhaps it was corrupted -- possibly by a program that doesn't understand GPT
partition tables.  Or perhaps you deleted the GPT table, and are now using an
msdos partition table.  Is this a GPT partition table?
Yes/No?  
Run Code Online (Sandbox Code Playgroud)

选择YES后

Yes/No? yes                                                               
Error: The backup GPT table is corrupt, but the primary appears OK, so that will
be used.
OK/Cancel?  
Run Code Online (Sandbox Code Playgroud)

adi*_*adi 1

我遇到了类似的问题并执行了以下操作:

  • 使用 acronis 创建交换分区和 Ubuntu 根文件系统 (ext4) 分区
  • 剩余 1GB 可用空间(未分配)

之后它看到了我的 ext4 和交换分区,我就能够安装 Ubuntu。


小智 0

我知道您希望在同一台笔记本电脑上运行两个操作系统,而不是将其放在单独的分区或任何其他复杂的东西中。

如果这就是您想要的,安装 ubuntu 的简单方法是使用 Wubi。您可以在这里查看http://www.ubuntu.com/download/desktop/windows-installer

它可以让您从 Windows 安装它,并提出您在安装过程中需要回答的所有问题。如果将来您想删除 Ubuntu,您可以从 Windows 的控制面板中执行此操作。

我用它在我的笔记本电脑上安装了 Ubuntu,并且运行得很好。我使用的是戴尔 n4050,第一次使用就很顺利,没有出现任何问题。

希望这对您有帮助。