文章编号:ZFLI-6UM7AT
在安装Red Hat Enterprise Linux (RHEL)v3 发生黑屏
| 适用机型: |
| 所有BladeCenter HS20; 所有BladeCenter HS40; 所有BladeCenter JS20; 所有BladeCenter T |
故障现象:在安装Red Hat Enterprise Linux, version 3过程中,在设置VGA16 framebuffer (fb) 设备(它不在标准的VESA framebuffer设备范围内)时,在进入640x480 "VGA16" 图形模式下无法完整配置显示
芯片(当从ATI video BIOS 文本模式退出后,会进入图形模式)。
受影响的配置:受影响的IBM服务器:a BladeCenter, type 8677
a BladeCenter HS40, type 8839
a BladeCenter HS20, type 8678
a BladeCenter HS20, type 8832
a BladeCenter JS20, type 8842
a BladeCenter T, type 8730
a BladeCenter T, type 8720
受影响的操作系统:The Red Hat Enterprise Linux, version 3, operating system is affected.
The Red Hat Enterprise Linux, version 4, operating system is affected.
解决方法:你可以在出现LILO/GRUB boot提示屏时输入:linux text vga=ask,利用Linux文档(/usr/src/linux/Documentation/fb/vesafb.txt) 中VESA modes列表中的一种模式强制kernel自己初始化VESA frame buffer:
kernel mode number列表:
|
. |
640x480 |
800x600 |
1024x768 |
1280x1024 |
| 256 |
0x301 |
0x303 |
0x305 |
0x307 |
| 32k |
0x310 |
0x313 |
0x316 |
0x319 |
| 64k |
0x311 |
0x314 |
0x317 |
0x31A |
| 16M |
0x312 |
0x315 |
0x318 |
0x31B | |
使用其中的一种模式时,你需要在lilo.conf 文件中指定“vga=ask”,然后在“vga=ask”提示符后输入期望模式的类型,例如:你希望使用1024x768x256 colors,需要在提示符后输入305。