Jump to content

alpha

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by alpha

  1. Just got this error when i tried to move the qcow2 image to a different folder. The reason for this error is because unraid for some weird reason changes the type from "ucow2" to "raw" (in the xml). Change this back to "ucow2" and it should boot as normal (atleast it did for me).

     

    Quote

        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='raw' cache='writeback'/>
          <source file='/mnt/user/domains/ha/ha.qcow2' index='1'/>

    change to this:

        <emulator>/usr/local/sbin/qemu</emulator>
        <disk type='file' device='disk'>
          <driver name='qemu' type='qcow2' cache='writeback'/>
          <source file='/mnt/user/domains/ha/ha.qcow2' index='1'/>

     

    • Like 3
    • Upvote 3
×
×
  • Create New...