Lu Baolu wrote: > Hi all, > > I am using "Install" tool to install a newly built snv_87 kernel. The > system encounters a panic when it try to boot the new kernel. The order > of operations are: > > prepare the source code > $ hg clone .... > $ cd onnv-gate > $ hg update -C onnv_87 > $ edit opensolaris.sh > > make tool > $ bldenv opensolaris.sh > $ cd usr/src/tool > $ dmake all > $ exit > > make kernel > $ bldenv opensolaris.sh > $ cd usr/src/uts > $ dmake all > $ Install -G kernel.foo -k i86pc > $ su > # cd / > # tar xf /tmp/Install*/Install* > # reboot > > > The base installation is OpenSolaris build 87. The closed binary and > onbld tool are both downloaded from > http://dlc.sun.com/osol/on/downloads/b87/. > > The panic information is: > > Loading kmdb... > > Welcome to kmdb > kmdb: unable to determine terminal type: assuming `vt100' > Loaded modules: [ unix krtld genunix ] > [0]> :c > SunOS Release 5.11 Version onnv-gate 64-bit > Copyright 1983-2008 Sun Microsystems, Inc. All rights reserved. > Use is subject to license terms. > DEBUG enabled > WARNING: Couldn't initialize xpv framework > > panic[cpu0]/thread=fffffffffbc340a0: unable to configure /xpvd nexus > > fffffffffbc53f20 hvm_bootstrap:hvmboot_rootconf+7c () > fffffffffbc53f60 unix:stubs_common_code+51 () > fffffffffbc53fa0 genunix:rootconf+21 () > fffffffffbc53ff0 genunix:vfs_mountroot+65 () > fffffffffbc54030 genunix:main+128 () > fffffffffbc54040 unix:_locore_start+92 () > > panic: entering debugger (no dump device, continue to reboot) > Loaded modules: [ scsi_vhci uppc specfs pcplusmp ] > kmdb: target stopped at: > kmdb_enter+0xb: movq %rax,%rdi > [0]> > > Anybody can help me on this panic?
See 6683029 Install -G and i86hvm don't mix well It's fixed, but here's the workaround: rm -f /platform/i86pc/<your_glom_kernel_name>/misc/hvm_bootstrap rm -f /platform/i86pc/<your_glom_kernel_name>/misc/amd64/hvm_bootstrap cheers Rafael _______________________________________________ opensolaris-code mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/opensolaris-code
