页面

2008-07-16

Building SunBlade 150 with Debian

  1. 安装参数
    install video=atyfb:off ide=nodma
  2. 分区
    分区时出现错误,说分区表无法创建,40G硬盘只能分出10G,那就先分10G,然后会提示没有boot分区,返回前页,使用向导,重新对整个40G分区。
  3. 安装完毕重启前配置silo
    在第一次安装重启前在silo配置文件中配置显视参数,否则系统无法启动。在系统要求重启的时刻,选择回退按钮回到上一屏,应该是一个完整的安装选项菜单,在大概倒数第二个选项,进入系统维护命令行界面,进入系统的目前挂载点:/target。(可以用nano)编辑文件silo.conf,找到timeout=100行,在其下追加一行“append="video=atyfb:off ide=nodma"”,看起来像下面这个样子:
    .
    .
    .
    timeout=100
    append="video=atyfb:off ide=nodma"
    .
    .
    .



  1. Loading image
    install video=atyfb:off ide=nodma
  2. Dealing with partition exception
    An exception may be thrown when arranging partition - you can not succeed in create new partitions for the whole disk, or you can only create new partition from part of the whole disk. At this point, obey the installer's instruction creatting partition partly at first and then it will promp that there is not the 'boot' partition. Then backward previouse screen and use partition guide to arrange partitions. This time, you will succeed.
  3. Configure silo
    After most installation jobs, the installer will promp to reboot system. Do not reboot. Backward, and enter a holistic installation options menu. Choose almost last one entry to enter command line screen. Enter current system loading directory '/target' to edit file 'silo.conf'. Find the line 'timeout=100' and append one line under it: append="video=atyfb:off ide=nodma". You may use nano to edit this file. Like the follow:
    .
    .
    .
    timeout=100
    append="video=atyfb:off ide=nodma"
    .
    .
    .

没有评论: