Date: Mon, 8 Mar 2010 12:25:30 +0100 From: Maciej Milewski <milu@dat.pl> To: freebsd-stable@freebsd.org Cc: Brian Conway <bconway@alum.wpi.edu> Subject: Re: 8.0-RELEASE-p2: boot0cfg yields "vnode_pager_getpages: I/O read error" Message-ID: <201003081225.31058.milu@dat.pl> In-Reply-To: <20100307220002.f4b51436.bconway@alum.wpi.edu> References: <20100307220002.f4b51436.bconway@alum.wpi.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Dnia poniedziałek, 8 marca 2010 o 04:00:02 Brian Conway napisał(a):
> Greetings. I'm testing NanoBSD images for eventual use in an Alix board
> and have run into an issue with the boot0cfg lines in the update scripts,
> in multiple environments. Specifically, any use of boot0cfg yields a
> successful output[1], followed by:
> ...
> Any ideas? Bug or
> user error? Thanks.
>
> Brian Conway
Brian,
try changing in updatep1 and updatep2 to use gpart not boot0cfg:
#boot0cfg -s 1 -v ${NANO_DRIVE}
gpart set -a active -i 1 ${NANO_DRIVE}
I think is the problem. I was having similar errors as you while I was using
boot0cfg.
Maciej Milewski
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003081225.31058.milu>
