之前make gconfig
make bzImakge
make modules
make modules_install
这些都正常,当我make install时出现如下错误。。
之后我又如下编译,
make mrproper
make menuconfig
make
sudo make install
同样是以下错误,真是莫名其妙,怎么回事求教
[root@localhost linux-2.6.5]# make install
make[1]: `arch/i386/kernel/asm-offsets.s' is up to date.
CHK include/linux/compile.h
dnsdomainname: ???????
Kernel: arch/i386/boot/bzImage is ready
sh /usr/src/linux-2.6.5/arch/i386/boot/install.sh 2.6.5 arch/i386/boot/bzImage System.map ""
No module viamraid found for kernel 2.6.5
mkinitrd failed
make[1]: *** [install] Error 1
make: *** [install] Error 2
编译内核时有没有选择:
Device Drivers -->
SCSI device support -->
SCSI low-level drivers -->
Serial ATA (SATA) support -->
Promise SATA support(NEW) and or VIA SATA support
而且,使用SATA的ATA模式,不用RAID,再试试。
[quote:80ea3bc065="aaccdd"]编译内核时有没有选择:
Device Drivers -->
SCSI device support -->
SCSI low-level drivers -->
Serial ATA (SATA) support -->
Promise SATA support(NEW) and or VIA SATA support
而且,使用SATA的ATA模式,不用RAID,再试试。[/quote]
“使用SATA的ATA模式,不用RAID”不知道是什么意思,怎么在选项中选择?