USB経由で起動できません

USB経由で起動できません

sda経由でDebian10 VMにLive USB Debian11をインストールしましたvirt-manager。 VMの再起動時にこのLive USBをどのようにロードしますか? grubが表示されたら、を押してEgrub画面に移動し、次のことを確認します。

linux /boot/vmlinuz-4.19.0-13-amd64
initrd /boot/initrd.img-4.19.0-13-amd64

GUIにDebian10 VMをロードすると、Live USBが表示されます。

修正する:「ワンクリックスタートオプション」が私が見逃したものです。そのため、起動USBでUSBデバイスを有効にし、8644:800e起動時に保存せずに最初に仮想マシンを再起動しました8644:800e。その後、virt-managerを再起動しました。始めないのも同じです8644:800e。だからサーバーを再起動し、次のような結果が得られます。

Unable to connect to libvirt qemu:///system

error from service: CheckAuthorization: Did not receive a reply.  Possible causes include: the remote application dod not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Unable to connect to libvirt qemu:///system.

error from service: CheckAuthorization: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

Libvirt URI is: qemu:///system

Traceback (most recent call last):
  File "/usr/share/virt-manager/virtManager/connection.py", line 1036, in _do_open
        self._backend.open(self._do_creds_password)
  File "/usr/share/virt-manager/virtinst/connection.py", line 144, in open
        open_flags)
  File "/usr/lib64/python2.7/site-packages/libvirt.py", line 104, in openAuth
        if ret is None:raise libvirtError('virConnectOpenAuth() failed')
libvirtError: error from service: CheckAuthorization: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.

ベストアンサー1

  1. USB スティックをホストシステムに挿入し、インストールを確認します。
  2. 仮想マシンを開きます。始めないでください。
  3. 情報ボタンをクリック
  4. USBリダイレクタ1を選択し、[ハードウェアの追加]をクリックします。
  5. USBホストデバイスの下のハードウェアリストからUSBメモリースティックを選択します。
  6. 「完了」をクリック
  7. スタートオプションをクリック
  8. USBスティックを有効にしてリストの上部に移動します。

VMを起動すると、期待どおりUSBから起動します。

起動デバイスの順番で SATA CDROM 1 も表示できます。 USBスティックを使用する代わりに、ISOファイルを仮想CDROMに直接ロードして起動順序の最初に表示することができます。両方の方法を使用すると、仮想マシンが正しく起動し、インストーラが起動して続行できました。 Win 10仮想マシンを消去したくなかったため、これは行われませんでした。

私が行った行動を正確に記録しました。たぶんUSBをインストールする必要はありません。私のUSBは自動的にインストールされ、あえて削除する必要はありませんでした。 USBリダイレクタ2も動作できます。

おすすめ記事