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 [email protected]
systemctl start [email protected]
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