刀片服务器硬盘启动Linux独立安装

http://tech.ddvip.com   2008年03月28日    社区交流

内容摘要:本文将通过下面的九个步骤,为IBM BladeCenter® HS20刀片服务器去创建一个可启动的磁盘(驱动器),自安装硬盘驱动,运行SUSE Linux企业服务器10。

  列表1:创建安装分区

blade8:~ # fdisk /dev/sdb
The number of cylinders for this disk is set to 8924.
There is nothing wrong with that, but this is larger that 1024,
and could in certain setups cause problems with:
1) software that runs at boot time (e.g., old versions of LILO)
2) booting and partitioning software from other OSs (e.g., DOS FDISK, OS/2 FDISK)
Command (m for help): n
Command action
  e  extended
  p  primary partition (1-4)
     p
     Partition number (1-4) : 1
     First cylinder (1-8924, default 1):
     Using default value 1
     Last cylinder or +size or +sizeM or +sizeK (1-8924, default 8924) : 900
     Command (m for help):

  d.输入n来创建另一个分区(操作系统分区)如下列列表2所示:

  列表2:创建操作系统分区

Command (m for help): n
     Command action
        e  extended
        p  primary partition (1-4)
     p
     Partition number (1-4) : 2
     First cylinder (901-8924, default 901):
     Using default value 901
     Last cylinder or +size or +sizeM or +sizeK (1-8924, default 8924) :
     Using default value 8924
     
     Command (m for help):

  但是在这个分区上不要存储任何数据;在SUSE安装过程中这个分区将被格式化。

作者:刘琳倩    责编:豆豆技术应用

正在加载评论...