インストールしようとしています。カリ Linux ベアメタル ISO仮想管理者から。 ISOはインストールメニューから起動しますが、スクリーンショットに示すようにエラーを表示せずにグラフィカルインストールを選択すると失敗します。
非グラフィックインストールは機能しますが、ディスクは起動しません。
Ubuntu 22.04を正常にインストールしたので、これはKali関連の問題だと思います。
Kaliのインストール中にエラーが発生しました(OCRを使用したスクリーンショットからキャプチャ):
ga=788 initrd=/install .amd/gtk/initrd.gz --- quiet
xorg-server 2:21.1.3-2+b1 Chttps://wuw.debian.org/support )
current version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
jarkers: (--) probed, («) from config file, (==) default setting,
(++) from command line, (!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (77) unknown.
(==) Log file: “vvar/log/Xorg.0.log”, Time: Thu Aug 4 20:24:27 2022
(==) Using system config directory “/usr/share/X11/xorg .conf .d"
(EE)
Fatal server error:
(EE) no screens found (EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
pny a3
(EE) Please also check the log file at “/var/log/Xorg.0.log” for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
(debconf :1572): Gtk-WARNING x: : cannot open display: :0
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 9
urrent Operating System: Linux (none) 5.16.0-kali?—amd64 #1 SMP PREEMPT Debian 5.16.18-1kali1 (2022-04-01) x86_64
Kernel] command line: BOOT_IMAGE=/install.amdvumlinuz net.ifnames=0 preseed/file=/cdrom/simple-cdd/default .preseed simple-cdd/profiles=kali,offline desktop=xfce
ga=788 initrd=/install .amd/gtk/initrd.gz --- quiet
xorg-server 2:21.1.3-2+b1 Chttps://wuw.debian.org/support )
urrent version of pixman: 0.40.0
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
jarkers: (--) probed, («) from config file, (==) default setting,
(++) from command line, (!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (77) unknown.
(==) Log file: “vvar/log/Xorg.0.log"”, Time: Thu Aug 4 20:24:28 2022
(==) Using system config directory “/usr/share/X11/xorg .conf .d"
(EE)
Fatal server error:
(EE) no screens found (EE)
(EE)
Please consult the The X.Org Foundation support
at http://wiki.x.org
pny a3
(EE) Please also check the log file at “/var/log/Xorg.0.log” for additional information.
(EE)
(EE) Server terminated with error (1). Closing log file.
(debconf : 1597): Gtk-WARNING **: : cannot open display: :0
システムメッセージ:
オペレーティングシステム:Manjaro 21.3.6
カーネル: 5.15.57-2
virt-manager バージョン: 4.0.0
QEMUバージョン:7.0.0
ショーサーバー:スパイス
ベストアンサー1
virt-managerのディスプレイインターフェイスをVirtioからQXLに変更することで、この問題を解決しました。
手動でQXLに変更した後でも、3Dアクセラレーション設定はまだVirtioのレガシーなので、XMLモードに移動してその行を削除してください。
私の場合、最終的なXMLは次のようになります。
<video> <model type="qxl" ram="65536" vram="65536" vgamem="16384" heads="1" primary="yes"/> <alias name="video0"/> <address type="pci" domain="0x0000" bus="0x00" slot="0x01" function="0x0"/></video>
変更を適用した後、Kaliは正常に起動します。