• 0 Posts
  • 32 Comments
Joined 1 year ago
cake
Cake day: August 6th, 2023

help-circle


  • That’s not bad at all.

    My 2015 worked close to out of the box with debian and a bunch of older mbps do too. if you aren’t looking for an adventure I can highly recommend it.

    Since you already have your feet underneath you, a lot of secondhand computers with ssds can benefit from a “level 2” scan from the program spinrite. That process reads and rewrites every block on the ssd. I bet you could do the same thing with dd somehow but i just use spinrite instead.its my understanding that all the Intel Macs are able to boot it although i haven’t personally done it on an 11.1.



  • i use debian stable on intel macs and it works fine. whatever youre comfortable with will work fine except that some distros like rhel don’t handle broadcom-wl right still.

    i use 10.14 mojave (32 bit support), 10.15 catalina and whatever 11,12,13 versions are best supported by opencore legacy patcher on the particular device.

    your 11.1 mbp is not officially supported in 12 monterey but because it has the intel gpu the opencore legacy patcher should work very well.

    when you partition, use apfs for your mac side of the disk. it lets all your macos versions use their own volumes inside the apfs partition and the result is that they all can use the free space but can’t see each others files.

    whats got you wanting to use mavericks or high sierra? those are pretty old and i don’t remember either one having specific features that got removed later or something.






  • I replied to another comment with this, but Debian 12(stable, bookworm) and 13(testing, trixie) are affected by this but 12(stable, bookworm) has a patch out in the security repo.

    If you wanna know wether or not you’re affected,

    apt list libc

    will show your version and the one you want is 2.36-9+deb12u4

    If you don’t have that,

    apt update && apt upgrade

    will straighten you out

    13(testing, trixie) has 2.37, but it’s not fixed yet.

    E: Edited to use apt list instead of apt show.