Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2010 18:00:55 GMT
From:      delphij@FreeBSD.org
To:        hanche@math.ntnu.no, delphij@FreeBSD.org, freebsd-amd64@FreeBSD.org, delphij@FreeBSD.org
Subject:   Re: amd64/151722: kldload on 8.1-RELEASE memorystick fails
Message-ID:  <201010251800.o9PI0tJZ024633@freefall.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010251800.o9PI0tJZ024633>