Unable to install a custom BSD 6.2 kernel on HP i2000
pierrelaroche
pierre.laroche at sbcglobal.net
Fri Jul 20 14:46:28 UTC 2007
I am unable to install a custom built kernel on the HP i2000. I am using a
copy of the GENERIC kernel config file (unchanged). Building the kernel is
successful, but when I try to install it, I get the following error,
<<< build log
# make install
.
.
.
.
===> mac_stub (install)
install -o root -g wheel -m 555 mac_stub.ko /boot/kernel
===> mac_test (install)
install -o root -g wheel -m 555 mac_test.ko /boot/kernel
===> mcd (install)
install -o root -g wheel -m 555 mcd.ko /boot/kernel
===> md (install)
install -o root -g wheel -m 555 geom_md.ko /boot/kernel
/boot/kernel/g_md.ko -> /boot/kernel/geom_md.ko
ln: /boot/kernel/g_md.ko: Operation not supported
*** Error code 1
Stop in /usr/src/sys/modules/md.
*** Error code 1
Stop in /usr/src/sys/modules.
*** Error code 1
Stop in /usr/src/sys/ia64/compile/PIERRE.
End of build log>>>
There is only a makefile in the directory sourcing the error
# ls /usr/src/sys/modules/md
Makefile
More information about the freebsd-ia64
mailing list