ICode9

精准搜索请尝试: 精确搜索
首页 > 系统相关> 文章详细

Ubuntu 20.04 for MacBook with T2 (Kernel 5.15, 5.16 & 5.17)

2022-07-03 16:04:34  阅读:207  来源: 互联网

标签:Kernel USB ubuntu T2 存储介质 Ubuntu Linux sysin


请访问原文链接:https://sysin.org/blog/ubuntu-2004-mac/,查看最新版。原创作品,转载请保留出处。

作者主页:www.sysin.org


ubuntu-mbp

项目简介

这是一款整合 Apple T2 驱动的 Ubuntu 20.04 镜像,并且使用了较新的内核版本(当前是 5.17)。

理论上支持任意 “配备 Apple T2 安全芯片的电脑”,当然仅适用于搭载 Intel 处理器的 Mac。笔者在一台不配备 Apple T2 的 MacBook 也运行良好,也许它支持的机型更多,需要用户验证。

项目主页:https://github.com/marcosfad/mbp-ubuntu

Kernel from - https://github.com/marcosfad/mbp-ubuntu-kernel

Using additional drivers:

Bootloader is configure correctly out of the box. No workaround needed.

安装建议

不要在你主力 Mac 上安装,除非你准备更换为 Linux 另作他用。

不要使用双系统,双系统虽然不难实现,但是在另外一个系统上磁盘改变往往对另外一个系统是致命的。

仅仅是为了体验 Linux,没有必要使用该镜像,虚拟化是更好的方式。

不要讨论为什么在 Mac 上运行 Linux,这个问题可能比 “库克时代还有人在 Mac 上运行阿三系统” 更加复杂。

安装方法

  1. 下载 Linux ISO(见文末下载地址)

  2. 准备 USB 存储介质(4G 及以上,USB SSD 更佳)

    打开 “磁盘工具” 抹掉 USB 存储介质,格式:MS-DOS(FAT),方案:GUID 分区图

  3. 写入 ISO 镜像到 USB 存储介质

    !!! 注意不要插入其他 USB 存储介质,防止意外误操作!!!

    diskutil list  # found which number has the USB
    diskutil umountDisk /dev/diskX  # change X for your USB disk number
    sudo dd bs=4096 if=ubuntu-20.04-5.10-mbp-sysin.iso of=/dev/diskX
    
  4. 启动 USB 安装介质

    重启或者重新开机,按住 Option 键不放,启动选择界面出现 “EFI Boot”

  5. 开始安装

    默认启动的是 LiveCD,就像 Ubuntu 原版一样,这属于 Linux 的范畴了,不在赘述。

下载地址

This release is the first multi-kernel release. I’ve embedded the kernels from Aunali, Jamlam and HWE.
It includes the following kernels:

  • Ubuntu HWE 5.11.22
  • Linux Kernel 5.12.19
  • Linux Kernel 5.13.15

All kernels are patched in two alternatives: Big Sur and Mojave.

WiFi drivers need to be installed afterwards (see instructions in T2-linux).

Installing instructions and more information about the build can be found on the readme

The Latest release include kernel 5.15, 5.16 & 5.17.

百度网盘链接:https://sysin.org/blog/ubuntu-2004-mac/

标签:Kernel,USB,ubuntu,T2,存储介质,Ubuntu,Linux,sysin
来源: https://www.cnblogs.com/sysin/p/16439960.html

本站声明: 1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有