arch 安装教程
                    
                    
            
                        archLinux 安装教程
                    
                    
                    
                archLinux 安装教程
坑
failed to install packages to new root  报错
- grub
espboot 目录 /bootgrub-install --target=x86_64-efi --efi-directory=esp --bootloader-id=GRUB 
桌面安装
窗口图形系统有两种选择——Xorg和Wayland。 虽然可以使用 Wayland 启动 KDE Plasma,但仍存在一些缺失的功能和已知问题。建议使用 Xorg 以获得最完整和稳定的体验。 执行下面命令安装 Xorg 的一些组件 xorg
pacman -S xorg 
pacman -S kde-applications
登陆管理器
pacman -S sddm
sudo systemctl enable sddm 
sudo systemctl start sddm 
安装火狐
 pacman -S firefox 
Last modified on 2025-10-26
Comments Disabled.