Virtualization on the PinebookPro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: General Discussion on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=112) +--- Thread: Virtualization on the PinebookPro (/showthread.php?tid=8776) |
Virtualization on the PinebookPro - astr0baby - 01-14-2020 Starting a thread on Virtualization technology possible on the PinebookPro Wrote a summary on how to use KVM accelerated qemu-system-aarch64 Non aarch64 qemu-system-xxxx (powerpc, powerpc64 ... can be anything else really like i386 and x86_64) SimH (VAX - OpenVMS and Ultrix UNIX + 4.3BSD) Hyperion - Hercules (SystemZ Mainframes ) https://astr0baby.wordpress.com/2020/01/12/pinebookpro-virtualization/ https://astr0baby.wordpress.com/2019/12/31/ppc-systems-under-qemu-system-ppc-emulation-on-aarch64-part-1/ RE: Virtualization on the PinebookPro - Tazdevl - 01-15-2020 NICE!!! didn't expect it to be possible to run a "windows" VM RE: Virtualization on the PinebookPro - qeek - 01-15-2020 Awesome articles, thanks for sharing! Have you tried GPU passthrough on the PBP? Will it work? RE: Virtualization on the PinebookPro - astr0baby - 01-15-2020 (01-15-2020, 11:17 AM)qeek Wrote: Awesome articles, thanks for sharing! Did not try , not sure it would even work on aarch64 RE: Virtualization on the PinebookPro - aaspectre - 01-28-2020 im trying to run the win10.iso for the hell of it, first of all i changed display to vga since i'm on panfrost and it has an issue with fb second of all, i just get dropped to a uefi shell on boot RE: Virtualization on the PinebookPro - astr0baby - 01-28-2020 (01-28-2020, 05:59 PM)aaspectre Wrote: im trying to run the win10.iso for the hell of it, first of all i changed display to vga since i'm on panfrost and it has an issue with fb Are you running Manjaro ? And how did you build qemu ? RE: Virtualization on the PinebookPro - astr0baby - 01-29-2020 (01-28-2020, 06:50 PM)astr0baby Wrote:(01-28-2020, 05:59 PM)aaspectre Wrote: im trying to run the win10.iso for the hell of it, first of all i changed display to vga since i'm on panfrost and it has an issue with fb Yeah , just checked the it just gets stuck now in the Tiano Core "start boot option" ... Im on panfrost too, I had no idea this could be affecting this, but its rather trange, it worked really well earlier (did not really used it afterwards) I recall Manjaro was on kernel 5.4 (and Im using a same build of qemu from Dec 1 2019) I will try to reinstall fbturbo and check with that (I have used that primarily a long time before switching to panfrost) but it sounds really strange why should it behave like it does now ... I will update this post once I know whats going on more ... RE: Virtualization on the PinebookPro - astr0baby - 01-29-2020 Anybody here still has the Manjaro Pinebookpro Preview 4 candidate ? With the Kernel 5.4 https://osdn.net/projects/manjaro-arm/storage/pbpro/xfce/preview4/\ I need to see what was changed from 5.4 to 5.5 .. there seems to be some issues (performance wise) with the latest Manjaro 5.5.0 kernel and qemu-system-aarch64 KVM RE: Virtualization on the PinebookPro - aaspectre - 01-29-2020 yeah im on updated manjaro/panfrost havent tried switching to fbturbo yet but i will tonight and report back if you dont get to it first RE: Virtualization on the PinebookPro - astr0baby - 01-29-2020 OK, so the fault is with the kernel 5.5.0 Just did a clean install of https://osdn.net/projects/manjaro-arm/storage/pbpro/kde-plasma/19.12/Manjaro-ARM-kde-plasma-pbpro-19.12.img.xz on a separate micorSD card , disabled kernel updates in /etc/pacman.confg IgnorePkg = linux-pinebookpro Upgraded the system to latest packages while keeping the kernel 5.4.0-1.5 and Windows 10 arm64 works perfectly again https://twitter.com/astr0baby/status/1222652769774993408 |