
我正在嘗試安裝 18.04 作為與 Windows 10 的雙重啟動。我還創建了一個可啟動 USB 記憶棒,但當我運行安裝程式時,該記憶棒是唯一顯示的驅動器。我一直在谷歌搜尋修復但沒有任何成功。這是 fdisk 的輸出,正如我在許多帖子中看到的那樣:
ubuntu@ubuntu:/$ sudo fdisk -l
Disk /dev/loop0: 1.8 GiB, 1864450048 bytes, 3641504 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 /dev/loop1: 86.9 MiB, 91099136 bytes, 177928 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
(There are 7 of these /dev/loop entries in total, I left the rest out to save space. I can update if they're important)
Disk /dev/sda: 28.9 GiB, 31004295168 bytes, 60555264 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
Disklabel type: dos
Disk identifier: 0x0274c341
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 60555263 60553216 28.9G c W95 FAT32 (LBA)
這是parted的輸出:
ubuntu@ubuntu:/$ sudo parted -l
Model: Patriot Memory (scsi)
Disk /dev/sda: 31.0GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 31.0GB 31.0GB primary fat32 boot, lba
這台筆記型電腦是 Dell XPS 13。
答案1
很多地方都問過這個問題。您需要將BIOS中的SSD控制器設定從RAID變更為AHCI,否則Linux將找不到它。
但缺點是您需要在 AHCI 模式下修復或重新安裝 Windows。