How To Delete Linux

  • Thread starter Deleted-379826
  • Start date
  • Views 2,457
  • Replies 37
D

Deleted-379826

Guest
OP
Basically ive been thinking i dont really use linux although i just got it a while ago and ive partitioned 50 gb and i think i really need the space so id love if you guys could help me uninstall. The way its installed is with a 50 gb partition and its linux mint with a dual boot grub launcher at start not the windows booter
 

nxwing

Well-Known Member
Member
Joined
Jul 22, 2013
Messages
2,271
Trophies
2
XP
2,775
Country
Philippines
Basically ive been thinking i dont really use linux although i just got it a while ago and ive partitioned 50 gb and i think i really need the space so id love if you guys could help me uninstall. The way its installed is with a 50 gb partition and its linux mint with a dual boot grub launcher at start not the windows booter
You'll need a partition manager and a Windows Recovery Disc of the version of Windows you have installed.

Through a partition manager, the one in Windows should do, delete your Linux partition and then expand your main drive's with the same partition manager. Boot up into the recovery disk and select the repair option. Select the Command Promt and type:
Code:
bootrec /fixmbr

http://askubuntu.com/questions/133533/how-to-remove-ubuntu-and-put-windows-back-on
 
D

Deleted-379826

Guest
OP
You'll need a partition manager and a Windows Recovery Disc of the version of Windows you have installed.

Through a partition manager, the one in Windows should do, delete your Linux partition and then expand your main drive's with the same partition manager. Boot up into the recovery disk and select the repair option. Select the Command Promt and type:
Code:
bootrec /fixmbr

http://askubuntu.com/questions/133533/how-to-remove-ubuntu-and-put-windows-back-on
no no i think you have it wrong i am on dual boot like right now im on windows 10 i just want to delete linux mint and remove the start loader (i believe linux called it grub launcher) from boot and it is not the default windows one
 

FireEmblemGuy

Celebrating a decade of shitposting
Member
Joined
Jul 6, 2007
Messages
2,462
Trophies
0
Age
32
Location
Michigan, USA
XP
871
Country
United States
I mean, there's really no reason you couldn't just open a partition manager (Disk Management in Windows, GParted from a Linux Live CD/USB), delete the Linux partition, and then expand the Windows partition to fill the space (or create a new OS-independent partition that Windows can read from and write to). However, depending on how your bootloader is set up, this might delete GRUB, meaning you'd probably need a Windows recovery disk to re-install the bootloader, or boot into Windows before deleting Linux and use a tool like EasyBCD to overwrite GRUB with the default Windows bootloader.
 
  • Like
Reactions: exangel

nxwing

Well-Known Member
Member
Joined
Jul 22, 2013
Messages
2,271
Trophies
2
XP
2,775
Country
Philippines
no no i think you have it wrong i am on dual boot like right now im on windows 10 i just want to delete linux mint and remove the start loader (i believe linux called it grub launcher) from boot and it is not the default windows one
The thing I posted will work. You can choose to just make a new partition out of the deeleted one if you wish. I've personally tried this myself many times before
 

loco365

Well-Known Member
Member
Joined
Sep 1, 2010
Messages
5,457
Trophies
0
XP
2,927
You'll probably want to boot into your BIOS from Windows 10 or GRUB/whatever bootloader there is right now and change the default bootup to the Windows bootloader. Once that's done, go into your Disk Management tool on Windows, and pick your Linux partition and format it, then add it to your current Windows partition or keep it for data.
 
D

Deleted-379826

Guest
OP
The thing I posted will work. You can choose to just make a new partition out of the deeleted one if you wish. I've personally tried this myself many times before
alright i just wanna know if thatll remove the grub launcher thing basically its all black and i use arrow keys to choose which to boot and enter to actually do it except in linux i put a wallpaper for it

--------------------- MERGED ---------------------------

You'll probably want to boot into your BIOS from Windows 10 or GRUB/whatever bootloader there is right now and change the default bootup to the Windows bootloader. Once that's done, go into your Disk Management tool on Windows, and pick your Linux partition and format it, then add it to your current Windows partition or keep it for data.
thanks :)
 

