this post was submitted on 29 Jun 2024
15 points (82.6% liked)

Linux

7623 readers
527 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

Just want to ask some questions as I am considering installing linux as dual boot on a single drive in its own partition

  • what partitions do linux distros need to function ?
  • what linux distros support secure boot with nvidia drivers ?
  • is it bad idea to install linux on a single drive in its own partition ?
  • what precautions should I take other than backing up my hard drive before doing dual boot ?
  • I have heard some linux distros like linux mint and ubuntu have a habit of touching other efi partitions when being told not to, are there any other distros that do that ?
  • Expanding on the previous question qre there any distros that touch or corruption windows partitions ?
  • How can I ensure my dual boot linux install won't touch my windows partition at all if I install dual boot linux ?
  • Is there anything else I should be aware about ?
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 8 points 1 month ago* (last edited 1 month ago)

If this is your first time installing Linux, keep it simple.

what partitions do linux distros need to function ?

One is enough for Linux alone. Two if you want to dual boot (one for Windows, another for Linux). Everything else is optional.

what linux distros support secure boot with nvidia drivers ?

I don't have a full list, but I'm reasonably certain that Linux Mint supports secure boot UEFI, and I'm sure that it supports NVidia drivers.

Note that you can disable secure boot to run other distros if necessary/desired.

is it bad idea to install linux on a single drive in its own partition ?

As in, single boot? It's only a bad idea if you need Windows for some reason. But then you could run Windows from a virtual machine, as the other poster said.

I have heard some linux distros like linux mint and ubuntu have a habit of touching other efi partitions when being told not to, are there any other distros that do that ?

I'm really unsure if this actually happens; I've dual booted Windows with Ubuntu for years, and to my knowledge Ubuntu never touched the Windows partition without my permission.

Plus if this happened I bet that a lot of people would be raging.

Is there anything else I should be aware about ?

Don't look for exact copies of the software that you typically use with Windows. Instead, look for software that fills the same purpose.

When possible, let your distribution install software for you, through its own package manager. Downloading and running random executables from the internet is a last resort.

The Arch wiki is a godsend even if you don't use Arch. (I don't use Arch BTW.)

When asking people for help, make sure to include which distro you're running, and which version.