0

I had dual boot with windows and ubuntu for a long time now. Today I decided to uninstall windows and format ubuntu.

The first thing I did was remove the partion where the windows OS was installed. So far so good.

Secondly, I created a new backup partion with all the files I needed from both OS.

Now my HD has 4 partions. One with ubuntu installed One with my backup files One 200GB which is empty and a 80GB one to install my brand new ubuntu.

Then I downloaded ubuntu minimal install and bruned it to a dvd.

When I try to boot from dvd nothing happens. The GRUB still comes up(even though the only option is ubuntu).

How should I proceed?

All I want to do is:

Install ubuntu 13.04 minimal. Don't overwrite my backup partion.

Thanks in advance.

Frederico
  • 19
  • 7
  • you might want to use a different release as 13.04 has already reached it's End Of Life in April. 13.10 support ends in July (much better release in my opinion) 12.04 (LTS) is still good for quite some time and 14.04 (LTS) just came out. – mchid Jun 20 '14 at 03:33

1 Answers1

0

In your case best solution would be extending existing partition (probably /dev/sda2) to whole disk. How to resize partitions?, Extending Ubuntu partition....

If you really want to reinstall partition you have to enter to boot menu (probably by pressing ESC, F2, F11 or other key), and select your DVD drive from device list. This action will boot a DVD.

If you want to boot from DVD device first (before other devices) all time, read about BIOS settings for your BIOS vendor.

roomcayz
  • 453