Ubuntu 安裝程式無法辨識現有分割區

Ubuntu 安裝程式無法辨識現有分割區

我的筆記型電腦的歷史:預先安裝 Windows 8.1 的 Acer E1-572。然後我用 ubuntu 雙重啟動,沒有任何問題。然後我遇到了一個啟動問題,我透過在所有以前的作業系統上重新安裝 ubuntu 解決了這個問題。現在我想雙啟動 Windows 8.1 和 Ubuntu。

補充筆記:我在 Legacy Boot 中安裝了 Windows 8.1(不小心忘記切換到 UEFI)。我希望這不是問題。

主要問題 我成功安裝了 Windows 8.1,最初將其分配給了我筆記型電腦的所有 HDD 儲存空間(~1T)。然後,根據“磁碟管理”程序,我將分割區縮小了一半,剩餘空間被指定為“未分配”。

當我嘗試透過從 USB 啟動安裝程式來安裝 Ubuntu 14 時,我注意到安裝程式無法識別任何其他分割區。

在 Ubuntu 試用版中運行sudo gdisk -l /dev/sda 給出了輸出:

GPT fdisk (gdisk) version 0.8.8

Partition table scan:
  MBR: MBR only
  BSD: not present
  APM: not present
  GPT: present

Found valid MBR and GPT. Which do you want to use?
 1 - MBR
 2 - GPT
 3 - Create blank GPT

Your answer: 1
Disk /dev/sda: 1953525168 sectors, 931.5 GiB
Logical sector size: 512 bytes
Disk identifier (GUID): 574C6658-FDC9-4406-81EB-B50CB31B0BDC
Partition table holds up to 128 entries
First usable sector is 34, last usable sector is 1953525134
Partitions will be aligned on 2048-sector boundaries
Total free space is 1024007533 sectors (488.3 GiB)

Number  Start (sector)    End (sector)  Size       Code  Name
   1            2048          718847   350.0 MiB   0700  Microsoft basic data
   2          718848       929519615   442.9 GiB   0700  Microsoft basic data

相關內容