Fr?d?ric VANNI?RE wrote: > Hello, > > > Le 12 janv. 2010 ? 13:25, Jan Damborsky a ?crit : > >> I ran into this problem when playing with destination path for kernel >> and boot archive - it seems kernel path in GRUB menu is expected to >> be in following format: >> >> <prefix_path>/platform/i86pc/kernel/$ISADIR/unix
Correct. The linker ends up using that path to find the corresponding unix from the ramdisk for the second pass. It's a bit of an artifact of loading the kernel directly. -jan >> > > Thanks, it's the solution : > > terminal --timeout=10 serial console > default=0 > timeout=3 > min_mem64=512 > title OpenSolaris Development snv_130 AI > kernel$ /solaris/osol-1003-130/platform/i86pc/kernel/$ISADIR/unix -B > aimanifest=http://192.168.42.8/iscsi.xml,console=ttyb,ttyb-mode='115200,8,n,1,-',livessh=enable,install_debug=enable > > module$ /solaris/osol-1003-130/platform/i86pc/$ISADIR/boot_archive > >
