0

I have install Ubuntu with WUBI, but it uses a virtual disk how can I make it so Ubuntu uses a new partition instead of the virtual disk on my C: drive?

I have been googling for a few hours now, and I can't seem to find the solution I am looking for.

Raja G
  • 102,391
  • 106
  • 255
  • 328

2 Answers2

1

The normal Ubuntu download that is not Wubi installs in a new partition. Like just about every other Linux distribution, such as Red Hat, Debian, etc, it will look for any other operating system, like Windows, and create a dual boot configuration for all of them.

But be aware that once you install any of them, you can't simply erase it because the boot configuration file is on the last one installed. If you delete it, Windows will not boot unless you restore its boot loader using either the original Windows boot disk, or a 3rd-party utility.

Marty Fried
  • 18,466
  • So if I used the wubi uninstaller I would have to restore the windows bootloader? – benjamin6817 Sep 16 '12 at 17:04
  • No, Wubi is special. In fact, it was designed to make that easier, in that you can try it out, then uninstall it like a normal windows program instead of the more complicated method of restoring the bootloader using the windows install disk. – Marty Fried Sep 16 '12 at 21:05
0

You can install Ubuntu on separate partition without wiping the Windows boot loader. I have written a tutorial about it in details with snapshots on my blog.

Eliah Kagan
  • 117,780