
18.04 を Windows 10 とのデュアル ブートとしてインストールしようとしています。ディスク管理ツールを使用して Windows パーティションを縮小し、Ubuntu 用に 80 GB の未割り当て領域を確保できました。起動可能な USB スティックも作成しましたが、インストーラーを実行すると、スティックだけが表示されます。修正方法を Google で検索しましたが、うまくいきませんでした。多くの投稿で提案されていた 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 はそれを見つけられません。
しかし、欠点は、Windows を AHCI モードで修正または再インストールする必要があることです。