Article 5G2CJ virt-install console tty0 ?

virt-install console tty0 ?

by
ddenial
from LinuxQuestions.org on (#5G2CJ)
Hello

I am trying to install a virtual machine in KVM using a console setup.

The command is as follows:

Code:# virt-install \
--name test1 \
--memory 1024 \
--vcpus 1 \
--disk size=10 \
--location /os/debian-10.8.0-amd64-DVD-1.iso \
--os-variant debian10 \
--network network=default \
--graphics none \
--extra-args 'console=tty0 console=ttyS0,115200'in the --extra-args options, I have seen some people just use 'console=ttyS0,115200' and some other use 'console=tty0 console=ttyS0,115200'. I only know 115200 is bits per second, other than that I know nothing. What's the difference between the two if you ignore the speed?

Thankslatest?d=yIl2AUoC8zA latest?i=yuhcUWokdEE:plR9P1BZqJI:F7zBnMy latest?i=yuhcUWokdEE:plR9P1BZqJI:V_sGLiP latest?d=qj6IDK7rITs latest?i=yuhcUWokdEE:plR9P1BZqJI:gIN9vFwyuhcUWokdEE
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments