[OmniOS-discuss] boot environment mounting on /tmp/tmp.x
John Barfield
john.barfield at bissinc.com
Thu Dec 1 14:50:44 UTC 2016
Well, I still cannot make a backup of my BE.
For now the system works. I think I’ll just have to do a fresh install and reimport my storage pool when I really need to upgrade.
On 11/29/16, 7:30 PM, "Dan McDonald" <danmcd at omniti.com> wrote:
You may need to construct your menu.lst yourself, then. Here's a few sample entries. Note the up-front globals (like default entry), followed by specific entries. HOPEFULLY that's all you have to do. Otherwise, you may need to re-run installgrub(1M).
Dan
===============
# default menu entry to boot
default 1
#
# menu timeout in second before default OS is booted
# set to -1 to wait for user input
timeout 30
#
# To enable grub serial console to ttya uncomment the following lines
# and comment out the splashimage line below
# WARNING: do not enable grub serial console when BIOS console serial
# redirection is active.
# serial --unit=0 --speed=9600
# terminal serial
#
# Uncomment the following line to enable GRUB splashimage on console
splashimage /boot/grub/splash.xpm.gz
foreground F7FBFF
background 333333
#
# To chainload another OS
#
# title Another OS
# root (hd<disk no>,<partition no>)
# chainloader +1
#
# To chainload a Solaris release not based on GRUB:
#
# title Solaris 9
# root (hd<disk no>,<partition no>)
# chainloader +1
# makeactive
#
# To load a Solaris instance based on GRUB:
#
# title Solaris <version>
# bootfs <poolname>/ROOT/<BE_name>
# kernel /platform/i86pc/kernel/amd64/unix
# module /platform/i86pc/amd64/boot_archive
#
# To override Solaris boot args (see kernel(1M)), console device and
# properties set via eeprom(1M) edit the "kernel" line to:
#
# kernel /platform/i86pc/kernel/amd64/unix <boot-args> -B prop=value,...
#
#
#
title r151021-bootstrap
bootfs rpool/ROOT/r151021-bootstrap
kernel$ /platform/i86pc/kernel/amd64/unix -B $ZFS-BOOTFS
module$ /platform/i86pc/amd64/boot_archive
#============ End of LIBBE entry =============
title r151021-bootstrap-backup-1
bootfs rpool/ROOT/r151021-bootstrap-backup-1
kernel$ /platform/i86pc/kernel/amd64/unix -B $ZFS-BOOTFS
module$ /platform/i86pc/amd64/boot_archive
#============ End of LIBBE entry =============
More information about the OmniOS-discuss
mailing list