Debian 安装程序由一些特定功能的组件组成,它们完成各自的安装任务。每一组件执行任务时,会询问一些任务相关的问题。每个任务又有各自的优先级,可以在安装程序开始时设置优先级决定哪些问题会问到。
执行默认安装时,只有必要的(高优先级)的问题会被问到。使得安装过程可以高度自动化,几乎不需用户干预。组件按次序执行;至于哪些组件会执行,这取决于您使用的安装方法,以及您的硬件。对于没有询问的问题,安装程序将采用默认值。
如果遇到麻烦,用户会看到错误画面,并且显示安装菜单供选择其它替代操作。如果没有问题,用户将不会碰到安装菜单,只需依此回答每个组件的提问。严重错误提示的优先级为“critical”,因此用户总会注意到。
如果在 debian-installer 开始的时候,给启动加上一些参数,它将会影响安装程序使用的默认值。例如,假设您希望指定静态网络连接配置(如果存在 DHCP,将会被采用),可以为启动参数加上 netcfg/disable_dhcp=true。参阅 第 5.2.1 节 “Debian 安装程序的参数” 了解有效的选项。
熟练的用户也许更习惯菜单驱动的交互方式,安装中的每一步都可以被用户控制,而不是让安装程序自动依次执行。要使用菜单驱动的手动安装方式,添加启动参数选项 priority=medium。
如果您的硬件要求给出内核模块设置选项才能安装,就需要使用 “expert” 模式启动安装程序。可以通过使用 expert 命令或者添加 priority=low 启动参数。专家模式赋予您对 debian-installer 完全的控制力。
For this architecture the installer uses a character-based user interface. A graphical user interface is currently not available.
In the character-based environment the use of a mouse is not supported. Here are the keys you can use to navigate within the various dialogs. The Tab or right arrow keys move “forward”, and the Shift-Tab or left arrow keys move “backward” between displayed buttons and selections. The up and down arrow select different items within a scrollable list, and also scroll the list itself. In addition, in long lists, you can type a letter to cause the list to scroll directly to the section with items starting with the letter you typed and use Pg-Up and Pg-Down to scroll the list in sections. The space bar selects an item such as a checkbox. Use Enter to activate choices.
错误信息和记录被重定向到第四个控制台。您可以通过按下 左 Alt-F4 (按住左 Alt 键同时按下 F4 功能键)访问该控制台;返回主安装进程使用 左 Alt-F1。
这些信息还可以在 /var/log/syslog 里找到。完成安装之后,该记录会被复制到您新系统中的 /var/log/debian-installer/syslog。其它的安装信息安装时可以在 /var/log/ 找到。在系统重新启动后记录的地方是 /var/log/installer/。