|

楼主 |
发表于 2007-8-18 18:35:49
|
显示全部楼层
我把我的启动选项复制如下:
# Begin /boot/grub/menu.lst
# By default boot the first menu entry.
default 0
# Allow 3 seconds before booting the default.
timeout 3
# Use prettier colors.
color green/black light-green/black
# The first entry is for LFS.
title MYLINUX 1.0
root (hd0,0)
kernel /boot/lfskernel-2.6.21.5 root=/dev/hda1
vga=792
不能使用1024*768*24的原因是什么? |
|