menu.lst issue with Nexenta and ZFS root
The grub menu in Nexenta is modified thought editing the menu.lst
file. However the menu.lst
file in question resides in the syspool
file system (the root file system is syspool/rootfs-nmu-000
. This is accomplished by:
mount -F zfs syspool /media/temp vi /media/temp/boot/grub/menu.lst umount /media/temp/ |