Hi Jeffrey, looking at GRUB menu configuration file, installadm generated following module line:
module /I86PC.OpenSolaris-1/platform/i86pc//boot_archive which indicates that installadm(1M) doesn't contain fix for bug 8140 (it is based on build 126), while tested AI image does (as it is based on build 128a), as it seems that 'boot_archive' doesn't contain 64bit kernel. The quick easy workaround is to change the 'module' line in GRUB to module$ /I86PC.OpenSolaris-1/platform/i86pc/$ISADIR/boot_archive That fix is available in build 128, so in order to address this problem in general, you need to update SUNWinstalladm-tools. Thank you, Jan Jeffrey Huang wrote: > Hi, Alok, and Clay > > I tried both Bootable AI x86 testing image and OSOL Development bld > 128a, but > can not boot AI client with following error: > > --------------------------------------------------------------------------- > > krtld: failed to open '/platform/i86pc/kernal/amd64/unix' > krtld: bind_primary(): no relocation information found for module > /platform/i86pc/kernel/amd64/unix > ktrld: error during initial load/link phase > > krtld cound neither locate error nor resole symbols for: > /platform/i86pc/kernel/amd64/unix > in the boot archive. Pleaes verify that this file > matches what is found the boot archive. > ---------------------------------------------------------------------------- > > > Not sure if any my config is not correct, I am using the AI server > package > on repo http://indiana-build.central:10001/ that after: > > FLAG DAY: Location and name of the boot archive has changed > > The change is for x86/x64: > /boot/x86.microroot to /boot/platform/i86pc/boot_archive or > /boot/platform/i86pc/amd64/boot_archive > > I am using following version of AI server: > $ pkg info SUNWinstalladm-tools > Name: SUNWinstalladm-tools > Summary: Automatic Installation Server Setup Tools > Description: Automatic Installation Server Setup Tools > Category: System/Administration and Configuration > State: Installed > Publisher: opensolaris.org > Version: 0.5.11 > Build Release: 5.11 > Branch: 0.126 > Packaging Date: November 24, 2009 9:07:18 AM > Size: 813.62 kB > FMRI: > pkg://opensolaris.org/SUNWinstalladm-tools at > 0.5.11,5.11-0.126:20091124T090718Z > > > $ cat menu.lst.0100144F4AA67B > default=0 > timeout=3 > min_mem64=1536 > title OpenSolaris Development snv_128a > kernel$ > /I86PC.OpenSolaris-1/platform/i86pc/kernel/$ISADIR/unix -B > install_media=http://10.13.21.239:5555/dragon1,install_service=dragon1,install_svc_address=10.13.21.239:46501,livemode=text > > > module /I86PC.OpenSolaris-1/platform/i86pc//boot_archive > > _______________________________________________ > caiman-discuss mailing list > caiman-discuss at opensolaris.org > http://mail.opensolaris.org/mailman/listinfo/caiman-discuss
