IBM x3650 M3服务器安装Linux系统
IBM x3650 M3服务器做完RAID之后,不能直接的安装Linux系统,会报出没有硬盘的错误
解决方法如下:
1、到IBM的官方网站下载device drive
下载后的为:ibm_dd_sraidmr_00.00.04.17_rhel4_32-64.tgz
2、将压缩文件解压
tar zxvf ibm_dd_sraidmr_00.00.04.17_rhel4_32-64.tgz
3、将解压后的文件传到U盘或是其它的外置的软盘中
4、将u盘插入到服务器的U口处
5、启动服务器
6、放入Linux系盘,在boot处输入:Linux dd
7、选择‘yes’进入到外置的u中,屏幕上会出现俩个选项,选择‘sda’
8、进入到u盘的disks中,安装dud-2.6.9_67-32_64.RHEL4.img
9、推出时看到多了‘sdb’,不需要做什何的操作,继续Linux安将即可
To use the driver during installation of the Linux OS: 3) Locate the driver ISOs under the 'disks' directory. 4) Choose the ISO that matches the kernel and architecture for the OS that you are installing: RHEL 5.1 - 2.6.18-53 RHEL 5.2 - 2.6.18-92 RHEL 5.3 - 2.6.18-128 RHEL 5.4 - 2.6.18-164 5) Use the native ISO-to-media application from your distribution to create a CD, USB key, or other media containing the driver. 6) During installation, type 'linux dd' at the boot screen. The 'dd' denotes that you wish to add the driver during installation. This option can be used with other boot options where necessary. 7) When prompted, insert/attach the driver media and select the desired driver.