0

I have these partitions, and I need to delete one to install Ubuntu

I have

Dev SDA 1, NTFS, windows 7 (loader) Dev SDA 2, NTFS, windows 7 recovery environment (loader) My main windows partition SDA 3 15090 MB Same name as SDA 2 SDA 4 Says nothing.

Yes, I want to dual boot.

Nyanical
  • 21
  • 1
  • 5

2 Answers2

0

Try sudo fdisk /dev/sda , then "p" and enter this will show you all table then "d" for delete, select range (1 to 4) Or you can install gparted by sudo apt-get install gparted.

0

If you are planing to install Ubuntu along with windows7 then login windows 7 and from disk management create 15 to 20GB of space that was not partitioned in windows(by shrinking the already available partition). Insert Ubuntu installation disk by selecting cd drive as primary boot device. While installing it will ask you to select the partitions listing as you mentioned above. From there select the partition mostly SDA 4 and try installing OS by default mode. Where the installer itself will create swap and other required bootable partitions.

Please check the below URL for details instruction.

https://www.youtube.com/watch?v=86KHkeBpsbA&noredirect=1

BDRSuite
  • 3,156
  • 1
  • 12
  • 11