|
我不想覆盖原来系统的grub loader,所以在把lfs的grub装在lfs的分去上了,然后我在原来系统中的menu.lst中加了几行,如下:
title LFS 5.0
root (hd0,6)
kernel /boot/lfskernel root=/dev/hda6 ro
在重新启动,选择LFS 5.0,出错如下:error 18; boot cylinder exceeds maximum supported by the bios, 我的系统比较古老,
pII233,不知道是不是bios太老了,但是应该是支持LBA的,那么GRUB就应该是正常工作了。这个是为什么呢? |
|