Delete Linux Mint from a dual boot?

3bbb7

Well-Known Member
OP
Member
Joined
Jun 28, 2012
Messages
797
Trophies
0
XP
501
Country
United States
I was going to install Linux Mint 14 as a dual boot to Windows 7 on my main computer and I was wondering how I would delete it in the future? This is in case it has issues and I need to reinstall or if Linux Mint 15 is released and I have to delete 14 to install 15.

I read somewhere that I install Easybcd on my windows and then just delete the Linux Mint option from the boot menu. Then I have to format the partition. How would I format the partition?

Not very good with this kind of stuff.......
 

Rydian

Resident Furvert™
Member
Joined
Feb 4, 2010
Messages
27,880
Trophies
0
Age
36
Location
Cave Entrance, Watching Cyan Write Letters
Website
rydian.net
XP
9,111
Country
United States
Woah there. If all you do is delete Linux, you won't be able to boot back into Windows, since last I checked when Linux distros install themselves they modify the bootloader to point to GRUB or something on the linux partition.

You should either use an option to boot Linux from within the windows bootloader (so when linux is deleted windows still boots properly), or install it normally, and then when you remove it use your windows disc to rewrite/fix the bootloader/mbr.
 

Minox

Thanks for the fish
Former Staff
Joined
Aug 27, 2007
Messages
6,992
Trophies
2
XP
6,138
Country
Japan
Easiest way as I see it would be to first restore Windows' MBR (Master Boot Record) using EasyBCD and then removing any associated Linux Mint partitions.
 

3bbb7

Well-Known Member
OP
Member
Joined
Jun 28, 2012
Messages
797
Trophies
0
XP
501
Country
United States
Woah there. If all you do is delete Linux, you won't be able to boot back into Windows, since last I checked when Linux distros install themselves they modify the bootloader to point to GRUB or something on the linux partition.

You should either use an option to boot Linux from within the windows bootloader (so when linux is deleted windows still boots properly), or install it normally, and then when you remove it use your windows disc to rewrite/fix the bootloader/mbr.
Sorry I dont understand any of that lol XD
So if I uninstall it with easybcd then I can't boot into windows? But its still installed on my harddrive right? Cant I just use the boot menu to boot up windows?
 

Minox

Thanks for the fish
Former Staff
Joined
Aug 27, 2007
Messages
6,992
Trophies
2
XP
6,138
Country
Japan
Sorry I dont understand any of that lol XD
So if I uninstall it with easybcd then I can't boot into windows? But its still installed on my harddrive right? Cant I just use the boot menu to boot up windows?
If you restore Windows' MBR with EasyBCD then you will have restored Windows' original boot menu and you'll not be able to boot into Linux Mint anymore. Windows 7 however will boot just fine.

The data on your Linux Mint drive will not have been erased at this point, but if you wish to do so you can do it by deleting the partitions belonging to Linux Mint.
 

3bbb7

Well-Known Member
OP
Member
Joined
Jun 28, 2012
Messages
797
Trophies
0
XP
501
Country
United States
If you restore Windows' MBR with EasyBCD then you will have restored Windows' original boot menu and you'll not be able to boot into Linux Mint anymore. Windows 7 however will boot just fine.

The data on your Linux Mint drive will not have been erased at this point, but if you wish to do so you can do it by deleting the partitions belonging to Linux Mint.
If I delete it should I delete it first then restore Windows MBR or restore Windows MBR and then delete it?

Also what is windows MBR restore? do I lose any Windows data?

thanks
 

Minox

Thanks for the fish
Former Staff
Joined
Aug 27, 2007
Messages
6,992
Trophies
2
XP
6,138
Country
Japan
If I delete it should I delete it first then restore Windows MBR or restore Windows MBR and then delete it?

Also what is windows MBR restore? do I lose any Windows data?

thanks
First you'd want to restore Windows MBR so as to make sure you can still boot Windows 7, after that it should be just fine to remove the Linux Mint data.

Restoring should not make you lose any data, all it does is to replace the boot manager Linux Mint installed with the default one Windows 7 comes with.


I do need to ask though, in what way was Linux Mint installed? Was it installed to its own hard drive?
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,284
Country
United Kingdom
Carry on answering Minox's questions but I reckon a quick overview of things you are likely to be facing is in order.

Your computer by itself barely knows how to boot but it will deliver it to a certain point where the Master Boot Record (usually seen as MBR) takes over. Here in the case of windows the windows boot methods (which changed a tad for vista but more on that later) take over and in the case of linux there is grub(2), lilo or something similar. Macs are subtly different here and kind of similar to the UEFI bootloader things you might have heard some bitching about in the run up to windows 8 but the linux crowd saw it coming and have workarounds.

