My set-up of Linux Mint and GRUB seems to have messed up my Windows drive, as now I can’t boot from it directly anymore, but only by going through GRUB first, and I want to uninstall Linux. How would I go about figuring out the issue and fixing it?

As for why I want to uninstall Linux, it’s mostly two reasons 1: My father gave me a spare HDD he had since I’m not a fan of buying things when you already have them. Turns out (coming from a teen who’s been booting from an SSD for most of their life) HDDs are slow, too slow for my liking. 2: Linux, Mint at least, feels incomplete, sort of like a tech demo, with extremely limited support for anything that wasn’t directly intended by the developers. The concept of having to compile something yourself is basically foreign to me, and the few times I had to do it in Windows I could easily find a way around it. Plus having to basically rely on a built-in app database/store to easily install apps… Kinda stinks to me, and not being able to simply download an installer from a website and having the program, whatever program, up and running reliably within a minute, the concept seems ridiculous… I’m not sure, I could be really spoiled by Windows 10, or simply too used to it.

TLDR: HDDs are slower than I thought and Linux doesn’t seem good for people like me

Ps: Yes, I know, mass storage is “super cheap” nowdays, but for someone who only reliably gets money during their birthday and Christmas, €20 may as well be €200

Also, I am pretty sure that I will come back to Linux in the future once Windows has devolved to the point of being garbage (which from what I’ve seen might be very close) and I’ve gotten better at general computer usage (which may be close too since I’m starting to familiarize myself with CLIs)

  • rufus@discuss.tchncs.de
    link
    fedilink
    arrow-up
    27
    ·
    edit-2
    1 year ago

    uninstall grub

    You might want to google a complete guide. “how to remove grub”, “restore windows bootmanager” or something like this. Things are a bit different depending on your setup (uefi, do you want do clean the efi partition, do you need help deleting the other partitions…)

    i have used the old way before:

    bootrec.exe /fixmbr
    bootrec.exe /fixboot
    bootrec.exe /rebuildbcd
    

    but google it yourself. it isn’t difficult and my windows knowledge is a bit rusty.

    Linux, Mint at least, feels incomplete, sort of like a tech demo

    I can tell you, this feeling won’t go away. I have the same feeling with windows or macos. You just had one glimpse at something that looked strange to your eyes and you then chose to believe in your prejudices. This is not Mint’s fault. Like I use windows and ask myself how people work with that. Well, gaming and updating my old TomTom gps is kind of okay, that’s what i use windows for. But how do you for example rename 350 photos from your camera after you found out you forgot to set the date and now all filenames are off (or from 1970)? How do you develop stuff? Do you really download gigabytes of some colourful IDE from the internet just to execute a simple ‘make’ command? How do you set up a webserver for your aunt’s etsy shop and install php and a database?

    You’re alright not wanting to try linux or not liking it. But to give it a chance, you need to open up the package manager and see it has like 10.000s of packages of different software waiting for you. After first installation it’s kind of bare. You’re right. Thats intentional to make it slim, fast and customizable.

    HDDs are slow

    Put your system on SSD together with things you need available, and your other data that won’t fit gets stored on the HDD. That way your computer is fast and the data that isn’t accessed that often (or gets cached anyways) is stored on the cheap additional storage.

    concept of having to compile something // simply download an installer

    I’m sorry. You’re applying windows concepts to something where they do not apply, and this is making you fail. People from the linux community dedicate their time to make most of the software available in the package manager. Tailor it to work well with the rest of Mint etc… 99% of everyday software is available like this. This is your installer! If you chose to circumvent this, download random stuff from the internet and try to compile it yourself… You’re allowed to do it, but you’re on your own. It’s not an iPhone where there’s no alternative to the store. But… You actively chose to do something difficult, that beginners aren’t supposed to do and it’s not how it’s supposed to work. I use linux exclusively every day and also develop stuff with it. I rarely compile or download something myself.

    future once Windows has devolved to the point of being garbage

    There won’t be such a point in time. They feed you the changes in very small steps that are barely noticable. It’s like with that mean story with the frog and the boiling water.

    (With that said… We’re all aware you’re posting this on the linux community and opinions might be a bit … biased … )