Skip to content

Instantly share code, notes, and snippets.

@oBuTr471b
Created November 12, 2020 06:59
Show Gist options
  • Save oBuTr471b/683231a582cca6762b2692ad114d1fef to your computer and use it in GitHub Desktop.
Save oBuTr471b/683231a582cca6762b2692ad114d1fef to your computer and use it in GitHub Desktop.
# In The Name Of Allah .
# -- --- ---- -- ----- -
# Wed Nov 11 05:56:57 2020
# Written By : zer0err0r .
# ======= == = ========= =
# 8, [virt-manager] .
= [virt-manager] is the GUI of [KVM + QEMU < Libvirt] .
= Exploring the interface, How to add new remote host .
# [--graphics] vs [--extra-args] :
# 1, [--graphics none, --extra-args="serial_console..."] :
= Shows installer on serial console only on host .
= [virt-viewer] will tell you :
- 'Error connecting to text console: Operation failed: Active console session exists...' .
# 2, [--graphics vnc, --extra-args="serial_console..."] :
= TUI installer doesnt show .
= [virt-viewer] will display the booting process only without the anaconda installer .
# 3, [--graphics vnc] alone :
= No TUI installer because we didnt configure serial_console .
= [virt-manager] will show you the GUI anaconda installer .
# 4, None of [--graphics || --extra-args] :
= No TUI installer because we didnt configure serial_console .
= [virt-manager] will show you the GUI anaconda installer .
= I think because of [--graphics] is using a default value between [vnc] and [spice] .
# 5, [extra-args="serial_console..."] alone :
= TUI installer doesnt show .
= [virt-viewer] will display the booting process only without the anaconda installer .
# So :
= [1] only worked as TUI anaconda installer .
= [3, 4] worked as GUI anaconda installer .
# ===== == ==== ======== =
# Peace Be Up0n Muhammed .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment