this post was submitted on 29 Jun 2024
16 points (83.3% liked)

Linux

7782 readers
15 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
[–] KeepFlying@lemmy.world 1 points 2 months ago
  • what partitions do linux distros need to function ?

Many guides will suggest setting up separate partitions for a bunch of different Linux directories. It's not strictly necessary to make things work properly. You can totally do it all on one partition (in addition to your windows one I mean). If you want to try something more fancy then keep a separate home partition, but honestly don't worry about it much unless a guide or installer is suggesting it.

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

Nah. One big Linux partition isnt a bad thing and is a lot easier to grasp when starting out. (Though for dual boot you'll need the windows partition somewhere still)

  • what precautions should I take other than backing up my hard drive before doing dual boot ?

Backups are the main thing. Maybe a list of useful Windows software you have installed, just in case you accidentally break your install and can't boot in to check what you had installed.

Make Windows recovery media and a windows install disk if you don't have one. Just in case you need to go back and reinstall it can help avoid trying to do that without a working machine.

Test with a live usb first too. That way you can at least boot into the live Usb if things fail. And you will already have it prepared.

  • How can I ensure my dual boot linux install won't touch my windows partition at all if I install dual boot linux ?

I think you could mount your windows partition as read only if that's a concern. I don't expect any Linux distros to mess with anything though unless you're reckless about running install scripts.

  • Is there anything else I should be aware about ?

Linux guides vary between "here's a hack to just make it work" all the way to "here's a perfect Torvalds-Approved perfect bomb proof 100page configuration guide". Make sure you know what you're looking for first and don't get too caught up on making everything perfect. Focus on keeping good backups so you can restart from scratch if you ever need to. You'll probably end up trying a few Linux distros over the next few years anyway.