caocheng 发表于 2003-7-17 17:55:31

内核无法安装,错误请看!

Root device is (3, 3)
Boot sector 512 bytes.
Setup is 2650 bytes.
System is 1550 kB
Kernel: arch/i386/boot/bzImage is ready
sh arch/i386/boot/install.sh 2.5.75 arch/i386/boot/bzImage System.map ""
All of your loopback devices are in use.
mkinitrd failed
make: *** Error 1
make: *** Error 2

Dragonfly 发表于 2003-7-17 21:11:13

mkinitrd fails
because u current kernel does not have loop support. u can
1) do not use initrd
2) recompile kernel, add loop support, load kernel, and recompile this 2.6 again.

caocheng 发表于 2003-7-18 09:58:23

请问,

那怎样才能不用不着 initrd ,是不是把 grub.conf中的相应行注解掉?我试了,那样启动不了

内核我是可以重编,但我现在编好了,装不上去啊!怎么办呢?谢谢,麻烦你了!

caocheng 发表于 2003-7-18 10:01:36

本来在2.4.20下是可以安装的,但我昨天升级了模块装载程序后就出问题了,连2.4.20都不正学常了!总是显示 modprobe.old ,I am no the old version !

Dragonfly 发表于 2003-7-18 10:09:06

yes, u comment that line, but u need compile all u need into kernel by choosing Y, not M

caocheng 发表于 2003-7-18 10:13:52

OK,Thanksfor you ! i try it!

Dragonfly 发表于 2003-7-18 10:24:50

good luck

caocheng 发表于 2003-7-18 11:29:09

好了,终于有可以起动了,谢谢,很高兴!

但声卡还没有配好,我继续努力!
# lsmod
Module                  SizeUsed by
snd_dummy               51200
snd_via82xx            110720
snd_pcm                637442 snd_dummy,snd_via82xx
snd_timer            157441 snd_pcm
snd_ac97_codec         403241 snd_via82xx
snd_page_alloc          46123 snd_dummy,snd_via82xx,snd_pcm
snd_mpu401_uart         38401 snd_via82xx
snd_rawmidi            128001 snd_mpu401_uart
snd                  267247 snd_dummy,snd_via82xx,snd_pcm,snd_timer,snd_ac97_codec,snd_mpu401_uart,snd_rawmidi
soundcore               41602
#

模块都可以正常装了,可就是没有声音,用sndconfig也检测不到声卡!

Dragonfly 发表于 2003-7-18 21:22:58

u use mu401? u need to see which chip u use and only load one driver, snd_via82xx 11 , snd_mpu401_ua... u need to check which one is right for u.


calm down and go over why u can be succ this time, then u can learn more.

pjc5520 发表于 2003-7-19 22:55:29

All of your loopback devices are in use.
你可以重新启动一遍,在安装试试,如果还是这个问题,那么可能是你的旧内核中没有loopback设备支持,不知你用的是不是自己变异的内核编译时为选择loopback设备。

caocheng 发表于 2003-7-20 11:23:26

好了,是内核中没有选择起用loopback设备,起了就好了,谢谢各位!
页: [1]
查看完整版本: 内核无法安装,错误请看!