• 1 Post
  • 16 Comments
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle





  • Don’t use regular Arch if you’re struggling. There are some arch-based distros that are more user friendly, though. Like EndeavourOS or ArchMan. Manjaro can be good too but there are legitimate problems with how the project is run.

    I was having graphics driver problems in Ubuntu-based distros until I tried Linux Mint.

    If you get crashes right before or after login, it’s often a (Nvidia) graphics issue. To get around this, you could use nomodeset in the Grub menu to get a successful first boot where you can then install the proprietary drivers.

    Look at sections 4 and especially 5 on this page
    Also, here is that info in a tutorial format

    Also, you may want to set the Desktop Environment to Xorg or X11 (same thing) if Wayland is causing you problems. It’s older, but in some cases more efficient and less experimental. Check out the section: Switching desktop environments using a graphical user interface. It should look similar to the pictures. And notice that the “gear” icon may not appear until you select a user.

    If your problem is different than this, open a support ticket in the discord or forums of the distro you’re using. Linux Mint has a great system for this on Discord.





  • But that’s a live environment that doesn’t save anything you install, right? That’s not what I want.

    I can’t even install Nvidia drivers permanently which means I can’t actually “try” it properly. The generic drivers/nomodeset can’t run high refresh rate so I can’t see how laggy it does or does not feel.

    Based on what you’re saying, I guess the only way to not remove the old bootloader would be to physically disconnect the other Linux system drive while it installs. Because having to use the USB to load the local system is really really not ideal.

    Edit: I learned you can make a live usb with persistent storage which lets you install and update programs. However, there are limitations.

    1. No password or security unless it’s Tails or something
    2. Still cannot install extra drivers.
    3. Takes longer to boot
    4. You can never do a major upgrade like updating the kernel without burning a brand new live environment.

  • Yeah, I booted a live usb installer for Ubuntu with budgie (I created this by writing the Ubuntu ISO to a 32 GB USB drive using Rufus). Then I booted from the Live USB and chose another USB 64 GB drive to install to. It seemed to take quite a long time (all night) but the installer was showing a prompt to restart and a completed message when i woke up.

    I actually was never able to boot from the new Ubuntu install other than using the target USB drive’s bootloader to boot into my old Linux Mint on another drive.

    The Linux Mint kernel was listed on the Ubuntu Grub menu along with Ubuntu and Ubuntu Recovery and I was able to select Mint and successfully boot to Mint. After installing Ubuntu, when trying to boot from my Mint drive without the Target Ubuntu USB connected, it gave an empty Grub prompt.

    From there I ran timeshift to restore the old bootloader and everything else.

    The reason I’m fairly certain it was a new boot loader is that it had a gray background where my old one had a black background.

    I have Windows on a 1 TB NVME, Mint on a 200 GB SSD, and a 1 TB data HDD, as well as the 32 GB USB live stick and the second 64 GB which I chose as the target to install to. Because the sizes are all different, I think it was unlikely that I chose the wrong disk to target, as I double checked the name and size was correct.

    Right now, I don’t need help fixing it Windows and Mint are as I want them after a Timeshift restore. I just want to know how not to ruin my old Mint Grub next time I install a second Linux on USB.

    Edit: switched around to match chronological order. To clarify, when I say “target usb” I am referring to the 64 gb usb I installed to from the Live environment.