James McBoyle wrote: > [...] > Hi Moinak, > > I'd already tried that, but did it again to make sure, and got the error: > bootadm: failed to open file: > /mnt/solaris0//platform/i86pc/kernel/unix: No such file or directory > > It looks to me as though the hdinstaller is not putting the unix > kernel into the right place, and because of that grub cannot create a > boot_archive. This means a failed boot. > > To try and work around this problem I tried manually copying the unix > kernel in /boot/platform/i86pc/kernel/unix over to the > /platform/i86pc/kernel directory. note I had to create the kernel > directory manually. This gave the errors I reported in my opening > email. >
That's weird. All the files were probably not copied properly. While booted from livecd do this: cd / tar cpf - platform | (cd /mnt/solaris0; tar xpf -) Regards, Moinak. > Have Fun, > Jim > _______________________________________________ > belenix-discuss mailing list > http://mail.opensolaris.org/mailman/listinfo/belenix-discuss > http://groups.google.com/group/belenix-discuss >
