I was trying to dual boot my Windows 10 laptop with Ubuntu 16.04LTS. I have followed all the steps mentioned but when I boot into the Linux USB and try to Install Ubuntu , I get a blank white screen in the step Installation Type. I do not get any options which normally would appear in the Installation type step such as
- Install Alongside Windows
- Erase Disc
- Something Else
PS : Windows 10 fast startup/hibernate already disabled UEFI Boot mode as default with Secure Boot Disabled Windows Disc Partitions are also not read by Ubuntu.
Please Help !!
PS : DELL PRECISION 5520 Intel Xeon NVidia 4GB Graphics 1TB SSD
– Kasheesh PrabhuDesai Apr 03 '19 at 10:58/dev/sda
and/dev/sdb
are for windows and Ubuntu respectively. Did you see these devices while installing ubuntu using USB stick? – Marmayogi Apr 03 '19 at 12:32https://askubuntu.com/questions/932997/why-cannot-the-ubuntu-installer-recognize-my-ssd
– Kasheesh PrabhuDesai Apr 03 '19 at 15:16Rufus
tool to prepare your bootable USB stick, you could have selected"Partition Scheme" as GPT
and“Target system” as “UEFI (non CSM)
. Though your windows-10 is pre-installed with UEFI, however there is nothing wrong in verifying this veracity, by refering how to verify Partition style/sheme and make sure that Windows-10 shows upGUID Partition Table (GPT)
asparition style
. You may need to re-prepare your USB bootable stick for ubuntu usingRufus
with right parameters. – Marmayogi Apr 03 '19 at 16:58