|
|
kernel编译了ext2,ext3,xfs的支持了,分区就两个 sda1->swap sda2->ext3
/boot/grub/menu.lst
# Begin /boot/grub/menu.lst
# By default boot the first menu entry.
default 0
# Allow 30 seconds before booting the default.
timeout 30
# Use prettier colors.
color green/black light-green/black
# The first entry is for LFS.
title LFS 6.2
root (hd0,1)
kernel /boot/lfskernel-2.6.16.27 root=/dev/sda2
启动的时候提示
VFS: Cannot open root device "sda2" or unknown-block(0,0)
Please append a corrent "root=" boot option
Kernel panic -not syncing: VFS: Unable to mount root fs on unknown-block(0,0) |
|