I would like to install ubuntu 18.04.4 LTS alongside windows 10 (preinstalled in my laptop with UEFI). I followed several guides, which lead me at this point. I had:
- Create a partition of about 16GB (still not allocated)
- Disable fastboot and secureboot from UEFI
- Disable fastrestart from windows settings
- Ensure that Ubuntu is running in EFI checking at /sys/firmware/efi
After all this steps, Ubuntu still not show "Install alongside windows" option while installing. What should I do?
ubuntu@ubuntu:~$ sudo parted --list
Model: ATA ST2000LM015-2E81 (scsi)
Disk /dev/sda: 2000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 17.4kB 16.8MB 16.8MB Microsoft reserved partition msftres
2 16.8MB 2000GB 2000GB ntfs Basic data partition msftdata
Model: SanDisk Ultra USB 3.0 (scsi)
Disk /dev/sdb: 62.1GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 62.1GB 62.1GB primary fat32 boot, lba
SOLVED
The problem was that Ubuntu didn't see SSD at all, not only the existing OS. Solved switching SATA from EDI to AHCI.