> 17451: open("/rpool/boot/grub/menu.lst", O_RDONLY) = 6
> 17451: fstat64(6, 0x08045F50) = 0
> 17451: fstat64(6, 0x08045E80) = 0
> 17451: ioctl(6, TCGETA, 0x08045F1C) Err#25 ENOTTY
> 17451: read(6, " s p l a s h i m a g e ".., 1536) = 1046
> 17451: llseek(6, 0xFFFFFFFFFFFFFF69, SEEK_CUR) = 895
> 17451: close(6) = 0

This looks broken - it is reading in the first 1536 bytes of menu.lst (which is 
presumably the size of the file as returned by the call to fstat64). However, 
only 1046 bytes are returned. It then tries to seek another 895 bytes past the 
end of the file, then closes it.

Can you try manually adding an entry for opensolaris-7 to the grub menu and 
booting that? Just copy the lines for opensolaris-5 and change any ocurrence of 
opensolaris-5 to opensolaris-7.

Cheers

Andrew.
--

This message posted from opensolaris.org

_______________________________________________
indiana-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/indiana-discuss

Reply via email to