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.

  • RiderExMachina@lemmy.ml
    link
    fedilink
    English
    arrow-up
    24
    ·
    6 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.

  • Alborlin@lemmy.world
    link
    fedilink
    arrow-up
    12
    arrow-down
    1
    ·
    edit-2
    6 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.

    • null@slrpnk.net
      link
      fedilink
      arrow-up
      9
      ·
      6 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.

        • Tempy@lemmy.temporus.me
          link
          fedilink
          arrow-up
          7
          ·
          edit-2
          6 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).

  • Snarwin@kbin.social
    link
    fedilink
    arrow-up
    9
    arrow-down
    1
    ·
    6 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.

  • Lmaydev@programming.dev
    link
    fedilink
    arrow-up
    7
    arrow-down
    1
    ·
    6 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.

  • cetvrti_magi@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    6 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.

  • Pantrygheist@programming.dev
    link
    fedilink
    arrow-up
    5
    ·
    6 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.

  • danielfgom@lemmy.world
    link
    fedilink
    English
    arrow-up
    3
    ·
    6 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.

  • TimeSquirrel@kbin.social
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    6 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@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    1
    ·
    6 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@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    6 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. :^)