|
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
|