如果在引导过程中您遇到了问题或者内核挂起,不识别实际拥有的外围设备,或者驱动是一个不被正确识别,首先要做的事情是检查引导参数,在 第 5.2 节 “引导参数”。
如果引导的是您自己的内核,而不是安装程序提供的内核,请确定 CONFIG_DEVFS
已被设置到内核。安装程序需要 CONFIG_DEVFS
。
通常,可以通过移除外挂硬件或者外围设备来解决问题,然后再次重新引导
如果您的机器上装有多于 512M 的大容量的内存,并且安装程序在引导内核时停止,您可能需要加入一个引导参数,来限制内核能够看的的内存数量,比如 mem=512m
。
在引导期间,您可以看到很多信息类似 can't find
,或者 something
,something
not presentcan't initialize
,或者甚至 something
this driver release depends on
。大多数这些信息都是无害的。您之所以看到它们,是因为安装系统内核被设计成为可以运行在不同的计算机,并且拥有不同的外围设备。显然地,没有一个计算机可能拥有所有的外围设备,因此操作系统可能在查找一些您没有的设备上有一些报怨。有时可以看到系统暂停了一段时间。这是由于它在等待一台设备的回应,但是这台设备并没有安装在您的系统上。如果您发现这个时间非常长,您可以一会创建一个自己的内核(参见 第 8.4 节 “编译新内核”)。 something
如果您过了初始化引导,但还是不能安装,Bug Reporter 菜单选项可能会很有用。它复制系统的错误记录和配置信息到一张用户提供的软盘。 这个信息可能提供了一些关于错误的起因和如何解决它的线索。如果您正在提交一个 bug 报告,您可以附上这个信息。
其他相关安装期间的安装信息可以在 /var/log/
找到,以及在计算机已经引导至安装后的系统的 /var/log/debian-installer/
中。
如果仍有问题,请提交安装报告。即使安装成功,我们也鼓励您发一份安装报告,这让我们可以尽可能多的了解硬件的配置数量。
请采用下列模板填写安装报告,并发邮件到 <submit@bugs.debian.org>
给 installation-reports
伪软件包发送 bug 报告。
Package: installation-reports Boot method: <How did you boot the installer? CD? floppy? network?> Image version: <Fill in date and from where you got the image> Date: <Date and time of the install> Machine: <Description of machine (eg, IBM Thinkpad R32)> Processor: Memory: Partitions: <df -Tl will do; the raw partition table is preferred> Output of lspci and lspci -n: Base System Installation Checklist: [O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it Initial boot worked: [ ] Configure network HW: [ ] Config network: [ ] Detect CD: [ ] Load installer modules: [ ] Detect hard drives: [ ] Partition hard drives: [ ] Create file systems: [ ] Mount partitions: [ ] Install base system: [ ] Install boot loader: [ ] Reboot: [ ] Comments/Problems: <Description of the install, in prose, and any thoughts, comments and ideas you had during the initial install.>
在 bug 报告内,请说明问题所在,包括内核挂起后最后见到的内核消息。说明进入问题状态时您进行的步骤。