Debian Linux Setup Guide For ThinkStation P330
Guidelines for Debian 9.5 and later
3.74 MB
31 页
0 下载
133 浏览
0 评论
0 收藏
所属分类:
系统运维 / Linux
| 语言 | 格式 | 评分 |
|---|---|---|
英语 | .pdf | 3 |
| 摘要 | ||
本文档提供了在ThinkStation P330工作站上安装Debian Linux 9.5的详细指南。内容包括选择图形安装界面、语言设置、网络配置、安装必要的工具如net-tools,以及更新源列表以使用Debian仓库。此外,文档还指导了安装编译工具(gcc和make)、配置安全启动选项(如禁用Secure Boot),以及安装Nvidia图形驱动以优化显卡性能。 | ||
| AI总结 | ||
# Debian Linux 安装指南总结
## 1. 安装 Debian Linux 9.5
- **选择安装类型**:从 Debian GNU/Linux UEFI 安装程序菜单中选择“Graphical Install”。
- **选择语言**:根据个人需求选择语言。
- **启动安装程序**:插入安装介质并启动安装。
## 2. 更新源列表
- **以 root 身份登录**:使用 `su` 命令切换到 root 用户。
- **编辑 sources.list 文件**:添加以下仓库地址:
```
deb http://deb.debian.org/debian stretch main
deb-src http://deb.debian.org/debian stretch main
deb http://deb.debian.org/debian stretch-updates main
deb-src http://deb.debian.org/debian stretch-updates main
deb http://security.debian.org/stretch/updates main
deb-src http://security.debian.org/stretch/updates main
deb http://deb.debian.org/debian stretch main contrib non-free
deb-src http://deb.debian.org/debian stretch main contrib non-free
deb http://deb.debian.org/debian stretch-updates main contrib non-free
deb-src http://deb.debian.org/debian stretch-updates main contrib non-free
deb http://security.debian.org/stretch/updates main contrib non-free
deb-src http://security.debian.org/stretch/updates main contrib non-free
```
- **注释 CD-ROM 仓库**:注释掉 `/etc/apt/sources.list` 中的 `deb cdrom:` 行。
- **更新软件包列表**:运行 `apt-get update`。
## 3. 安装网络驱动(e1000e)
- **安装工具**:安装 `net-tools` 和 `gcc`、`make`、`linux-headers`:
```
apt-get install net-tools gcc make linux-headers*
```
- **编译驱动**:进入驱动源码目录,运行 `make install`。
- **加载模块**:使用 `modprobe e1000e` 加载网络驱动模块。
- **检查网络配置**:使用 `ifconfig` 查看网络接口状态。
## 4. 安装 NVIDIA 显卡驱动
- **方法一:从仓库安装**:运行 `apt-get install nvidia-driver`。
- **方法二:手动安装**:
1. 下载适用于系统的 NVIDIA 驱动程序(如 `NVIDIA-Linux-x86_64-390.87.run`)。
2. 配置 HTTP 代理(如有需要)。
3. 启动安装程序并完成基础安装。
4. 在 BIOS 中禁用 Secure Boot。
5. 重启系统并插入安装介质以完成驱动安装。
## 5. 其他注意事项
- 确保在安装驱动前禁用 Secure Boot。
- 安装完成后重启系统以应用更改。
以上总结涵盖了从安装 Debian 到配置网络和显卡驱动的主要步骤,确保系统正常运行。 | ||
P1
P2
P3
P4
P5
P6
P7
下载文档到本地,方便使用
- 可预览页数已用完,剩余
24 页请下载阅读 -
文档评分