Windows traditionally rode roughshod over everything hence the usual suggestion for those new to the whole setting up boot menus thing that they install windows and then install linux/bsd/whatever which are used to handling such situations.

On partitions
Classically there are two types
1) Logical partitions
2) Extended partitions.

Traditionally you are only allowed four of the former per drive (a limitation as the whole PC thing is very old) and most older operating systems technically including XP will only boot off such a partition. Windows tends to be installed over a single partition although the move to SSD and people being sensible and sticking my documents and such like on other drives (which windows vista and beyond almost encourage and it was not hard for XP either) has kind of changed that. On a standard windows system the only other partitions are usually backup partitions if your vendor is too cheap to ship a driver/windows CD and gets you to burn it (although better vendors do have some decent restore and alternative/just get me on the internet type options). That said before virtual machines came along I was known to split/copy windows across several partitions in the cases of programs that did not play well together (usually highly expensive field specific software) and allow them to be boot between each other but I do not want to return to those memories right now (see boot.ini if you really care about that sort of thing).

Extended partitions have a few quirks but realistically you are allowed some 15 or so (best if you start them as the final partition in my experience) although it will probably become impractical long before then. Linux is usually quite happy being spread across these when done correctly.

There are all sorts of little flags you can set on partitions although the most useful to know are boot and hidden.
Boot does what it says and is the partition that the computer will try to boot from (usually given to grub/lilo unless you have something exotic with easyBCD) and hidden is something that most vendors mark their recovery partitions (and which windows tools have a habit of politely ignoring when you want to try getting rid of one).

It gets a lot more boring than that but if you have that on lock then you will know as much as you need unless you actually want to start programming tools to handle the things in the first place.

How to make partitions....
Windows features two main methods for my money
fdisk - the old method that has been around since before windows 95. Kind of sidelined unless you are on a setup CD or in some version of dos.
diskmgmt.msc (either find it in the system32 or equivalent directory or use the run command/vista or 7 typed thing - the method most will use in windows even if they do not realise it and just use the basic format options.
They are nice enough but not a patch on a proper tool and prone to being a bit limited by actually being in windows at the time (see pulling yourself up by your own shoelaces).
Proper tools
EASEUS Partition Manager was already mentioned and it is good although technically not free and if it is superior it is not superior enough for me to take note over the tools in the next sentence.
Gparted which gets bundled into parted magic http://partedmagic.com/doku.php as well a standalone gparted livecd and many other things like those I will mention at the end, it is my chosen tool unless I have to do something very special for a custom server or something at that level.
It can format partitions (to just about every filesystem in popular usage and a few others besides unlike windows which basically does FAT, FAT32 and NTFS), it can make new partitions, it can copy them, it has a fairly decent set of checking and drive recovery abilities (though it is not the be all and end all there) and my favourite option is the one to resize and move partitions including NTFS ones. It can take several hours if you are dealing with a large drive full of data but it is an invaluable ability for when your drives are partitioned as a single partition across the entire drive.

Linux itself can be done on one partition but many opt for three (or four if you count grub)
1) Grub or lilo- you give a couple of hundred megs and it sticks the boot loader (itself a fairly cut down version of linux) so as to be able to boot.
2) The root partition - this installs linux and probably your programs (although they can go on a further partition)
3) The user/home partition - here you have your documents, files and maybe some settings depending upon how you configure programs or they configure themselves.
4) The swap space- windows tends to call the idea virtual memory or a paging file. The idea is you have a piece of hard drive to use so as not to run out of RAM for active programs.

Linux handles all this almost transparently (there are no drive letters in linux which is quite nice in some ways as drive letters are a somewhat archaic and limiting concept). Most good linux installers (definitely including that of linux mint) may well half prefer it if you just give them some unpartitioned space to work with though you will be given the option to change sizes and mappings (see also fstab) before pressing install if you want and there is nothing stopping you from going manual.
The nice thing about having a home partition is you can upgrade your linux install fairly painlessly or even have several use the same one or even do something really exotic like stick it on a network share. For the record as well linux type filesystems can be read in windows with tools like http://www.ext2fsd.com/
Theoretically you could then uninstall linux by deleting the partitions, maybe growing the windows one back and then making sure the boot flag is set to the main windows partition. I usually leave grub installed and configure it to be nearly silent (autoboot windows after a single second) but play it how you will.

As mentioned windows does not play well with others unless you bash it really hard, to save that though there is either grub/lilo or kind of related but from the windows front is easyBCD.

EasyBCD is not strictly like grub/lilo but many will forgive you the distinction for as far as pretty much everybody is concerned it allows you to choose what you boot into. The distinction is mainly that EasyBCD is very heavy on the chainloading idea and as such you theoretically could probably go through about 4 steps to choose what you ultimately boot into via software alone.

