On Tue, Oct 09, 2007 at 04:53:00PM -0400, Mark Johnson wrote: > > > William Wanders wrote: > >After BFU-ing my system to b75 I ended up with a panicing system > >when booting into Xen: > > Did you run acr after? Yes, it ran without any issues.
> >grub> #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- > >grub> title Solaris on Xen > >grub> kernel$ /boot/$ISADIR/xen.gz > >grub> module$ /platform/i86xpv/kernel/$ISADIR/unix > >/platform/i86xpv/kernel/$ISADIR/unix -B console=ttyb > >grub> module$ /platform/i86pc/$ISADIR/boot_archive > >grub> #---------------------END BOOTADM-------------------- > > > >>SunOS Release 5.11 Version onnv-gate 64-bit > >>Copyright 1983-2007 Sun Microsystems, Inc. All rights reserved. > >>Use is subject to license terms. > >>WARNING: Found xen v3.0.4-1-sun but need xen v3.0.4-1-xvm > >>WARNING: The kernel may not function correctly > >>/kernel/misc/amd64/pci_autoconfig: undefined symbol > >>'pciehpc_acpi_eval_osc' > >>WARNING: mod_load: cannot load module 'pci_autoconfig' > >> > >>panic[cpu0]/thread=fffffffffbc3f9e0: failed to load misc/pci_autoconfig > >> > >>fffffffffbc72b30 unix:impl_bus_initialprobe+74 () > >>fffffffffbc72b60 unix:impl_setup_ddi+132 () > >>fffffffffbc72b70 genunix:create_devinfo_tree+b7 () > >>fffffffffbc72b80 genunix:setup_ddi+13 () > >>fffffffffbc72b90 unix:startup_modules+107 () > >>fffffffffbc72ba0 unix:startup+3a () > >>fffffffffbc72bd0 genunix:main+27 () > >>fffffffffbc72be0 unix:_locore_start+80 () > >> > >>skipping system dump - no dump device configured > >>rebooting... > > > >The system is actually a SuperMicro 5015M-MT+, PDSMI+, Xeon 3060, 4GB, 4x > >500G. > >Booting it natively does not show any problems. > > > >A few build/bfu cycles before this problem actually occured I enabled > >the AHCI SATA mode in the BIOS and modified the system configuration > >to using the SATA disk instances. Could this have triggered something > >the above panic in Xen mode? > > No, that shouldn't have caused this.... > > That symbol is defined in the following file which should be > the same as metal (native). Is it in your version? > > > : alpha[1]#; nm /kernel/misc/amd64/pciehpc | grep pciehpc_acpi_eval_osc > [99] | 2640| 271|FUNC |GLOB |0 |3 > |pciehpc_acpi_eval_osc > (781) 442-0869 # nm /kernel/misc/amd64/pciehpc | grep pciehpc_acpi_eval_osc [99] | 2640| 271|FUNC |GLOB |0 |3 |pciehpc_acpi_eval_osc When diving into directory structure I noticed that the i86xpv showed older timestamps then expected. It turned out that my PATH settings were playing tricks on me and caused a referred to an older version of BFU to take precedence. A new BFU run with the appropriate BFU versions solved the above problem. Thanks, William. _______________________________________________ xen-discuss mailing list xen-discuss@opensolaris.org