mirror of
https://github.com/GXDE-OS/GXDE.git
synced 2026-06-22 05:36:37 +08:00
faq
This commit is contained in:
@@ -0,0 +1,61 @@
|
||||
# Page Under Construction, Continuously Adding Issues and Solutions, PRs Welcome
|
||||
|
||||
## Please Click the Star in the Upper Right Corner, Your Support is Our Greatest Motivation
|
||||
|
||||
You can track our development progress at https://gitee.com/GXDE-OS/GXDE/board
|
||||
|
||||
[中文](./FAQ.zh.md)
|
||||
|
||||
---
|
||||
|
||||
Q1: I am using an old computer/virtual machine that requires Legacy BIOS booting, but I encounter a grub installation failure when installing with the GXDE installation disk.
|
||||
|
||||
A1: For ISO versions 15.13 and below, Legacy BIOS currently only supports installation using the Debian installer. Select "Advanced options" on the boot screen and then choose "Install."
|
||||
|
||||
A1: This issue will be resolved in version 15.14.
|
||||
|
||||
---
|
||||
|
||||
Q2: I have installed Debian 12/I am using Debian 12 on Arm/i386/mips64/loong64 architecture. How can I install GXDE?
|
||||
|
||||
A2: Install GXDE by adding repositories.
|
||||
|
||||
Repository installation method:
|
||||
|
||||
Download the deb file and install it from https://pan.huang1111.cn/s/k2nRvuB.
|
||||
|
||||
After installation, run:
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
|
||||
sudo apt install spark-store -y
|
||||
|
||||
sudo aptss install gxde-testing-source -y
|
||||
|
||||
sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||||
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
Q3: How to create a bootable disk?
|
||||
|
||||
A3: For Legacy boot, it is recommended to use Rufus in DD mode. For EFI, you can use the [Deepin Boot Maker](https://www.deepin.org/zh/original/deepin-boot-maker/).
|
||||
|
||||
|
||||
---
|
||||
|
||||
Q4: NVIDIA driver installation failed by using `sudo aptss install nvidia-driver`
|
||||
|
||||
A4: Please manually install the proprietary driver or install the package `linux-kernel-oldstable-gxde-amd64` and boot with this kernel to reinstall.
|
||||
|
||||
--
|
||||
|
||||
Q5: Intel/Crab network card cannot enable wireless after installation.
|
||||
|
||||
A5: Run sudo aptss install firmware-iwlwifi firmware-realtek -y.
|
||||
|
||||
A5: This issue will be resolved in version 15.14.
|
||||
|
||||
@@ -0,0 +1,62 @@
|
||||
# 页面施工中,仍在不断收录问题和解决方案,欢迎Pr
|
||||
|
||||
## 欢迎点右上角Star,您的肯定是我们的最大动力
|
||||
|
||||
请在 https://gitee.com/GXDE-OS/GXDE/board 看板处追踪我们的开发进度
|
||||
|
||||
[English](./FAQ.md)
|
||||
|
||||
---
|
||||
|
||||
Q1: 我正在使用古老的电脑/虚拟机,需要使用 Legacy BIOS 启动,而使用 GXDE 安装盘进行安装时报错grub安装失败
|
||||
|
||||
A1: 对于 15.13 及以下版本的ISO, Legacy BIOS 暂时只支持用Debian安装器进行安装,在引导界面选择Advanced options后选择Install进行安装
|
||||
|
||||
A1: 此问题将会在 15.14 解决
|
||||
|
||||
---
|
||||
|
||||
Q2: 我已经安装了Debian 12/我在使用Arm/i386/mips64的 Debian 12/loong64架构的debian port,想要安装 GXDE ,我该怎么做?
|
||||
|
||||
A2: 加源安装GXDE
|
||||
|
||||
加源安装方法
|
||||
|
||||
下载deb并安装 https://pan.huang1111.cn/s/k2nRvuB
|
||||
|
||||
安装之后
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
|
||||
sudo apt install spark-store -y
|
||||
|
||||
sudo aptss install gxde-testing-source -y
|
||||
|
||||
sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||||
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
Q3: 如何制作启动盘?
|
||||
|
||||
A3: Legacy启动推荐rufus用dd模式写入,EFI则使用[深度启动盘制作工具](https://www.deepin.org/zh/original/deepin-boot-maker/)即可
|
||||
|
||||
|
||||
---
|
||||
|
||||
Q4: `nvidia-driver`包安装失败
|
||||
|
||||
A4: 请手动安装闭源驱动,或者安装 `linux-kernel-oldstable-gxde-amd64
|
||||
linux-kernel-oldstable-gxde-amd64` 这个包后用此内核启动重新安装
|
||||
|
||||
A4: 您也可[手动安装驱动](https://bbs.deepin.org/post/232923)以避免此问题
|
||||
|
||||
---
|
||||
|
||||
Q5: 因特尔/螃蟹网卡 安装后无法打开无线网络
|
||||
|
||||
A5: `sudo aptss install firmware-iwlwifi firmware-realtek -y`
|
||||
|
||||
A5: 此问题将在 15.14 解决
|
||||
@@ -0,0 +1,39 @@
|
||||
# How to Install GXDE?
|
||||
## Image Installation
|
||||
|
||||
[中文](./Install.zh.md)
|
||||
|
||||
123pan: https://www.123pan.com/s/pDSKVv-4XIWv.html
|
||||
|
||||
huang111: https://pan.huang1111.cn/s/laonjFL
|
||||
|
||||
Sourceforge: https://sourceforge.net/projects/gxde-os/files
|
||||
|
||||
**For ISO versions 15.13 and below, Legacy BIOS currently only supports installation using the Debian installer. Select "Advanced options" on the boot screen and then choose "Install." This issue will be resolved in version 15.14.**
|
||||
|
||||
---
|
||||
|
||||
For Beginners: If you don't know how to partition, leave some space on a disk and select to install on the whole disk during installation.
|
||||
|
||||
EFI Installation: You must create a partition formatted as vfat/fat32 with the mount point set to /boot/efi. The remaining space can be partitioned as needed.
|
||||
|
||||
## APT Repository Installation
|
||||
> For amd64, arm64, etc., where ISO installation images are available, it is recommended to use ISO installation.
|
||||
> Currently supports amd64, arm64, mips64, and loong64, but loong64 has not been tested.
|
||||
|
||||
Download the deb file and install it from https://pan.huang1111.cn/s/k2nRvuB.
|
||||
|
||||
After installation, run:
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
|
||||
sudo apt install spark-store -y
|
||||
|
||||
sudo aptss install gxde-testing-source -y
|
||||
|
||||
sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||||
```
|
||||
|
||||
Then restart.
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
# 如何安装 GXDE?
|
||||
## 镜像安装
|
||||
|
||||
[English](./Install.md)
|
||||
|
||||
123盘:https://www.123pan.com/s/pDSKVv-4XIWv.html
|
||||
|
||||
huang111:https://pan.huang1111.cn/s/laonjFL
|
||||
|
||||
Sourceforge:https://sourceforge.net/projects/gxde-os/files
|
||||
|
||||
**对于 15.13 及以下版本的ISO, Legacy BIOS 暂时只支持用Debian安装器进行安装,在引导界面选择Advanced options后选择Install进行安装,此问题将会在 15.14 解决**
|
||||
|
||||
---
|
||||
|
||||
小白安装:若不会分区,可空出一块磁盘,在安装时选择整块磁盘安装即可。
|
||||
|
||||
EFI 安装:必须分一块格式为 vfat/fat32 的分区,挂载点选择 /boot/efi ,剩余可按需求分区
|
||||
|
||||
|
||||
## APT 源安装
|
||||
> amd64、arm64 等已经有 ISO 安装镜像的,建议使用 ISO 安装
|
||||
> 目前支持 amd64、arm64、mips64 和 loong64,但 loong64 并未测试
|
||||
下载deb并安装 https://pan.huang1111.cn/s/k2nRvuB
|
||||
|
||||
安装之后
|
||||
|
||||
```bash
|
||||
sudo apt update
|
||||
|
||||
sudo apt install spark-store -y
|
||||
|
||||
sudo aptss install gxde-testing-source -y
|
||||
|
||||
sudo aptss install gxde-desktop gxde-desktop-extra -y
|
||||
|
||||
```
|
||||
|
||||
重启即可
|
||||
Reference in New Issue
Block a user