I was trying to install ubuntu 13.04 on a mini notebook acer, but an error occurred while almost completing the installation...
Now it doesn't charge, only if I enter the Windows 7 partition.
How do I start the process?
Or can I uninstall the ubuntu to start again to install it?
Thank you in advance for your answers.
Asked
Active
Viewed 5,845 times
0

Duncan
- 2,609
- 2
- 15
- 17

user171447
- 11
- 1
- 1
-
1What error did you see? – Dillmo Jun 30 '13 at 10:59
-
*Yes.* You can re-install Ubuntu, replacing your earlier attempt (and still leaving Windows 7 intact). This is a standard option, in the install process. – david6 Jun 30 '13 at 12:29
1 Answers
0
Here are the steps you need to take to safely uninstall Ubuntu from a dual-boot setup:
- Boot into your Live CD for Ubuntu
- Start a Terminal session with Ctrl+Alt+T
- Type
gksudo gparted
and hit Enter - Delete your Ubuntu partitions (you should have two, the main partition and swap). If you are unsure of which partition is your main Ubuntu partition, type
sudo df
in a Terminal session and hit Enter. It will be the filesystem mounted on "/". - Expand your Windows partition (it should now be the biggest partition) onto the free space by right clicking it and selecting Resize/Move
- Reboot into a Windows CD
- Choose Repair
- Choose Command Prompt
- Type
bootrec /fixmbr
and hit Enter - Type
bootrec /fiboot
and hit Enter - Reboot. Your computer should now boot into Windows XP.
- Profit!
If you want a full guide on how uninstall Ubuntu, see this website.

Dillmo
- 1,985
- 3
- 18
- 34