1

The screenshot below is the Ubuntu 18.04 installer as seen via virsh console / tty0 i.e. the installation takes place on a remote system in a guest VM.

Is it anyhow possible to see installer's activity details happening in background?

enter image description here

J. Doe
  • 179
  • 1
  • 9

1 Answers1

-1

You should be able to watch the output on tty4.

enter image description here

Switch to tty4 with alt+f4

enter image description here

Here are some tips on switching the tty with qemu: https://askubuntu.com/questions/54814/how-can-i-ctrl-alt-f-to-get-to-a-tty-in-a-qemu-session

Using alt + left/right arrows seems like the most promising approach.

Gerald Schneider
  • 23,274
  • 8
  • 57
  • 89