> What I mean is /rpool is empty, not the rpool. ;) > Anyone got any ideas? Do I have to reinstall grub > from a liveCD?
Is the rpool zfs filesystem mounted at /rpool ? On my box the rpool filesystem contains these five files: % find /rpool -type f -print /rpool/etc/bootsign /rpool/boot/grub/splash.xpm.gz /rpool/boot/grub/menu.lst /rpool/boot/grub/bootsign/pool_rpool /rpool/boot/grub/capability etc/bootsign contains a signature name that can be use in the grub menu.lst file's findroot command; On my box the file contains a single line with "pool_rpool". boot/grub/bootsign/pool_rpool is an empty file, the file name in the bootsign directory matches the signature from the etc/bootsign file. boot/grub/capability is a text file; when I omit the comments in it, the following five lines remain: VERSION=18 dboot xVM zfs findroot boot/grub/menu.lst is the grub boot menu. And boot/grub/splash.xpm.gz is the background image that is used in menu.lst (splashimage command outside the "title" sections). -- This message posted from opensolaris.org _______________________________________________ opensolaris-help mailing list opensolaris-help@opensolaris.org