Personally I can work with either EasyBCD or grub/lilo as grub/lilo can boot windows quite happily and without any real issue.

Final note- grab yourself a copy of Hiren's boot CD (no links I am afraid but it should not be hard to find) and Ultimate Boot CD aka UBCD http://www.ultimatebootcd.com/
Both have fairly extensive boot options so even if you hose up the hard drive boot setup they will at least be able to catapult you into an OS from which you can do something and they both also contain highly specialised boot tools to fix hard drives, reinstall boot managers and perform other such niceties. It does occasionally happen that the boot for a machine gets corrupted by something and when you inevitably get called in with the cry of "fixit fixit fixit" you may well be able to get the thing up and running in less time than it took you to fish the disc (or bootable USB if you are fancy) out, bonus is parted magic will also include testdisk/photorec which can fix the slightly less common corrupted partition table issue or recover files from it.

Anyway enough waffle. Hope you get it sorted so you can try some stuff out, I know I have just tapped out a mini essay and I assure you most of this was learned as it came up rather than crammed in a single sitting, not to mention linux really can do it for you and might even be able to shrink your windows partition just by your saying "make it happen" (I tend to do things manually mainly because I can or because I am starting from scratch so I miss out on some of the automated niceties that crop up).
 
  • Like
Reactions: 3bbb7 and Minox

Jamstruth

Secondary Feline Anthropomorph
Member
Joined
Apr 23, 2009
Messages
3,462
Trophies
0
Age
30
Location
North East Scotland
XP
700
Country
Order to remove easily:
1. Use EasyBCD to rewrite your MBR
2. Use a Partition Manager (such as EaseUS) to delete the Linux drive. This will probably be smaller than your Windows drive and after it.
 
  • Like
Reactions: Minox

3bbb7

Well-Known Member
OP
Member
Joined
Jun 28, 2012
Messages
797
Trophies
0
XP
501
Country
United States
First you'd want to restore Windows MBR so as to make sure you can still boot Windows 7, after that it should be just fine to remove the Linux Mint data.

Restoring should not make you lose any data, all it does is to replace the boot manager Linux Mint installed with the default one Windows 7 comes with.


I do need to ask though, in what way was Linux Mint installed? Was it installed to its own hard drive?
I have not installed it yet. I was going to install it by using the live iso and then just choosing install alongside windows. Would it be better if i installed the iso with Easybcd ?
 

FAST6191

Techromancer
Editorial Team
Joined
Nov 21, 2005
Messages
36,798
Trophies
3
XP
28,284
Country
United Kingdom
"install alongside windows"

Something I forgot and have not really used in the capacity they envisage but Ubuntu and so linux mint have an ability/program/setting/feature.... called wubi (I believe mint renamed mint4win) which kind of sticks the program within a file on the windows drive (similar to a virtual machine hard drive or if you do not mind a slightly cruder analogy a giant zip file).
They are great little things and I really like the precursor to it all that puppy linux had but I would not suggest it for proper use unless you knew the pitfalls.

Gparted is probably included on the linux mint CD as well, if you have an existing install of linux I tend not to suggest using gparted from a standard liveCD (it will probably try to use the swap partition and that gets to be no fun if you are trying to fiddle with it). If you have a bit of unpartitioned space (probably about 30 gigs although you can go an awful lot lower if you want). By all means have a look at the options it provides you though.

"if I installed the iso with Easybcd?"
I am not quite sure if you misunderstand what easybcd is. By and large mint should offer to install Grub of some form which will quite happily shift between linux, windows and whatever else in whatever order or setup you need which makes EasyBCD somewhat redundant if you just need a simple "choose this or that option and go with this after ? seconds by default" thing. The worst problem you are likely to face there is mint sticks itself first on the list in which case you would just change it.
 

yusuo

Well-Known Member
Member
Joined
Oct 19, 2006
Messages
3,498
Trophies
2
Age
38
XP
6,120
Country
United Kingdom
Surely if you just wanted to install a different linux, you could just delete the partition and recreate it during the setup of the new version of linux.

Its if you wanted to get rid of linux for good that things start getting well not tricky but more......

However you wouldnt need easybcd at all, just delete the partition from disk management, resize the drive if needed then go to command prompt and run "bootrec /fixmbr" All from inside Windows itself. This will get you going as you if you never installed linux in the first place.

Why over complicate everything?
 

YayMii

hi
Member
Joined
Jun 24, 2009
Messages
4,916
Trophies
0
Age
28
Location
that place
XP
758
Country
Canada
IIRC you could just into Windows 7's Startup Repair and use the Repair function to overwrite the bootloader, then just delete the partition within Windows.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Veho @ Veho: Mkay.