On Thu, Jun 26, 2008 at 5:26 PM, Henry Jen <[EMAIL PROTECTED]> wrote: > On Thu, Jun 26, 2008 at 4:06 PM, Ethan Quach <[EMAIL PROTECTED]> wrote: >> >> >> Henry Jen wrote: >>> >>> On Thu, Jun 26, 2008 at 3:19 PM, Ethan Quach <[EMAIL PROTECTED]> wrote: >> >>> As I mentioned, the GRUB does not function properly with >>> display. >> >> There is a bug where if the splashimage specified in the >> menu.lst cannot be found in the root dataset that's being >> booted (the dataset set as 'bootfs' in the pool property list), >> the GRUB menu shows up as blank. >> >> Which pool is being booted? >> >> What is the 'bootfs' property of that pool? >> (zfs get bootfs <poolname>) >> > > Both pool shows: > > bad property list: invalid property 'bootfs' > usage: > get [-rHp] [-o field[,...]] [-s source[,...]] > <"all" | property[,...]> [filesystem|volume|snapshot] ... > > > With 'zfs get bootfs:', noted the colon, it says: > > NAME PROPERTY VALUE SOURCE > pool bootfs: - - > >> What is listed as the splashimage in your menu.lst of >> the pool that's being booted. >> > > splashimage /boot/grub/splash.xpm.gz > > Attached is the menu.lst file. >
Thank you for the tip, I got GRUB working by: $ pfexec zpool set bootfs=osol/ROOT/opensolaris-2 osol $ pfexec zpool set bootfs= pool Cheers, Henry _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
