[OmniOS-discuss] boot environment mounting on /tmp/tmp.x

John Barfield john.barfield at bissinc.com
Wed Nov 30 01:56:59 UTC 2016


Install grub did not fix the issue. Its booting up with temp BE’s everytime.  

This issue is really weird. I noticed that the zpool thinks that one of its disks are c6t0d0s0 but its actually using c5t0d0s0 could this be related?

Thanks for your help this evening. 

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