I am doing a source upgrade from 11.3 to 11.4. Now that I have installed the new userland, reboot is failing.
Roughly, these are the steps I have done so far (as I have done on previous updates; nothing new here):
This is what shows onscreen:
And that's where I'm at.
Does anyone know what I might try to fix this?
I have searched around for "BTX halted" and found various issues, but no clear solutions that would apply to me...
Maybe I need to rewrite the boot code as indicated in this other post?
I'll try building a live cd/usb stick, so I can investigate the filesystem further.
Some system info:
Roughly, these are the steps I have done so far (as I have done on previous updates; nothing new here):
- get latest source from SVN
- make buildworld
- make kernel
- reboot - this was succesful. I saw the new kernel active, with the old userland
- in single-user mode:
- adjkerntz -i
- mergemaster -p
- make installworld
- reboot
This is what shows onscreen:
Code:
BTX loader 1.00 BTX version is 1.02
Console: internal video/keyboard
BIOS drive A: is fd0
... (more drive info)
<dump of registers w/hex values; I can provide it if anyone wants, but can't copy/paste since it's on the physical console>
BTX halted
And that's where I'm at.
Does anyone know what I might try to fix this?
I have searched around for "BTX halted" and found various issues, but no clear solutions that would apply to me...
Maybe I need to rewrite the boot code as indicated in this other post?
I'll try building a live cd/usb stick, so I can investigate the filesystem further.
Some system info:
- amd64
- booting from UFS, no ZFS or anything fancy. I do have a hardware raid card, but that seems to initialize fine before it gets to the failure.
- this is a pretty old system, incrementally updated from 6.x days