I got my brand new Dell Inspiron 14z yesterday, but failed to install Ubuntu.
I can boot from a USB stick, and it works well. When trying to install, I confirm that the laptop is connected to the Internet etc (as in the 2nd picture in the installation guide: How do I install Ubuntu?). When pressing "Continue" I do not get the question on installation type (alongside/replace/something else). Instead I get a window where I can select partitions:
The problem is that I can only select sdb
in the drop drop down box, and I can do do nothing with sdb
(like adding partitions etc).
The main disk (sda
) is partitioned using GParted the following way:
As far as I understand from other posts on Ask Ubuntu, this should work.
What can I do to install Ubuntu alongside with Windows 7?
sda
alongside Windows 7. – Jan Korpegård Sep 28 '12 at 10:34sudo dmraid -E -r /dev/sda
Is this all you used? Did you disable the "smart cache technology" (or something) within Windows? I will edit my answer so that it helps others. – user68186 Sep 28 '12 at 13:03sudo dmraid -E -r /dev/sda
command. No, I did not disable smart cache... Thanks for assistance! – Jan Korpegård Sep 28 '12 at 16:56