问题描述
# 10/22/2023 我们需要测试 Linux 的手写支持,所以需要在 Surface Pro 4 上安装 Ubuntu 操作系统;
解决方案
参考 Boot Surface from a USB device – Microsoft Support 文档,以获取完整详细的介绍;
通过如下步骤,我们能够通过 USB 启动(并最终完成 Ubuntu 安装):
1)进入 Surface UEFI 界面:按住音量上键(当显示 Surface UEFI 界面时,再释放键),然后按开机建;
2)关闭 Security Boot 功能:Security / Security Boot / Change Configuration / None;
3)关闭 TPM 功能:Security / Trusted Platform Module (TPM) / Off
4)配置 USB 启动:Boot configuration,然后拖拽 USB 到首个;
5)退出重启:Exit / Reboot now;
操作系统的具体安装过程不再详述,其安装过程与其他硬件平台的安装过程类型;
参考文献
How to Turn Off Secure Boot on Surface: 2 Ways
Boot Surface from a USB device – Microsoft Support