1

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.

2 Answers2

1

I was facing the same issue when I was installing my Ubuntu 19.04 for the 1st time alongside my Windows 10. The only guide that helped me was this one:

https://www.tecmint.com/install-ubuntu-alongside-with-windows-dual-boot/

Now I've just upgraded to 19.10 and everything is working just fine alongside my Windows 10.

But before doing anything make sure you have these steps covered 1st:

1- Check that you have less than 4 partitions if it's in MBR format (Master Boot Record), including system reserved, in order to be able to choose your free space in the installation phase.

To check whether your HD is MBR or GPT follow these steps:

You can check you HD on Windows 10 by pressing the "Windows Key+R" to open the Run dialog, type “diskmgmt.msc” into the box, and press Enter.

Locate your Main HD, it should be indicated as disk 1 as shown below and right-click on it and choose "properties":

Finding your main HD

You will see this image:

HD Properties find Partition style

If it's MBR then make sure that you have at least 2 partitions plus your system reserved which makes them 3 in total. Otherwise, the Ubuntu installation will not recognize the free space and will display it as Unallocated space and will be un-clickable.

If it's in GPT then you're good to go.

2- I recommend giving Ubuntu more than 16 GB as the minimum recommended space is 19 GB. But I personally recommend more than that, I gave mine 50 GB of free space. Why is that? The more you get used to Linux the more you'll start using it more and more as your main daily OS and that forces you to install more apps and use up space in creating new projects and tasks. A 16 GB partition will be eaten up fast as soon as you start falling in love, Which you WILL, with LINUX Ubuntu.

3- Make sure to boot Windows 10 first after a successful installation to check whether everything inside Windows is intact and working fine, then you restart and boot Ubuntu for the 1st time.

4- Make sure to get the latest updates and upgrades after a successful installation by opening the terminal ctrl + t and running the following:

$ sudo apt update 
$ sudo apt upgrade
$ sudo apt dist-upgrade

If you decided to upgrade later on to the latest Ubuntu 19.10 version, follow the instructions in this blog:

https://linuxconfig.org/how-to-upgrade-ubuntu-to-19-10-eoan-ermine

Sorry for making it long but it's a delicate process and 1 wrong step might fry your HD or break your windows. So I had to make sure to cover every single issue I personally faced when installing both Ubuntu alongside Windows 10.

0

if you trying to dual boot.This does not seems to be common as you are telling, I suggest you first run ubuntu in live mode then do partition using g-parted software hope this will be much safe.