qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Probs on Windows Host


From: Johny Why
Subject: Probs on Windows Host
Date: Sat, 02 Nov 2019 11:18:34 -0700
User-agent: Mailbird/2.7.1.0

hi

getting some issues with qemu running arch-linux guest on a windows 10 host. 
- unexpected ram size
- no eth0
- no internet connection

i'm running on a newish EFI box, with these Windows Features disabled:
* Virtual Machine Platform
* Windows Hypervisor Platform

I have HAX accelerator installed according to these steps:
https://www.qemu.org/2017/11/22/haxm-usage-windows/

i created a 3GB qemu image:
labs.img

Starting the VM in admin powershell with:
`qemu-system-x86_64.exe -cdrom D:\Downloads\OS\Linux\archlabs-2019.01.20.iso -boot order=d -drive file=D:\qemu\labs.img,format=raw -m 600M  -accel hax`

PowerShell reports:
````
HAX is working and emulator runs in fast virt mode.

(qemu:3384): Gtk-WARNING **: Could not load a pixbuf from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
This may indicate that pixbuf loaders or the mime database could not be found.
````
archlabs live iso boots, and says:
`-> ram: 47mb`
Why not 600M?

````
ip link
1: lo <LOOPBACK...
2. ens3 <BROADCAST...
````
Why no eth0?

Attempting to enable wifi with:
```
systemctl enable dhcpcd@ens3.service
systemctl start dhcpcd@ens3.service
https://bbs.archlinux.org/viewtopic.php?pid=1182093
```
No errors, but pinging google.com fails with "0 received".

any suggestions?
thx

reply via email to

[Prev in Thread] Current Thread [Next in Thread]