LINUX.ORG.RU
ФорумAdmin

QEMU-KVM виртуальная машина не видит диск после перезагрузки

 


0

2

Есть гость windows 10 64b на хосте Debian 8 64b. Все с последними обновлениями. Виртуалка нормально стартует и работает. Но если из самой win 10 выполнить перезагрузку машина больше не загружается. В ее окне отображается такая информация:

SeaBIOS (version 1.7.5-20140531_083030-gandalf) Machine UUID …. Press F12 for boot menu/ Booting from Hard Disk…

Причем машина пытается загрузится с диска, но не может. При нажатии F12 и ручном выборе загрузка тоже не происходит.

Если выполнить: virsh destroy skwin10, а потом virsh start skwin10 то машина нормально запустится. Из под liveCD gparted нормально видит диск как загрузочный. Права на доступ к файлу диска разрешен для всех.

Виртуалка ставилась командой: virt-install --connect qemu:///system --name skwin10 --ram 6144 --vcpus=2 --disk path=/vm/vf/skwin10hdd.qcow2,size=130,bus=virtio,format=qcow2 --disk /vm/iso/SW_DVD5_Win_Pro_10_1607_64BIT_Russian_MLF_X21-07302.ISO,device=cdrom --bridge=br0,model=e1000 --os-type=windows --os-variant=win7 --graphics vnc,port=5901,listen=10.10.1.221 --noautoconsole --video=vga --cpu=host-passthrough --disk /vm/iso/virtio-win-0.1-100.iso,device=cdrom,bus=ide

Если при установке гостя у диска сделать bus=ide – картина та же самая.

Диск определяется нормально: qemu-img info /vm/vf/skwin10hdd.img

image: /vm/vf/skwin10hdd.img file format: qcow2 virtual size: 130G (139586437120 bytes) disk size: 17G cluster_size: 65536 Format specific information: compat: 1.1 lazy refcounts: true

qemu-img check /vm/vf/skwin10hdd.img

No errors were found on the image. 2129920/2129920 = 100.00% allocated, 0.00% fragmented, 0.00% compressed clusters Image end offset: 139607998464

XML виртуальной машины:

<domain type='kvm'>
  <name>skwin10</name>
  <uuid>63b94132-33cd-497e-bce0-3399db9cf8e3</uuid>
  <memory unit='KiB'>6291456</memory>
  <currentMemory unit='KiB'>6291456</currentMemory>
  <vcpu placement='static'>2</vcpu>
  <os>
    <type arch='x86_64' machine='pc-i440fx-2.1'>hvm</type>
    <boot dev='hd'/>
    <bootmenu enable='yes'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <cpu mode='host-passthrough'>
  </cpu>
  <clock offset='localtime'>
    <timer name='rtc' tickpolicy='catchup'/>
    <timer name='pit' tickpolicy='delay'/>
    <timer name='hpet' present='no'/>
  </clock>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='qcow2' cache='writethrough'/>
      <source file='/vm/vf/skwin10hdd.img'/>
      <target dev='vda' bus='virtio'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/>
    </disk>
    <controller type='usb' index='0' model='ich9-ehci1'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x7'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci1'>
      <master startport='0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0' multifunction='on'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci2'>
      <master startport='2'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x1'/>
    </controller>
    <controller type='usb' index='0' model='ich9-uhci3'>
      <master startport='4'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x2'/>
    </controller>
    <controller type='pci' index='0' model='pci-root'/>
    <controller type='ide' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:6b:67:74'/>
      <source bridge='br0'/>
      <model type='e1000'/>
      <rom bar='off'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <input type='tablet' bus='usb'/>
    <input type='mouse' bus='ps2'/>
    <input type='keyboard' bus='ps2'/>
    <graphics type='vnc' port='5901' autoport='no' listen='10.10.1.221'>
      <listen type='address' address='10.10.1.221'/>
    </graphics>
    <video>
      <model type='vga' vram='9216' heads='1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
    </memballoon>
  </devices>
</domain>



Последнее исправление: rredlis (всего исправлений: 4)

наблюдал подобное что тупило так, но не систематически.

ving2
()

windows 10 64b
SeaBIOS

Попробуй сделать машину с UEFI.

ddos3
()
Ответ на: комментарий от anonymous

Уже отключено. Но там и так написано, что на перезагрузку не влияет.

rredlis
() автор топика
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.