amd64/151722: kldload on 8.1-RELEASE memorystick fails

delphij at FreeBSD.org delphij at FreeBSD.org
Mon Oct 25 18:00:55 UTC 2010


Synopsis: kldload on 8.1-RELEASE memorystick fails

State-Changed-From-To: open->closed
State-Changed-By: delphij
State-Changed-When: Mon Oct 25 17:57:06 UTC 2010
State-Changed-Why: 
Dear submitter,

This is caused by not having the specific directories in
the kernel module path and zfs.ko depends on opensolaris.ko.
(kern.module_path)

In order to be able to load zfs.ko, you need to load opensolaris.ko
first:

	kldload /mnt2/boot/kernel/opensolaris.ko
	kldload /mnt2/boot/kernel/zfs.ko

I personally don't think this is a bug but it might be good to
document it in the LiveFS motd.


Responsible-Changed-From-To: freebsd-amd64->delphij
Responsible-Changed-By: delphij
Responsible-Changed-When: Mon Oct 25 17:57:06 UTC 2010
Responsible-Changed-Why: 
Take and track.

http://www.freebsd.org/cgi/query-pr.cgi?pr=151722


More information about the freebsd-amd64 mailing list