How to Uninstall Ubuntu Operating System
Uninstall Ubuntu Installed Parallel to Windows
Run the Windows installation disc on your computer, alternatively you can use the Recovery disc (recovery disc). If you don't have an installation disc or recovery disc, you can create a recovery disc in Windows.
Boot from CD. To boot from the recovery disc, you need to set the BIOS to boot from your CD/DVD drive. When the computer begins to boot, press the BIOS setup key, usually one of the F2, F10, F12, or Del keys. Navigate to the Boot menu and select the CD/DVD drive. Once you've made your selection, save and restart your computer.
Open Command Prompt. From the Recovery Disc main menu, select the Command Prompt option. If you are using the installation disc, select "Repair your computer" to open Command Prompt.
Edit Master Boot Record. Executing this command, you can remove the parallel boot option when you start the computer, and boot directly into Windows. Enter the following command into Command Prompt:bootrec /fixmbr
Restart the computer. Upon reboot, the Ubuntu option will no longer appear. Instead, you will access Windows directly.
Open Disk Management (Hard drive space management tool). In Windows, it's time to uninstall the old Ubuntu and reclaim hard disk space. Click Start, and right-click Computer/My Computer. Select Manager and then click Disk Management in the left pane of the Computer Management window.
In Windows 8, press the Windows + X key combination and select Disk Management from the menu.
Delete your Ubuntu partition. Right-click the Ubuntu partition and select Delete. Make sure you delete the Ubuntu partition correctly. Once deleted, the partition becomes empty, unallocated space. Right-click your Windows partition and select Extend partition. Select the free space you just created to add to your Windows installation.
Uninstall Ubuntu from Single Boot System
Run the disc of the operating system you want to install on your computer. When Ubuntu is the only operating system on your computer, you can remove it by using another operating system installation disc. Once you have run the disc, restart your computer and choose boot from CD mode, as shown in Step 2 above.
Delete the Ubuntu partition. When you begin the process of installing a new operating system, you can create and delete partitions on your hard drive. Choose to delete the Ubuntu partition. Thus, the Ubuntu partition will become an empty partition.
Continue installing the operating system, or remove the disc and turn off the computer. Once the partition is deleted, Ubuntu has been successfully removed. You can now install a new operating system like Windows 7 or Windows 8.
Note, your computer will not be usable until you install a new operating system.
You should read it
- How to Uninstall Ubuntu Software
- Instructions for installing Ubuntu on VMware Workstation - Part 1
- China developed its own operating system based on Ubuntu
- How to speed up Ubuntu system
- Tips and tricks after installing Ubuntu
- How to Erase Ubuntu
- How to install Ubuntu operating system in parallel with Windows 10
- How to Install and Uninstall Applications from Terminal in Ubuntu
May be interested
- How to Unzip Files on Linuxtoday's wikihow will show you how to decompress a compressed folder on a linux operating system using the command line in terminal.
- What is UID in Linux? How to find and change the UIDif you've ever interacted with linux systems, chances are you've come across these two words, uid and gid. if you are not familiar with them, let's dig deeper through the following article.
- How to install multiple Java versions on CentOS 8java is one of the most widely used high-level programming languages. in this article, readers will learn how to install different versions of java on centos 8.
- Flow control in Shellwhile writing a shell script, there may be a situation when you need to follow an external path 2 provided. so you need to create usage of conditional commands that allow your program to make accurate decisions and perform the right actions.
- Loop in Unix / Linuxa loop is a program that has powerful features, allowing you to repeat a set of commands. in this chapter, you will learn through practical examples of loops contained in shell programs.
- Control loop in Unix / Linuxthe previous chapter has been shown how to create loops and work with them to perform various tasks. sometimes you need to stop a loop or continue their repetitive process.