How Can I Remove Linux from My Laptop While Keeping GRUB Intact?

  • Thread starter Thread starter fileen
  • Start date Start date
  • Tags Tags
    Laptop Linux
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 4K views
fileen
Messages
66
Reaction score
4
How do I get linux off my laptop and reclaim that partition without having to do a fresh Windows install and without damaging the boot manager (GRUB)?
 
Physics news on Phys.org
If you want to get rid of linux why do you want to keep grub?
Generally, the files grub uses to boot are stored in the /boot directory of your linux partition. So formatting that partition will destroy grub. If you're only using windows then I'd recommend reinstalling the windows boot loader.
This can easily be done with the Windows install cd, the SuperGrub cd, or even more easily, with Lilo.
To use Lilo, install on your current linux distro and execute the command:
lilo -M [device] mbr
where [device] is the device where grub is installed. That worked for me but no guarantees. The windows cd is the safest way to go.
 
I formatted the partition which contained linux, it removed GRUB but it resulted in failure to boot into windows. I've now reinstalled ubuntu to replace GRUB, I just want to get all that space back. I don't know how to use the windows disk to install the boot manager, but I will google it and see if I can't figure it out.
 
So what you are asking:
I dual boot windows and linux, how do I make a windows only machine from it?

You can try to use a windows boot cd and fix the mbr (master boot record) use google, then your machine will directly boot into windows. Windows has a build in partition manager, and I think you can use it to delete the linux partition and resize c:
 
As daniel says if you removed grub then it can't boot.
The MBR is only 512 bytes, all it contains is a link to which program to use on which partition. If you selected to install grub tot he mbr - all it i was replace the 'windows' mbr with one that points to the grub install in the linux partition.

You can restore a regular MBR with either the lilo or fixmbr/restore command on the linux boor disk. Or you can use the windows install cd, select rescue and then use the fixmbr command
 
Do you want to keep GRUB because you don't currently like the distro you have installed and want to try to dual boot another linux distro?