New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows HVM STOP: 0x0000007B #2878

Closed
vemrun opened this Issue Jun 29, 2017 · 1 comment

Comments

Projects
None yet
2 participants
@vemrun

vemrun commented Jun 29, 2017

Qubes OS version : R3.2


General notes:

Hey
I have problem with install Windows on QubeOS with HVM.
When i runing vm with windows system my vm stop and loading file /windows/system32/drivers/CLASSPBP.SYS and i have glowning logo but i fix this with this solution:
#2488
I change "xen" to "cirrus" in vga but,
i finish in steps 5 because
when i run vm with custom config

 `<domain type='xen'>
  <name>win</name>
  <uuid>17fc3487-6eeb-4b15-8ac1-5a263ef669db</uuid>
  <memory unit='MiB'>10000</memory>
  <currentMemory unit='MiB'>10000</currentMemory>
  <vcpu placement='static'>2</vcpu>
  <os>
    <type arch='x86_64' machine='xenfv'>hvm</type>
    <loader>hvmloader</loader>
    <boot dev='cdrom'/>
    <boot dev='hd'/>
  </os>
  <features>
    <pae/>
    <acpi/>
    <apic/>
    <viridian/>
    
  </features>
  <clock offset='variable' adjustment='0' basis='localtime'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>
  <devices>
    <!--<emulator type='stubdom'/>-->
    <emulator type='stubdom' cmdline='-net lwip,client_ip=10.137.2.11,server_ip=10.137.2.254,dns=10.137.2.1,gw=10.137.2.1,netmask=255.255.255.0'/>
    <disk type='block' device='disk'>
      <driver name='phy'/>
      <source dev='/var/lib/qubes/appvms/win/root.img'/>
      <target dev='xvda' bus='xen'/>
    </disk>

    <disk type='block' device='disk'>
      <driver name='phy'/>
      <source dev='/var/lib/qubes/appvms/win/private.img'/>
      <target dev='xvdb' bus='xen'/>
    </disk>


    <interface type='ethernet'>
      <mac address='00:16:3E:5E:6C:09'/>
      <ip address='10.137.2.11'/>
      <script path='vif-route-qubes'/>
      <backenddomain name='sys-whonix'/>
    </interface>


    <input type='tablet' bus='usb'/>
    <video type='vga'>
      <model type='cirrus' vram='16384'/>
    </video>
  </devices>
</domain>

Appears me screen with this error:
http://imgur.com/AKjIN5f
Please help me with this error and im sorry for my bad english :D

@andrewdavidwong

This comment has been minimized.

Show comment
Hide comment
@andrewdavidwong

andrewdavidwong Jun 30, 2017

Member

Instead of having a separate issue for this, please add this as a comment on #2488.

Member

andrewdavidwong commented Jun 30, 2017

Instead of having a separate issue for this, please add this as a comment on #2488.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment