I have recently bought this a new dell xps15 9570 computer. I have partitioned the windows such that there is a partition with ~650GB empty. I have followed the instructions here When I start the installation after asking for a wifi connection the installer claims there is only 4GB space and Ubuntu needs 8GB.
My guess is that it is trying to install on the USB stick for some reason. I tried disabling secureboot, no help there.
Finally I tried changing to AHCI (from RAID on), this made the installer recognize the partition. But on these settings Win will not upload (I tried and it doesn't find the boot). Before I continue with this. Will this be a problem later? If so how do I make the settings such that I can upload each OS that I choose?
Thanks Ran
Running parted -l (while on RAID ) gives
Model: SanDisk Cruzer
Disk /dev/sda 4005MB
Sector Size: (logical/physical) 512B/512B
Partition table msdos
Disk Flags:
Number Start End Size Type File System Flags
1 0 4005MB 4004MB primary fat32 boot,lba
sudo parted -l
and add output to your question. – Paul Benson Dec 11 '18 at 20:29parted -l
to look at. I don't know that much about RAID setup as I never use it. Why do you want to use that? Is your BIOS set to Legacy or UEFI? – Paul Benson Dec 11 '18 at 23:12