0

I recently installed Ubuntu, which instead of eliminating windows, it partitioned it. My question is first how to make Ubuntu my default OS?

Secondly, how do I remove windows to speed up the computer?


this is NOT the grub I am talking about, rather the partitions you have to chose between before you enter the grub. Right now if I am not right at the computer when the partitions Windows Xp and Ubuntu pops up, it will automatically go to Windows. I want it to automatically choose Ubuntu instead. The grub is here it goes to once I enter the Ubuntu partition. The settings there is fine. I need it to open Upuntu automatically.How do I do that. Sorry, I can't explain it better then that, Im not as knowlegable as y'all.

1 Answers1

0

If you use wubi if you have installed it from windows, removing windows would be too advanced. Your best option in this case would be to copy your home folder on a USB drive, And install it proper way using live installer on DVD or pen drive.

IF you want to play and keep the old setting: after installing do not reboot yet if you if you have created same users as before, check their user ids in new home folder (usually 500 for first user)

simply copy the old ones from USB key where you have backed them up into your new /home and change the user ids on them including their subdirectories

If you get access permission problems, you haven't set the ids right or only set it for main folder not inside. go back to liveDVD and change uids... on all directories in home folder including inside

make sure windows stays on a first partition!!!

If you have installed it proper way, removing windows wont speed computer up except if you are running out of space

first check which of the grub entries is the ubuntu open your favorite editor using sudo

gksu mousepad

gksu gedit

Open /etc/default/grub:

Change the

GRUB_DEFAULT=0

number to the number of entry for Ubuntu. run sudo update-grub

Tomas
  • 121