Bernd Schemmer wrote: > Hi, > > after installing Milax to a harddisk via zfsinstall bootadm does not > find the correct menu.lst anymore: > > root at milax ~ # bootadm list-menu > The location for the active GRUB menu is: /boot/grub/menu.lst > default 0 > timeout 10 > bootadm: no matching entry found > > > root at milax ~ # grep -v "^#" /boot/grub/menu.lst > default 0 > timeout 10 > > > The correct menu.lst is this one: > > root at milax ~ # grep -v "^#" /tank/boot/grub/menu.lst > serial --unit=0 --speed=9600 --word=8 --stop=1 --parity=no > terminal --timeout=15 console serial > default 1 > fallback 1 > > timeout 20 > > title Solaris Express Community Edition snv_78 X86 > root (hd0,2,a) > kernel$ /platform/i86pc/kernel/$ISADIR/unix > module$ /platform/i86pc/$ISADIR/boot_archive > > ... > > title MilaX 0.3 ZFS > root (hd0,2,e) > bootfs milax/rootfs > kernel$ /platform/i86pc/kernel/$ISADIR/unix -B > $ZFS-BOOTFS,console=text > module$ /platform/i86pc/$ISADIR/boot_archive > > I'm not sure if this is an issue with Milax or if this is a general > issue with zfs boot. >
It's an issue that bootadm prior to build 88 doesn't understand where the menu has gone to. Dave
