You are reading a single comment by @Fox and its replies. Click here to read the full conversation.
  • A special FU to the guys at Apple who don't make the installer .dmg links available for older versions

    You could do this through the terminal using software update until very recently

    softwareupdate --list-full-installers;echo;echo "Please enter version number you wish to download:";read;$(if [ -n "$REPLY" ]; then; echo "softwareupdate --fetch-full-installer --full-installer-version "$REPLY; fi);
    

    But even that seems to be borked now, lol.

    I quite like (createinstallmedia), at least it works. For the moment.

    Do you know if the YT video issue is MX specific?

  • Nice. Yes createinstallmedia beats dd (and differences between GNU and bsd dd, if any) and all the iso tool stuff tbh.

    Not sure about the YT issue, but all the reports I've seen about the other 13.4-specific video issues (high FPS videos failing to decode and so on, but none concerning YT) seems to be on Apple Silicon.

About

Avatar for Fox @Fox started