View Single Post
  #8   (View Single Post)  
Old 2nd February 2012
delorean delorean is offline
New User
 
Join Date: Feb 2012
Posts: 7
Default

Doing these things(following the guide steps)

mount /dev/sd0a /mnt
cd /openbsd5.0 (where are the install files)
here the bsd file it´s not the original, its my bsd 5.0 compiled in other machine with RAIDFrame
then:

using the multiprocessor kernel:

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

and rebooting i have an error and its impossible to load the system , with this error:

raidctl: unable to open devfile:/dev/raid0c
cant open /dev/rraid0a: dev not configured
cant check file system

hopefully i have backup files of bsd* in /dev/sd0a and i restored everything.

Im not sure but maybe the error its becouse i did not make this following changes before rebooting ?¿

***
Save yourself a copy of the old reboot(1) command: You are still running the old kernel, it is possible the new reboot command will not run on the old kernel.

cp /sbin/reboot /sbin/oreboot

Install new userland applications. Do NOT install etc50.tgz and xetc50.tgz now, because that will overwrite your current configuration files! Note that we are installing base50.tgz LAST, because it will include a new tar(1) utility, which may or may not run on the old kernel. We reboot immediately, as the system is probably barely runnable now.

tar -C / -xzphf xserv50.tgz
tar -C / -xzphf xfont50.tgz
tar -C / -xzphf xshare50.tgz
tar -C / -xzphf xbase50.tgz
tar -C / -xzphf game50.tgz
tar -C / -xzphf comp50.tgz
tar -C / -xzphf man50.tgz
tar -C / -xzphf base50.tgz # Install last!
/sbin/oreboot
*****

im not sure if installing base50.tgz solves the problem but i think this is not the problem.. What a nightmare !!

Last edited by delorean; 2nd February 2012 at 05:04 PM.
Reply With Quote