0

I reinstalled Windows 7 today. I have a live USB with Ubuntu 13.04 made with universal USB manager. I want to install Ubuntu alongside Windows 7.

I have 320GB hard drive in which 100 gig is for Windows (already allocated), 120GB for my files (already allocated), 100GB for Ubuntu (yet to allocate).

I don't get the option dual boot with Windows 7 while trying with live USB (Ubuntu 13.04).

I tried selecting the 100GB unallocated and in NTFS format in the Something Else option, but it says no root file system selected.

Why don't I get the option to install Ubuntu alongside Windows and how can I fix this?

Zanna
  • 72,312

1 Answers1

2

If you have an available primary partition to be the extended partition, then you can install Ubuntu and create a shared NTFS data partition for data. All partitions will be logical partitions inside the extended partition. I prefer to set up partitions with gparted in advance so I better know sizes. But all but the NTFS data partition can be done as part of the install.

https://help.ubuntu.com/community/WindowsDualBoot

GParted partitioning software - Full tutorial

http://www.dedoimedo.com/computers/gparted.html

For the Total space you want for Ubuntu: Ubuntu's standard install is just / (root) & swap, but it is better to add another partition for /home if allocating over 30GB.: Ubuntu partitions - smaller root only where hard drive space is limited. If total space less than about 30GB just use / not separate /home or standard install.

  1. 10-25 GB Mountpoint / primary or logical beginning ext4(or ext3)
  2. all but 2 GB Mountpoint /home logical beginning ext4(or ext3)
  3. 2 GB Mountpoint swap logical

Depending on how much memory you have you may not absolutely need swap but having some is still recommended. I do not hibernate (boots fast enough for me) but if hibernating then you need swap equal to RAM in GiB not GB. And if dual booting with windows a shared NTFS partition is also recommended. But you usually cannot create that as part of the install, just leave some space. Or partition in advance (recommended). One advantage of partitioning in advance is that the installer will use the swap space to speed up the install. https://help.ubuntu.com/community/DiskSpace

oldfred
  • 12,583