OpenSolaris

Printable Version Enter a New Search
Bug ID 6752721
Synopsis bootadm lacks 64-bit failsafe support, generates errors post snv_99
State 10-Fix Delivered (Fix available in build)
Category:Subcategory kernel:boot
Keywords
Responsible Engineer Enrico Perla
Reported Against
Duplicate Of
Introduced In solaris_nevada
Commit to Fix snv_104
Fixed In snv_104
Release Fixed solaris_nevada(snv_104)
Related Bugs 6708609 , 6769385
Submit Date 25-September-2008
Last Update Date 4-December-2008
Description
oaf342# uname -a
SunOS oaf342 5.11 snv_99 i86pc i386 i86pc

oaf342# bootadm list-menu
The location for the active GRUB menu is: /boot/grub/menu.lst
bootadm: kernel command on line 64 not recognized.
default 0
timeout 10
0 Solaris Express Community Edition snv_99 X86
1 Solaris xVM
2 Solaris failsafe

oaf342# bootadm set-menu default=1
bootadm: kernel command on line 64 not recognized.

oaf342# bootadm list-menu
The location for the active GRUB menu is: /boot/grub/menu.lst
bootadm: kernel command on line 64 not recognized.
default 1
timeout 10
0 Solaris Express Community Edition snv_99 X86
1 Solaris xVM
2 Solaris failsafe

the error: " bootadm: kernel command on line 64 not recognized. " didn't appear in snv_98
on my snv_104 liveupgrade desktop, running bootadm shows similar warnings:

# eeprom
ata-dma-enabled=1
atapi-cd-dma-enabled=1
ttyb-rts-dtr-off=false
ttyb-ignore-cd=true
ttya-rts-dtr-off=false
ttya-ignore-cd=true
ttyb-mode=9600,8,n,1,-
ttya-mode=9600,8,n,1,-
lba-access-ok=1
keyboard-layout=Unknown
console=text
prealloc-chunk-size=0x2000
bootpath=/pci@0,0/pci-ide@7,1/ide@0/cmdk@0,0:a
boot-file=bootadm: kernel command on line 63 not recognized.
bootadm: module command on line 64 not recognized.
bootadm: kernel command on line 82 not recognized.
bootadm: module command on line 83 not recognized.
boot-args=bootadm: kernel command on line 63 not recognized.
bootadm: module command on line 64 not recognized.
bootadm: kernel command on line 82 not recognized.
bootadm: module command on line 83 not recognized.
# 

  The grub menu is attached.
  As well as the bootenv.rc file
After invoke LU from snv_101 -> snv_104,
the failsafe entry still not correct, fix failed perhaps ?

    67	title snv_104 failsafe
    68	findroot (BE_snv_104,1,a)
    69	bootfs rpool/ROOT/snv_104
    70	kernel /boot/platform/i86pc/kernel/amd64/unix -s
    71	module /boot/amd64/x86.miniroot-safe


# bootadm list-menu
The location for the active GRUB menu is: /rpool/boot/grub/menu.lst
bootadm: kernel command on line 70 not recognized.
bootadm: module command on line 71 not recognized.
default 1
timeout 10
0 Diagnostic Partition
1 snv_104
2 snv_104 Solaris xVM
3 snv_104 failsafe
Work Around
N/A
Comments
N/A