Date: Tue, 12 Oct 2010 03:02:24 +0200 From: Polytropon <freebsd@edvax.de> To: Gary Kline <kline@thought.org> Cc: FreeBSD Mailing List <freebsd-questions@freebsd.org> Subject: Re: does anybody understand why install failed? Message-ID: <20101012030224.465bc805.freebsd@edvax.de> In-Reply-To: <20101012005311.GA1271@thought.org> References: <20101012005311.GA1271@thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Oct 2010 17:53:11 -0700, Gary Kline <kline@thought.org> wrote: > Having netwoking problems... . hope this gets out. It does. The problem seems to appear when installing the ZFS boot loader. > ===> sys/boot/i386/zfsboot (install) > btxld -v -E 0x2000 -f bin -b /usr/obj/usr/src/sys/boot/i386/zfsboot/../btx/btx/btx -l zfsboot.ldr -o zfsboot.ld -P 1 zfsboot.bin > btxld:No such file or directory > *** Error code 1 > > Stop in /usr/src/sys/boot/i386/zfsboot. > *** Error code 1 > > Stop in /usr/src/sys/boot/i386. > *** Error code 1 > > Stop in /usr/src/sys/boot. > *** Error code 1 > > Stop in /usr/src/sys. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. Are you performing the "make install" stage in single user mode as recommended? The btxld binary is /usr/sbin/btxld. If you're not using ZFS on your system, you can easily omit it by setting WITHOUT_ZFS=1 in /etc/src.conf; refer to "man src.conf" for more details about the system's building control file, as there may be other things you intendedly want to switch off. -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101012030224.465bc805.freebsd>