Sha*_*lan 2 dual-boot system-installation
我正在尝试安装 18.04 作为与 Windows 10 的双启动。我已经能够使用它的磁盘管理工具缩小 Windows 分区,并为 Ubuntu 提供 80 GB 的未分配空间。我还创建了一个可启动 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)
Run Code Online (Sandbox Code Playgroud)
这是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
Run Code Online (Sandbox Code Playgroud)
该笔记本电脑是 Dell XPS 13。任何有关此问题的帮助将不胜感激。
很多地方都问过这个问题。您需要将BIOS中的SSD控制器设置从RAID更改为AHCI,否则Linux将找不到它。
但缺点是您需要在 AHCI 模式下修复或重新安装 Windows。