Live-CD erkennt Festplatte nicht

Live-CD erkennt Festplatte nicht

Ich versuche, 18.04 als Dual-Boot mit Windows 10 zu installieren. Ich konnte die Windows-Partition mithilfe des Datenträgerverwaltungstools verkleinern und habe 80 GB nicht zugewiesenen Speicherplatz für Ubuntu. Ich habe auch einen bootfähigen USB-Stick erstellt, aber wenn ich das Installationsprogramm ausführe, ist der Stick das einzige Laufwerk, das angezeigt wird. Ich habe nach Fixes gegoogelt, aber keinen Erfolg gehabt. Dies ist die Ausgabe von fdisk, wie ich sie in vielen Beiträgen vorgeschlagen gesehen habe:

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)

Und dies ist die Ausgabe von 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

Der Laptop ist ein Dell XPS 13. Für jede Hilfe wäre ich sehr dankbar.

Antwort1

Dies wurde an vielen Stellen gefragt. Sie müssen die SSD-Controller-Einstellung im BIOS von RAID auf AHCI ändern, sonst findet Linux sie nicht.

Der Nachteil besteht jedoch darin, dass Sie Ihr Windows im AHCI-Modus reparieren oder neu installieren müssen.

verwandte Informationen