- 论坛徽章:
- 0
|
Boot fromthe Oracle Solaris 11 Express Live CDor 1 fromanOracle Solaris 11 Express AI server.
At the terminal prompt, import the root pool.
# zpool import rpool
Mount the ZFS BE on /a
# beadm mount solaris-1 /a
Modify the BE contents to resolve the boot failure.
For example, review the menu.lst file to determine if the boot entries are correct.
# cat /a/rpool/boot/menu.lst
title solaris
bootfs rpool/ROOT/solaris
title solaris-1
bootfs rpool/ROOT/solaris-1
If a password or shadow entry is preventing a console login, then correct that problem.
# cd /a/etc
# vi passwd
If necessary, set theTERM type.
# TERM=vt100
# export TERM
Update the boot archive
# bootadm update-archive -R /a
Reboot the system.
# init 6
清空shadow文件里面root密码,重启后空密码进不去,不好使呀 |
|