Looks like some added functionality has made my system start to recognize some old mirror that was set up on the system some time ago on the last motherboard it was on.
Upon booting the new kernel I'm getting things like
It eventually fails, it mentions something about
and it dumps me out to a mount prompt.
I can boot up my old kernel, but since I just did a buildworld, buildkernel and install kernel then rebooted, some of my things aren't working now because of version incompatibilities like zfs, so all my main storage is inaccessible at the moment.
So I just have my rootfs on a single SATA disk, I'm not doing any RAIDs or anything special for most of my system. the zfs is just storing data like multimedia, etc. The only system thing it's storing is the /home partition, everything else is on my ufs formatted SATA drive with labels, for example,
Wondering how I can find this hidden Nvidia metadata and wipe it out or disable this nvidia raid? Myfreebsd FreeBSD 9 box is running on an Nvidia board with an intel chipset now, there shouldn't be anything Nvidia showing up anywhere.
Any help would be greatly appreciated!
Thanks,
-Jerry
Upon booting the new kernel I'm getting things like
Code:
ROOT MOUNT WAITING FOR GRAID-NVIDIA
It eventually fails, it mentions something about
Code:
GEOM_RAID NVIDIA-1 VOLUME STRIPE
I can boot up my old kernel, but since I just did a buildworld, buildkernel and install kernel then rebooted, some of my things aren't working now because of version incompatibilities like zfs, so all my main storage is inaccessible at the moment.
So I just have my rootfs on a single SATA disk, I'm not doing any RAIDs or anything special for most of my system. the zfs is just storing data like multimedia, etc. The only system thing it's storing is the /home partition, everything else is on my ufs formatted SATA drive with labels, for example,
Code:
Filesystem Size Used Avail Capacity Mounted on
/dev/label/rootfs 2G 676M 1.1G 37% /
Wondering how I can find this hidden Nvidia metadata and wipe it out or disable this nvidia raid? My
Any help would be greatly appreciated!
Thanks,
-Jerry