Qemu

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
JohnFante
Beta Tester
Beta Tester
Posts: 183
Joined: Tue Sep 04, 2012 6:48 am
Location: Copenhagen, Denmark

Re: Qemu

Post by JohnFante »

xeno74 wrote:
JohnFante wrote:Now I got MOL running :-). However it freezes during boot (I "found" a PearPC made Jaguar image) when it comes to the "+ Video Driver v1.12" section. See this https://dl.dropboxusercontent.com/u/139090/MOL.png screenshot.
Oh sorry. I didn't mention it that MoL doesn't support Mac OS X 10.2.X Jaguar. I told it Alexander Graf the developer of MoL/KVM. He told me, he will investigate the problem with 10.2 Jaguar. Currently only Mac OS X 10.3.X Panther and 10.4.XX Tiger are supported. Sorry.
I have tried with an Panther image made for PearPC. Still no luck. Halts the same place.

Just to be clear. You made a Panther install on PearPC on a PC and then copied the image over?
X5000 :-)
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

JohnFante wrote: Just to be clear. You made a Panther install on PearPC on a PC and then copied the image over?
Yes, that's right.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

Classic_boots_Mac-on-Linux.jpg
Classic_Mac-on-Linux.jpg
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
sailorMH
Posts: 230
Joined: Wed Aug 28, 2013 6:01 pm
Location: Czech republic

Re: Qemu

Post by sailorMH »

xeno74 wrote: I don't have Windows 95 installed. But I have found a good guide about installing Windows 95 on QEMU.
Download: Installing_Windows_95_on_Qemu
Many thanks. I tried it, but the problem is the same. After installation of sb16 driver onw95 it hangs. Maybe there is problem with bios. In Hardware window/system devices/BIOS there is yellow exclamation mark...
Pls, If anybody runs W95 - what bios do you use?
Micro A1-C (G3/1.2 GHz), AmigaOne XE (G4/1.4 GHz), Pegasos II (G4/1.33 GHz), Sam440ep, Sam440ep-flex, AmigaOne X1000
Efika 5200b, Pegasos I, Powerbook, Mac Mini (1.83 GHz), iMac, Powermac Quad

AmigaOS, MorphOS, linux, MacOS X
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

Image

Hi All,

I try to install NetBSD 7.0.1 with KVM PR. :-) Host system: ubuntu MATE 16.04.1 LTS PowerPC with QEMU 2.5.0 (Debian 1:2.5+dfsg-5ubuntu10.4) kernel 4.7.1
  1. Code: Select all

    qemu-img create netbsd.img 10G
  2. Code: Select all

    sudo modprobe kvm-pr
  3. Code: Select all

    qemu-system-ppc -enable-kvm -machine g3beige -cdrom NetBSD-7.0.1-macppc.iso -boot d -m 2047 -drive file=netbsd.img,format=raw,index=0,media=disk
  4. OpenBIOS v1.1 boot:

    Code: Select all

    0 > boot cd:,ofwboot.xcf netbsd.macppc
Unfortunately the installation is very slow. I don't know why.
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

OpenBIOS download: openbios-ppc
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

Hi All,

I installed the old S.u.S.E. Linux 6.0 (released 1998) with QEMU on my X1000 today.

Part 1 with the StarOffice installation:

Image

Part 2 with StarOffice 5.0:

Image

Part 3 with Applixware Office:

Image

Part 4 with KDE 1.0:

Image

Cheers,
Christian
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

QEMU configure command:

Code: Select all

./configure --enable-sdl --target-list=ppc-softmmu
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

With e5500 support:

Code: Select all

./configure --enable-sdl --target-list=ppc-softmmu,ppc64-softmmu
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
User avatar
xeno74
Posts: 9348
Joined: Fri Mar 23, 2012 7:58 am

Re: Qemu

Post by xeno74 »

Void PPC Linux in a virtual e5500 QEMU/KVM HV machine with 9p shared folder and USB sound support:

Image

QEMU command:

Code: Select all

qemu-system-ppc64 -M ppce500 -cpu e5500 -m 1024 -kernel /home/amigaone/Downloads/linux-image-5.17-rc7-X1000_X5000/X5000_and_QEMU_e5500/uImage-5.17 -drive format=raw,file=/home/amigaone/Downloads/void-live-powerpc-20220129.img,index=0,if=virtio -netdev user,id=mynet0 -device virtio-net,netdev=mynet0 -append "rw root=/dev/vda2" -device virtio-gpu -device virtio-mouse-pci -device virtio-keyboard-pci -device pci-ohci,id=newusb -audiodev id=sndbe,driver=pa,server=/run/user/1000/pulse/native -device usb-audio,bus=newusb.0 -enable-kvm -smp 3 -fsdev local,security_model=passthrough,id=fsdev0,path=/home/amigaone/Music -device virtio-9p-pci,id=fs0,fsdev=fsdev0,mount_tag=hostshare
http://www.amigalinux.org
http://www.supertuxkart-amiga.de

Running Linux on AmigaONEs can require some tinkering.
Post Reply