Hello, I'm having some problems performing a minor version upgrade using
I have done the following, as per the handbook:
The nextboot command gave a warning about ZFS. When I rebooted I got to the loader prompt, presumably related to the nextboot warning.
At the loader prompt, I get 'no valid kernel found'. I can type
Looking though /boot, it appear that GENERIC hasn't been updated, and contains a 9.2 kernel patched to level p4. Similarly /boot/kernel.old contains a kernel patched to level p12. I have been applying patches using freebsd-update, but it looks like the GENERIC kernel hasn't been updated beyond patch level p4.
The updated kernels for 9.3 seem to be in /boot/kernel and /boot/kernel.old1. It looks like /boot/modules has not been updated.
I'm honestly a bit lost as to what has happened here. I thought
Is there any way I can recover this, so that I can run the next
Many thanks!
freebsd-update from 9.2 to 9.3. I use ZFS and a custom kernel, and have been patching and recompiling the kernel for 9.2. A copy of GENERIC is kept in /boot/GENERIC.I have done the following, as per the handbook:
Code:
freebsd-update -r 9.3-RELEASE upgrade
freebsd-update install
nextboot -k GENERIC
shutdown -r now
The nextboot command gave a warning about ZFS. When I rebooted I got to the loader prompt, presumably related to the nextboot warning.
At the loader prompt, I get 'no valid kernel found'. I can type
boot GENERIC, and boot a 9.2 kernel. However, I was expecting freebsd-update to have updated /boot/GENERIC so I then can rerun freebsd-update and complete the upgrade.Looking though /boot, it appear that GENERIC hasn't been updated, and contains a 9.2 kernel patched to level p4. Similarly /boot/kernel.old contains a kernel patched to level p12. I have been applying patches using freebsd-update, but it looks like the GENERIC kernel hasn't been updated beyond patch level p4.
The updated kernels for 9.3 seem to be in /boot/kernel and /boot/kernel.old1. It looks like /boot/modules has not been updated.
I'm honestly a bit lost as to what has happened here. I thought
freebsd-update would have updated GENERIC and the kernel modules, but maybe the patching and custom kernel building has got things mixed up.Is there any way I can recover this, so that I can run the next
freebsd-update install ? All the commands above worked without error - just the warning from nextboot.Many thanks!