1

So, I bought this computer recently, and immediately dual-booted Ubuntu 12.04 LTS with it. The other day, unfortunately, I ran out of the mere 20 or so gigs alloted to me (out of about 700). I'd like to repartition more space, but I'm running into a bit of trouble. I found this instruction:

How do I remove windows but keep Ubuntu?

but ran into problems when it came to booting from the flash. It's just not recognizing the flash in my boot menu. I know that the flash works, I should add, because my girlfriend just used it twice for both of her machines. I'm sure that it's now obvious that I am sorely ignorant of this system admin stuff, so I'm not even sure if this is the best way to go about it. Can anyone help me out? Thanks!

Dodgie
  • 261

1 Answers1

0

If you cannot boot from a liveUSB you can follow a different procedure which actually creates a bigger virtual disk, copies all that is in the current disk in the new one and finally rename the old disk to replace the old one.

  1. Boot Ubuntu and download wubi-resize
  2. Open a terminal (Ctrl + Alt + T) and type sudo bash wubi-resize.sh 40. Replace the 40 with the size you wish for the new Wubi disk.
  3. Be patient until it finishes.
  4. Reboot into Windows and go to the C:\Ubuntu\disks folder and rename the root.disk file OLDroot.disk
  5. Rename the new.disk file root.disk
  6. Reboot your PC into Ubuntu. If everything works you may delete the OLDroot.disk the next time you boot into Windows.

Source: https://help.ubuntu.com/community/ResizeandDuplicateWubiDisk

To Do
  • 15,833