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


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