this post was submitted on 02 Nov 2023
34 points (90.5% liked)

Asklemmy

42521 readers
981 users here now

A loosely moderated place to ask open-ended questions

Search asklemmy 🔍

If your post meets the following criteria, it's welcome here!

  1. Open-ended question
  2. Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
  3. Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
  4. Not ad nauseam inducing: please make sure it is a question that would be new to most members
  5. An actual topic of discussion

Looking for support?

Looking for a community?

~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~

founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] overlordror@lemmy.world 2 points 8 months ago (1 children)

You delete macOS. You install Asahi. No Apple involved except they made the hardware, just like PCs. I have mint on an ASUS Zenbook. It's your hardware, use it how you want. Apple can suck a fat dick.

[–] cheese_greater@lemmy.world 2 points 8 months ago* (last edited 8 months ago) (1 children)

Can you have both? I might want to use certain paid apps that might be less replaceable or other "Apple" stuff but wanna have the option to experiment with Linux too since I've never used it previously

Edit: I've heard the term dual-boot, that's ringing a bell perhaps

[–] MentalEdge@sopuli.xyz 3 points 8 months ago (1 children)

Yes. You can have more than one storage device, or partition a single one, and install more than one operating system. At startup, a bootloader like grub can then be used to choose which one you want to load into.

[–] cheese_greater@lemmy.world 2 points 8 months ago (1 children)

Is it a seperate Volume or what's the metaphor or file level at which this is possible?

[–] MentalEdge@sopuli.xyz 2 points 8 months ago (1 children)

Yes. You cannot have multiple operating systems within the same filesystem.

[–] cheese_greater@lemmy.world 2 points 8 months ago (2 children)

But on a practical level, does this preclude being able to dual-boot? That's the word I feel like I've heard and that best conceptually aligns with what I'm envisioning here

[–] MentalEdge@sopuli.xyz 2 points 8 months ago* (last edited 8 months ago)

I order to dual-boot, you must install more than one operating system, plus a bootloader that lets you switch between them.

The multiple OSes cannot be installed within the same filesystem, which simply means they need to have their own area on the hard-drive/ssd/whatever.

For linux you need extX/btrfs/..., windows uses ntfs, and OSx uses apfs. They do not work with each other (or, well, linux can mostly access the file systems of other OSs but it can't run from them).

In practice, this just means you either need more than one storage device, one for each OS, or that you need to partition your existing one. (Shrinking any filesystem already on it, and creating new partitions for the other OSes).

Essentially, imagine taking your 500gig mac, and shrinking it to a 300gig mac, and then using the extra 200 gigs to create a second, virtual ssd that you can then install your second OS onto while keeping the one you already have (though with a bit less space for it to use).

The "new" ssd is not really virtual, it'd be a partition of the size 200gigs, the filesystem that was already there was also a partition, it was just the same size as the ssd, so it took it up completely. When you only have one OS, you only have one partition (there are exceptions) but you can have two, or three, or any number you want. They can be any size as long as they together fit on the drive.

[–] TexMexBazooka@lemm.ee 1 points 8 months ago (1 children)

Going off the questions you’re asking here theres some fundamentals you don’t understand and you’re in over your head until you do some more reading

[–] cheese_greater@lemmy.world 2 points 8 months ago (1 children)

You are correct and this is very much a learning moment for me

[–] TexMexBazooka@lemm.ee 1 points 8 months ago

Not a bad place to be asking questions I assure you. In your case, I would recommend dual booting your Mac with Linux, so you can switch between the two. There are lots of guides on how to do this online, and I’m pretty sure mac has pretty intuitive built in tools. Boot camp I think it’s called?

Not a Mac guy for the record