[root@localhost ~]# virsh list
Id 名称 状态
----------------------------------------------------
2 centos7 running
二、尝试用console登陆
[root@localhost ~]# virsh list
Id 名称 状态
----------------------------------------------------
2 centos7 running
[root@localhost ~]# virsh console centos7
连接到域 centos7
换码符为 ^]
三、在以上的符号停住了,在百度查下资料,得知以下 *** 作:
1 cat /etc/securetty
[root@localhost ~]# cat /etc/securetty
console
vc/1
vc/2
vc/3
vc/4
vc/5
vc/6
vc/7
vc/8
vc/9
vc/10
vc/11
tty1
tty2
tty3
tty4
tty5
tty6
tty7
tty8
tty9
tty10
tty11
ttyS0
ttysclp0
sclp_line0
3270/tty1
hvc0
hvc1
hvc2
hvc3
hvc4
hvc5
hvc6
hvc7
hvsi0
hvsi1
hvsi2
xvc0
2 进入虚机中,编辑 /etc/default/grub 文件,找到下面行:
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=cl/root rd.lvm.lv=cl/swap rhgb quiet”
改为:(尾部增加 console=ttyS0,115200)
GRUB_CMDLINE_LINUX="crashkernel=auto rd.lvm.lv=centos/root rd.lvm.lv=centos/swap rhgb quiet net.ifnames=0 console=ttyS0,115200"
3 运行grub2-mkconfig -o /boot/grub2/grub.cfg 来重新生成GRUB配置并更新内核参数
[root@localhost ~]# grub2-mkconfig -o /boot/grub2/grub.cfg
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-3.10.0-862.el7.x86_64
Found initrd image: /boot/initramfs-3.10.0-862.el7.x86_64.img
Found linux image: /boot/vmlinuz-0-rescue-f9c7d514f50a42eb8a941b70609346ed
Found initrd image: /boot/initramfs-0-rescue-f9c7d514f50a42eb8a941b70609346ed.img
done
4 使用以下命令激活 服务 (这个是centos7才有的服务,但默认没有启动)
sudo systemctl start serial-getty@ttyS0.service
sudo systemctl enable serial-getty@ttyS0.service
56套医疗护士ppt模版-PPT模板大师-.rar 免费下载
链接: https://pan.baidu.com/s/1fkHcd456o2Ne2QRSQ4hKcg
提取码: xirg在PowerPoint中,演示文稿和幻灯片这两个概念还是有些差别的,利用PowerPoint做出来的东西就叫演示文稿,它是一个文件。而演示文稿中的每一页就叫幻灯片,每张幻灯片都是演示文稿中既相互独立又相互联系的内容。利用它可以更生动直观地表达内容,图表和文字都能够清晰,快速地呈现出来。可以插入图画,动画,备注和讲义等丰富的内容。目前常用的电子文档幻灯片的制作软件有微软公司的OFFICE软件和金山公司的WPS软件。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)