Lately ive noticed that i was wanting to do certain things on Windows that just seemed much easier and more intuitive on Linux, based in the OS specific solutions i would see to problems i encountered. And i was more frequently using software where Windows support seemed like an after thought.

A couple days ago i finally sat down and tried to install Mint. The installer didnt recognize my windows partition so it didnt offer any assistance. And a stroke of fate saw my internet connection dieing at the exact same time. Yes, i cant believe it either.

So i decided to live dangerously and just try to wing the installation with no outside help. It seems like creating a second EFI partition was not the right call. The install failed, and I couldn’t get back onto windows.

I wound up just using a live ubuntu image for a few days while i wrestled with repairing the boot loader. I didnt succeed. Eventually i just made a windows recovery disk from my Desktop with an intact copy of windows, and had to reinstall windows.

Then i did manage to successfully install Debian, and ive been having such a great time with it so far. I feel like i probably didnt even need to keep a windows partition, especially since i could have just used my desktop if i REALLY needed windows. I havent had this much fun just using the computer since i was a kid.

  • @[email protected]
    link
    fedilink
    English
    219 months ago

    Linux is great about providing that feeling of discovery. New tools, new processes, new paradigm… It’s the best way to breathe new life into an old piece of hardware.

    If this is your first major step, congratulations! If you’re a regular, great job, keep it up; eventually you’ll be a grey beard with the rest of us.

    • @Telodzrum
      link
      19 months ago

      Which is not to be confused with the “Right to Dressage” from the 9th Amendment.

  • @Alborlin
    link
    11
    edit-2
    9 months ago

    its easy for you because you been playing around with Linux, I tried to install SSH on zorin os. But after installing SSH , it needs to be restarted, when tried to do that , it won’t saying the ash server did not start, A simple thing like this is have me stumped in Linux where as in windows it was just installing putty and done.

    • @[email protected]
      link
      fedilink
      99 months ago

      If you could coherently phrase the issue, it might be an easy one to solve. As it stands your comment is impossible to decipher.

      • @Alborlin
        link
        49 months ago

        Sorry, done , if you can please let me know

        • Tempy
          link
          fedilink
          7
          edit-2
          9 months ago

          I mean for most Linux derivatives, getting SSH setup for outgoing connections is usually install the openssh package from your distros repos, though I imagine many preinstall it, no reboot should be necessary, and you just type ssh user@hostname into a terminal to connect to the remote ssh server to access stuff on that computer. There shouldn’t be a need to reboot for installing app that’s not a service.

          Wanting to enable ssh access to the computer you are using so a remote client can connect to it? Well the same openssh package should have come with sshd which acts as the server to allow remote ssh client to connect. It’d probably need enabling (so it’s run automatically on boot) and starting (so you don’t have to reboot to have it going), on distributions using systemd that’s usually just systemctl enable sshd.service (which makes sure the sshd daemon will be started on next boot) followed by systemctl start sshd.service to start it immediately so it’s running straight away, (or systemctl enable sshd.service --now to roll both steps into one).

    • @mvirts
      link
      39 months ago

      Sounds like you may have accidentally been installing an ssh server on zorin.

      • @Alborlin
        link
        19 months ago

        Yes that’s what I want to do

  • Snarwin
    link
    fedilink
    69 months ago

    Same thing happened to me. Borked my Windows install and didn’t have a recovery disc, so I just wiped the whole thing and went Linux-only. Never looked back since. :)

    Sometimes, all you need is a little push to get you out of your comfort zone.

  • @cetvrti_magi
    link
    59 months ago

    This reminds me of my first time installing Linux. I tried to install most recent version of Ubuntu at the time but for some reason it couldn’t install and it wiped out Windows partition. Fortunetely, I was able to install LTS version in first try.

    I’m glad you are enjoying Linux. Welcome to the penguin land.

  • @[email protected]
    link
    fedilink
    49 months ago

    Good job. It’s a great feeling when things finally click.

    Unfortunately stuff like this is exactly what is holding Linux back from mainstream adoption.

  • danielfgom
    link
    English
    39 months ago

    Excellent. Being able to install a fresh OS at will is one of the many fun things in Linux. Theming is another. I would advise you do a backup of anything important on Windows and just erase the entire disk and do a clean install of Linux. If you still need Windows, install Virtualbox and install Windows as a VM. Best of both worlds. I do this to enable me to print to my Canon printer because the Linux drivers don’t work ,it needs Windows to print, calibrate etc.

  • @[email protected]
    link
    fedilink
    39 months ago

    I used to take the long route of physically disconnecting the drive with windows when installing a Linux partition until I realized there wasn’t anything of use for me in windows, so I backed up some documents and removed windows completely from my desktop.

  • no banana
    link
    2
    edit-2
    9 months ago

    When I finally switched my gaming pc to Linux I just stopped debating myself on whether to keep the windows partition and said fuck it, just wipe it and if I want it back I’ll get it back.

    Haven’t missed it yet. Of course I assumed I wouldn’t, since I have never missed it on any of my laptops.

  • TimeSquirrel
    link
    fedilink
    2
    edit-2
    9 months ago

    My right of passage was trying to run hobby websites in the early 2000s using a pirated copy of Windows Server with IIS. Then I discovered Apache and Linux LAMP stacks and realized how much IIS sucks and it was all over from there.

    I even was inspired to get back into programming due to wanting to learn PHP ( I only had some QBasic experience at the time). Now I can do PHP, C, C++, and JS (granted they all have extremely similar syntax)

  • Krafty Kactus
    link
    fedilink
    English
    19 months ago

    I too screwed up a duel boot which led to me simply wiping Windows! I’m glad it worked out for you.

  • @GustavoM
    link
    English
    19 months ago

    My “rite of passage” to the magical world of GNU/Linux was… well… boredom. My Windows install was run fresh, with TCPOptimizer, with some things removed out of its core… until I took the decision of “trying to figure out how to use Linux even if it means losing my sanity.”

    …and here we are. Sanity is still intact tho…

    …I think. :^)