bin456789 / reinstall

一键DD/重装脚本 (One-click reinstall OS on VPS)
GNU General Public License v3.0
2.67k stars 436 forks source link

请问怎么支持ubuntu桌面版,平台:甲骨文vps arm #130

Closed geilige closed 3 weeks ago

geilige commented 3 months ago

请问怎么支持ubuntu桌面版,平台:甲骨文vps arm

bin456789 commented 3 months ago

chatgpt 帮到你

geilige commented 2 months ago

一直用chatgpt,没帮到,只有手动安装ubuntu-desktop这种方式,我是想直接用桌面版iso

bin456789 commented 2 months ago

脚本没有这个功能,不过这两个软件可以引导iso https://packages.debian.org/bookworm/grub-imageboot https://packages.debian.org/bookworm/grml-rescueboot

bin456789 commented 2 months ago

用netboot.xyz也可以启动ubuntu桌面版

geilige commented 2 months ago

真的感谢大佬耐心解答,netboot.xyz我试过,安装的是服务器版;https://packages.debian.org/bookworm/grub-imageboot https://packages.debian.org/bookworm/grml-rescueboot这两个后面尝试下吧 感谢

bin456789 commented 2 months ago

我查了下,ubuntu 没有发布官方的 desktop arm iso

zhonghuhe commented 2 months ago

我查了下,ubuntu没有发布官方的桌面arm iso

!/bin/bash

更新软件包列表

apt-get update

升级已安装的软件包

apt-get upgrade -y

添加新用户

adduser user

安装所需的软件包

apt-get install -y ubuntu-desktop linux-generic linux-firmware xserver-xorg-video-intel

再检查一边安装所需的软件包

apt-get install -y ubuntu-desktop linux-generic linux-firmware xserver-xorg-video-intel 这个方式可以安装桌面,此方法在amd可以用,arm未知