I am trying to dual boot Ubuntu 18.04 alongside Windows 10 Pro on my new Lenovo P920 ThinkStation, however I have some problems which I think is related to mounting of the hard drive.
Windows works fine, but when I try to install Ubuntu 18.04 from a USB stick (Made with Rufus in Windows, UEFI mode), I get No detected operating system
where I should have been asked to install alongside windows.
If I in the Ubuntu live session write sudo gparted
, the terminal prints to screen:
/dev/nvme0n1: unrecognized disk label
and I only see some unallocated space (see image).
- I have disabled the hibernation/fast boot option in Windows (under power settings).
- I also tried with Ubuntu 16.04, but that would not even start the live session for some reason (black screen except for single blinking
_
).
In the BIOS settings, I have:
- Secure boot is off.
- SATA setting is set to AHCI.
- UEFI only.
I have tried a lot of different approached but I am getting nowhere, and I would be very grateful for any help on this!
/dev/nvme0n1
should be fine. However, this partition is shown asisw_raid_member
. So isn’t the disk a Firmware RAID (or Fake RAID) in fact? – Melebius Oct 16 '18 at 12:08