• cheese_greater@lemmy.worldOP
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    8 months ago

    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
      link
      fedilink
      arrow-up
      3
      ·
      8 months ago

      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.worldOP
            link
            fedilink
            arrow-up
            2
            ·
            8 months ago

            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
              link
              fedilink
              arrow-up
              2
              ·
              edit-2
              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
              link
              fedilink
              arrow-up
              1
              ·
              8 months ago

              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

                • TexMexBazooka@lemm.ee
                  link
                  fedilink
                  arrow-up
                  1
                  ·
                  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