|
|

楼主 |
发表于 2006-3-9 15:17:04
|
显示全部楼层
我的系统出现的新问题:
内核编译结束以后,我用 北南南北在 学习编译内核── 为新手指南 的帖子里介召的方法
cp arch/i386/boot/bzImage /boot/vmlinuz-2.6.3
cp System.map /boot/System.map-2.6.3
cd /boot
/sbin/mkinitrd initrd-2.6.3ljj.img 2.6.3ljj
关于版本号的解释, 我在Makefile里改了Extrversion=ljj 故在这里写成2.6.3ljj
我然后在菜单-->系统-->配置-->配置您的计算机-->启动-->引导程序 在启动项中添加了一个linux的启动项,
其中映象用的是vmlinuz-2.6.3
initrd 用的是initrd-2.6.3ljj.img
保存并使之生效.
在lilo.conf里可以看到
boot=/dev/hda
map=/boot/map
default="linux"
keytable=/boot/us.klt
prompt
nowarn
timeout=100
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label="linux"
root=/dev/hda10
initrd=/boot/initrd.img
append="devfs=mount acpi=ht splash=silent"
vga=788
read-only
image=/boot/vmlinuz
label="linux-nonfb"
root=/dev/hda10
initrd=/boot/initrd.img
append="devfs=mount acpi=ht"
read-only
image=/boot/vmlinuz-2.6.3-7mdk
label="263-7"
root=/dev/hda10
initrd=/boot/initrd-2.6.3-7mdk.img
append="devfs=mount acpi=ht splash=silent"
read-only
image=/boot/vmlinuz
label="failsafe"
root=/dev/hda10
initrd=/boot/initrd.img
append="failsafe acpi=ht devfs=nomount"
read-only
other=/dev/hda1
label="windows"
table=/dev/hda
image=/boot/vmlinuz-2.6.3ljj
label="linux-my"
root=/dev/hda10
initrd=/boot/initrd-2.6.3ljj.img
append="devfs=mount acpi=ht splash=silent"
read-only
但是系统重新启动我选了新内核启动, 屏幕上有BIOS DATA CHECK SUCCESSFUL
然后是umcompress 什么什么 ok
只有一行字,一闪而过,没有看得很清楚.
请教各位, 我的系统为什么不能启动?
谢谢!!! |
|