Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jul 2007 07:45:50 -0700
From:      pierrelaroche <pierre.laroche@sbcglobal.net>
To:        <freebsd-ia64@freebsd.org>
Subject:   Unable to install a custom BSD 6.2 kernel on HP i2000
Message-ID:  <C2C618AE.1A252%pierre.laroche@sbcglobal.net>

next in thread | raw e-mail | index | archive | help
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





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?C2C618AE.1A252%pierre.laroche>