View Single Post
Old 22nd February 2012
delorean delorean is offline
New User
 
Join Date: Feb 2012
Posts: 7
Default

Hi, i had to leave this becouse some other work problems.

I started the other day and today i solved it !!! well.. im pretty sure about that, althougt im working in some proofs to be ensure 100%

First of all i made your tip:

copy the bsd kernel 5.0 compiled with Raidframe file in bsd_50 and put in /dev/sd0a , then boot with hd0a:/bsd_50 -s , and i saw that it boots correctly with raidframe support, so i did this:

In the upgrade official guide they say :

export RELEASEPATH=/usr/rel # where you put the files
cd ${RELEASEPATH}
rm /obsd ; ln /bsd /obsd && cp bsd.mp /nbsd && mv /nbsd /bsd
cp bsd.rd /
cp bsd /bsd.sp


doing this, doesn´t work , you can see how bsd.mp will be the bsd file.. maybe this is the main problem

So, if i just put my bsd kernel 5.0 compiled with Raidframe file in /dev/sd0a
it works.. the machine boots correctly with the 5.0 kernel and the RAIDframe it´s working:

#uname -a

OpenBSD 5.0 GENERIC.MP#0 amd64

#raidctl -s raid0
raid0 Components:
/dev/sd0d: optimal
/dev/sd1d: optimal
No spares.
Parity status: clean
Reconstruction is 100% complete.
Parity Re-write is 100% complete.
Copyback is 100% complete.


# df -h
Filesystem Size Used Avail Capacity Mounted on
/dev/raid0a 229G 1.2G 216G 1% /


The tgz files upgrade was done previously so im assuming that this is ok.How can i verify 100% that all the upgrade 4.9 ->5.0 is ok ?

thanks !
Reply With Quote