How To Delete Linux

  • Thread starter Deleted-379826
  • Start date
  • Views 2,200
  • 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,270
Trophies
1
XP
2,651
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
31
Location
Michigan, USA
XP
861
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,270
Trophies
1
XP
2,651
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,270
Trophies
1
XP
2,651
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
31
Location
Michigan, USA
XP
861
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
24
Location
Albategnius, Moon
XP
2,351
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
24
Location
Albategnius, Moon
XP
2,351
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 /:
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • JuanMena @ JuanMena:
    Kissing random dudes choking in celery? Really? Need to study for that?
  • K3N1 @ K3N1:
    Yes it requires a degree
  • K3N1 @ K3N1:
    I could also yank out the rest of my teeth but theirs professionals for that
  • x65943 @ x65943:
    If your throat closes, putting oxygen in your mouth will not solve anything - as you will be introducing oxygen prior to the area of obstruction
  • JuanMena @ JuanMena:
    Just kiss me Kyle.
  • x65943 @ x65943:
    You either need to be intubated to bypass obstruction or create a stoma inferior to the the area of obstruction to survive
  • x65943 @ x65943:
    "Just kiss me Kyle." And I thought all the godreborn gay stuff was a smear campaign
  • JuanMena @ JuanMena:
    If I die, tell my momma I won't be carrying Baby Jesus this christmas :sad::cry:
  • K3N1 @ K3N1:
    Smear campaigns are in The political section now?
  • JuanMena @ JuanMena:
    Chary! Chary! Chary, Chary, Chary!
  • Sonic Angel Knight @ Sonic Angel Knight:
    Pork Provolone :P
  • Psionic Roshambo @ Psionic Roshambo:
    Sounds yummy
  • K3N1 @ K3N1:
    Sweet found my Wii u PSU right after I ordered a new one :tpi:
  • JuanMena @ JuanMena:
    It was waiting for you to order another one.
    Seems like, your PSU was waiting for a partner.
  • JuanMena @ JuanMena:
    Keep them both
    separated or you'll have more PSUs each year.
  • K3N1 @ K3N1:
    Well one you insert one PSU into the other one you get power
  • JuanMena @ JuanMena:
    It literally turns it on.
  • K3N1 @ K3N1:
    Yeah power supplies are filthy perverts
  • K3N1 @ K3N1:
    @Psionic Roshambo has a new friend
    +1
  • JuanMena @ JuanMena:
    It's Kyle, the guy that went to school to be a Certified man Kisser.
  • Psionic Roshambo @ Psionic Roshambo:
    Cartmans hand has taco flavored kisses
  • A @ abraarukuk:
    hi guys
  • Iron_Masuku @ Iron_Masuku:
    Hello
    Skelletonike @ Skelletonike: hmm