Im not familiar with Ubuntu or Linux in general but have succesfully installed dual-boot windows7/Ubuntu on a single harddisk on my private PC. I used the "Install Ubuntu alongside them"-option.
On my work PC I have an existing windows 7 64-bit installation that boots from BIOS firmware on a SSD drive (C:), and have my working data (documents etc) on a partition on a separate disk (D:).
I now want to install Ubuntu (v 14.04.3) on the remaining unformatted space on D:\ using with the option of choosing system using GRUB. There are of cause fine descriptions around (e.g. here and here).
My question is how to setup the partitions in the "something else"- option during the Ubuntu installation.
In this tutorial they assume that all partitions on the D-drive can be deleted; however I only obviously want to keep the working data on the existing D-partition, and place Ubuntu on the residual space (or part of it) on the D:-drive.
A) How is this ensured ?
B) how many partitions should I make (boot, root, home, swap ?)
C) and should boot be made primary, and the others logical ?
D) Should I set Device for boot loader installation as/dev/sdb - will this not erase the existing D-partion ?
sudo parted -l
– oldfred Sep 28 '15 at 15:08