On 05/27/19 04:25, Sanjay Pokhriyal via openindiana-discuss wrote:
Hi,Thanks Michal for response.
I tired commands you had given to re-create boot archive in the new BE, still 
after reboot we end up in same kernel trap.

Let me know what else we can do to fix this.
Regards,Sanjay

I ran into something like this in a recent update from a machine last updated over a year ago. I first tried this:

> beadm mount -v openindiana-1 /mnt
> /mnt/sbin/bootadm update-archive -R /mnt
> beadm umount /mnt
> reboot

but it still failed to load (got errors about missing symbols). What got me out of it was forcing a rebuild of the archive in CPIO format:

beadm mount ... /mnt
/mnt/sbin/bootadm update-archive -R /mnt -F cpio -f
beadm umount /mnt

(-f forces a rebuild since update-archive does nothing if it thinks the archive is up-to-date; -F selects one of the build archive formats).




_______________________________________________
openindiana-discuss mailing list
[email protected]
https://openindiana.org/mailman/listinfo/openindiana-discuss

Reply via email to