支持UEFI启动

This commit is contained in:
2023-08-09 22:57:14 +08:00
parent 01fe3ed3ab
commit f2d766d0f9
8 changed files with 290 additions and 84 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
pkexec apt update
pkexec apt install qemu-system qemu-user qemu-user-static -y
sudo apt update
sudo apt install qemu-system qemu-user qemu-efi -y
sudo apt install qemu-user-static binfmt-support -y
echo 安装完成!按回车键退出
read