I have a laptop with preinstalled Ubuntu. But I want to remove the Ubuntu and install a server in my laptop. Someone says the steps to format and install the windows server or XP.
Asked
Active
Viewed 124 times
3 Answers
1
Windows XP will nuke Ubuntu when you try to install it. Just make sure you have backups in an external disk of all your important files, then start the installation. The steps after that you should ask in Super User.
Braiam
- 69,112
0
Boot Gprted live disk.Right click on the partition where you installed Ubuntu,and then format it to
ntfsfile system.Apply the changes and shutdown the pc.Boot windows xp live disk and install xp on the formatted partition.
Avinash Raj
- 80,446
0
Simply install your OS of choice over Ubuntu, however, if you are not installing another os, here is how to nuke Ubuntu: (given that it is installed on /dev/sda)
sudo dd if=/dev/zero of=/dev/sda
user530873
- 737