Solaris 11 bootadm: Difference between revisions

From Lolly's Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:


==Booten via SP-Console 115200 Baud==
==Booten via SP-Console 115200 Baud==
Not working... will change soon...


<source lang=bash>
<source lang=bash>

Revision as of 07:08, 30 April 2015

Kategorie:Solaris11

Booten via SP-Console 115200 Baud

Not working... will change soon...

# bootadm generate-menu
# bootadm set-menu console=text serial_params='0,115200,8,N,1'
# bootadm change-entry -i 0 kargs="-B \$zfs_bootfs,console=ttya,ttya-mode='115200,8,n,1,-'"
# bootadm add-entry    -i 1 "Solaris (non-cluster)"
# bootadm change-entry -i 1 kargs="-B \$zfs_bootfs,console=ttya,ttya-mode='115200,8,n,1,-' -x"
# bootadm add-entry    -i 2 "Solaris (non-cluster)(single-user)"
# bootadm change-entry -i 2 kargs="-B \$zfs_bootfs,console=ttya,ttya-mode='115200,8,n,1,-' -xs"
# bootadm add-entry    -i 3 "Solaris (non-cluster)(milestone=none)"
# bootadm change-entry -i 3 kargs="-B \$zfs_bootfs,console=ttya,ttya-mode='115200,8,n,1,-' -x -m milestone=none"