The last couple of days I've been trying to install Ubuntu 16.04 LTS alongside Windows. Unfortunately there is one important thing where I can find tons about on the Internet but nothing really fits my situation or just doesn't work with my setup. When booting the liveUSB in UEFI mode, Ubuntu is unable to find other devices. My SSD does shows up when booting the liveusb with SATA operations in AHCI mode but than my windows doesn't work with AHCI what is not an option in my case.
Back at windows I was able to list my primary drive and all partitions (including the ESP partition) with their partition manager while I booted with SATA operations set to "Raid On". I also shrunk the windows C:/ partition to gain 64GB of free / unallocated space to install Ubuntu on.
More about my setup:
- Windows 10 Home (OEM)
- The SSD is by TOSHIBA
- More about my laptop: http://www.dell.com/en-us/shop/productdetails/xps-15-9560-laptop/dncwxb1608v2
Output of fdisk -l
Disk /dev/ram0: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
...
Disk /dev/ram15: 64 MiB, 67108864 bytes, 131072 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk /dev/loop0: 1.3 GiB, 1433468928 bytes, 2799744 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk /dev/sda: 1.9 GiB, 2031091712 bytes, 3966976 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0xb261ec41
Device Boot Start End Sectors Size Id Type
/dev/sda1 * 2048 3966975 3964928 1.9G c W95 FAT32 (LBA)
Error: no partitions
Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
Output of efibootmgr -v
BootCurrent: 0003
Timeout: 0 seconds
BootOrder: 0000,0003
Boot0000* Windows Boot Manager HD(1,GPT,bdfab330-7e21-49af-9369-3cd2d7386a97,0x800,0xfa000)/File(EFIMicrosoftBootbootmgfw.efi)WINDOWS.........x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}....z...............
Boot0003* UEFI: USB Flash MemoryPMAP, Partition 1 PciRoot(0x0)/Pci(0x14,0x0)/USB(0,0)/HD(1,MBR,0x65,0x800,0x3c8000)..BO
Output of dmraid -b
same output with option -r
no block devices found
How do I setup Ubuntu liveUSB so its able to detect my primary drive so I can install ubuntu on it, along with my windows installation?
cfdisk -Ps
orcfdisk -Pt
?) – Xen2050 May 18 '17 at 12:22basic
ordynamic
. Ubuntu can't see Windowsdynamic
partitions and you would have to convert tobasic
partitions. If your partitions aredynamic
, just search forconvert dynamic disk to basic
. – mook765 May 18 '17 at 13:21gparted
. What version of Windows? – heynnema May 18 '17 at 13:53