I am attempting to install Ubuntu on a HP Envy 15, my intention is to have this dual-bootable with the standard Windows 10 installation.
So far, I have made the following progress:
- Created a live-USB drive to boot from
- Disabled "Secure Boot" in the BIOS (to make USB boot available)
- Booted onto the live-USB and run the installer
However, the installer does not "recognize" the internal HDD in the laptop.
I have run gparted
, parted -l
, fdisk -l
and lshw -class disk
all list the live-USB drive as /dev/sda
, but the internal HDD is not present in the output from any of those commands.
As a diagnostic, I have tried enabling "legacy mode" in BIOS, and booting from the live-USB. It is clear form the loading screen that the live-USB is booting from BIOS (and not UEFI).
Running fdisk -l
shows that the internal HDD has been successfully mounted as /dev/sdb
.
Why is the disk presented in BIOS mode but not UEFI?
Given my intentions are to dual-boot with Windows 10, I understand that it is necessary to install Ubuntu whilst booted in UEFI mode?
lsblk
output here ? – muhajirframe Dec 30 '15 at 08:32