I'm trying to upgrade from a FreeBSD 8.3 server to 10.0-RELEASE, using freebsd-update. The server hard disks are two Maxtor SCSI disks setup as a GEOM RAID1 (da0 and da1) which I configured way back in Oct 2009 (so can't remember what I did). The upgrade seemed to go well, until I rebooted and I see this message on the console:
I have booted from a usb memstick installation and selected the Live CD option for recovery tasks. I have been able to:
the output shows a kernel file dated at the time of the upgrade. I did note section 2.2 from:
http://www.freebsd.org/releases/10.0R/installation.html
but did not think this was a concern. I now suspect I should have altered a configuration file. I have checked on the mounted hard drive:
I notice the file /boot/loader.rc has been updated (or the old one over written) and a new file /boot/loader.4th has been added during the upgrade. Perhaps there should be a GEOM line in the loader.rc?
I'm now at a loss as what to do. This is a production server and I need to get my skates on quick to fix it.
Help Please.
Cheers.
Can't work out which disk we are booting from. Guessed BIOS device 0xfffffffff not found by probes, defaulting to disk0:
can't load 'kernel'
Type '?' for a list of commands,
I have booted from a usb memstick installation and selected the Live CD option for recovery tasks. I have been able to:
Code:
#ls /dev
#mount -w /dev/da0s1 /var/tmp
#ls /var/tmp/boot/kernel
http://www.freebsd.org/releases/10.0R/installation.html
but did not think this was a concern. I now suspect I should have altered a configuration file. I have checked on the mounted hard drive:
Code:
#more boot/loader.conf
goem_mirror_load="YES"
I'm now at a loss as what to do. This is a production server and I need to get my skates on quick to fix it.
Help Please.
Cheers.