nxwing

Well-Known Member
Member
Joined
Jul 22, 2013
Messages
2,271
Trophies
2
XP
2,775
Country
Philippines
alright i just wanna know if thatll remove the grub launcher thing basically its all black and i use arrow keys to choose which to boot and enter to actually do it except in linux i put a wallpaper for it
It will. Just use the bootrec thing using command prompt on the recovery disk if you have one
 
D

Deleted-379826

Guest
OP
It will. Just use the bootrec thing using command prompt on the recovery disk if you have one
i do not have my recovery disk with me and im looking to get a few big downloads today because its the last day until bandwith resets and i have alot remaining lol well gonna try doing it now
 
D

Deleted User

Guest
OP
You drag it into the trashcan, of course!

I'd just delete the Linux partition entirely either in Windows or using a GParted Live CD, then make the Windows partition larger.
 
D

Deleted-379826

Guest
OP
I've checked settings in my bios and I just can't remove the grub launcher and Its a Linux thing so I'm not sure why it would be in the bios if I remove Linux I guess it'll be gone right?
 

FireEmblemGuy

Celebrating a decade of shitposting
Member
Joined
Jul 6, 2007
Messages
2,462
Trophies
0
Age
32
Location
Michigan, USA
XP
871
Country
United States
Check your boot drive settings and see if there's anything there about a Windows loader. If not, you're not using an EFI based system and you'll have to restore the bootloader manually.

Boot into Windows, download EasyBCD, and use it to write a new MBR. Reboot without deleting Linux to make sure it's working, then boot into Windows and delete the Linux partition.
 

Alkéryn

Moon Dweller ~
Member
Joined
Mar 15, 2015
Messages
1,665
Trophies
1
Age
25
Location
Albategnius, Moon
XP
2,392
Country
France
no no i think you have it wrong i am on dual boot like right now im on windows 10 i just want to delete linux mint and remove the start loader (i believe linux called it grub launcher) from boot and it is not the default windows one
First if linux partition is after the windows one you remove it from the disk manager and merge your windows one with it
if the partition you want to merge the free space is not the windows one and is after the free space then use gparted or minitool partition wizard
do not merge it with windows if it is before the windows partition
then download windows iso
and boot it and then in it their must be something like fix problems or troubleshouting i forgot
so you go there and you click somewhere that says fix boot and voila
 
D

Deleted-379826

Guest
OP
Check your boot drive settings and see if there's anything there about a Windows loader. If not, you're not using an EFI based system and you'll have to restore the bootloader manually.

Boot into Windows, download EasyBCD, and use it to write a new MBR. Reboot without deleting Linux to make sure it's working, then boot into Windows and delete the Linux partition.
Actually it's a legacy
 

Alkéryn

Moon Dweller ~
Member
Joined
Mar 15, 2015
Messages
1,665
Trophies
1
Age
25
Location
Albategnius, Moon
XP
2,392
Country
France
First if linux partition is after the windows one you remove it from the disk manager and merge your windows one with it
if the partition you want to merge the free space is not the windows one and is after the free space then use gparted or minitool partition wizard
do not merge it with windows if it is before the windows partition
then download windows iso
and boot it and then in it their must be something like fix problems or troubleshouting i forgot
so you go there and you click somewhere that says fix boot and voila
 
  • Like
Reactions: Deleted User
D

Deleted-379826

Guest
OP
Capture.PNG So basically heres a screenshot not sure if you needed it to be full screen to see everything but basically i know for sure ive installed linux by accident maybe 3 times and had a 50 gb partition for it with drive C: being my 250 gb hard drive. Sorry for being such a noob but can you help out ?thanks

--------------------- MERGED ---------------------------

Rebuilding the MBR will do it. Listen to @nxwing suggestion.
yea but like i said i dont have my recovery disk at my side atm /:
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    NinStar @ NinStar: there a bunch of good games missing, one of them (which makes a lot of sense for this type of...