|

楼主 |
发表于 2007-1-9 22:41:36
|
显示全部楼层
Post by soulskylove
把你的
lilo.conf贴上来把
根分区没挂载上~~~~肯定是lilo.conf配置问题
先谢谢了..
不知道为什么不一样,第一个是原来的内核
# Linux bootable partition config begins
image = /boot/vmlinuz
root = /dev/hda4
label = Linux2433
read-only
image = /boot/vmlinuz-generic-2.6.10
initrd = /boot/initrd.gz
root = /dev/hda4
label = Linux2610
read-only
# Linux bootable partition config ends
yu@love:~$ ls -l /boot
总计 4627
-rw-r--r-- 1 root root 512 2006-12-22 20:17 boot.0300
-rw-r--r-- 1 root root 193 2006-12-29 15:43 boot_message.txt
-rw-r--r-- 1 root root 209 2006-12-22 20:17 boot_message.txt~
[color="Red"]lrwxrwxrwx 1 root root 21 2007-01-09 01:20 config -> config-generic-2.6.10
-rw-r--r-- 1 root root 50545 2005-01-23 05:07 config-generic-2.6.10
-rw-r--r-- 1 root root 41810 2006-09-01 14:51 config-ide-2.4.33.3
-rw-r--r-- 1 root root 5032 2006-08-08 13:34 diag1.img
-rw------- 1 root root 393166 2007-01-09 01:36 initrd.gz
[color="#ff0000"]drwxr-xr-x 8 root root 304 2007-01-09 01:36 initrd-tree
-rw------- 1 root root 51712 2007-01-09 01:26 map
[color="#ff0000"]lrwxrwxrwx 1 root root 37 2006-12-22 20:01 README.initrd -> /usr/doc/mkinitrd-1.0.1/ README.initrd
[color="Red"]lrwxrwxrwx 1 root root 25 2007-01-09 01:20 System.map -> System.map-generic-2.6.10
-rw-r--r-- 1 root root 805590 2005-01-23 05:07 System.map-generic-2.6.10
-rw-r--r-- 1 root root 629105 2006-09-01 14:51 System.map-ide-2.4.33.3
[color="#ff0000"]lrwxrwxrwx 1 root root 22 2007-01-09 01:20 vmlinuz -> vmlinuz-generic-2.6.10
-rw-r--r-- 1 root root 1413281 2005-01-23 05:07 vmlinuz-generic-2.6.10
-rw-r--r-- 1 root root 1313255 2006-09-01 14:51 vmlinuz-ide-2.4.33.3
这个是目录 drwxr-xr-x 8 root root 304 2007-01-09 01:36 initrd-tree
看到这行,难怪..等下改为vmlinuz-ide-2.4.33.3重启试试,另外几个链接有是怎么回事
lrwxrwxrwx 1 root root 22 2007-01-09 01:20 vmlinuz -> vmlinuz-generic-2.6.10
但是第二个还是比第一个多了行,不知道干啥的..
initrd = /boot/initrd.gz |
|