Aubrey Li wrote: > Robin Guo wrote: >> Hi, Aubrey >> >> Could you point the entry you added into menu.lst? I think it might be >> the >> issue that syntax not correct. >> > > Here is my menu.lst: > > [EMAIL PROTECTED]:~/work/cpupm-gate$ cat /rpool/boot/grub/menu.lst > splashimage /boot/grub/splash.xpm.gz > timeout 30 > default 0 > #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- > title OpenSolaris 2008.05 snv_86_rc3 X86 > bootfs rpool/ROOT/opensolaris > kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS > module$ /platform/i86pc/$ISADIR/boot_archive > #---------------------END BOOTADM-------------------- > #---------- ADDED BY BOOTADM - DO NOT EDIT ---------- > title OpenSolaris 2008.05 snv_86_rc3 X86 > bootfs rpool/ROOT/opensolaris > kernel$ /platform/i86pc/kernel.mine/$ISADIR/unix -B $ZFS-BOOTFS > module$ /platform/i86pc/$ISADIR/boot_archive > #---------------------END BOOTADM-------------------- > #============ End of LIBBE entry =============
You are loading your kernel but using the boot_archive from the already existing one, you need to fix the module$ path to the boot_archive. Also I think you should probably choose a different "title" so you actually know which entry is booting each kernel. -- Darren J Moffat _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss