By the way, anybody else managed to get it work following this thread?
I'm working on my idea - firing up AOS4 on X86_64 hardware from 2010-2012. I had to replace the board and processor. The total cost that came out of it (processor, ram, radeon and board) is 35 euro Surprisingly the hardware even works well on QEMU without gpu passthrough. I'm currently testing it under Linux x86_64 with qemu passthrough gpu - works without problems. I'm missing the driver for AOS4 - ES2 to be precise - but that can wait. Qemu with qemu passthrough gpu and AOS4 without driver starts up. Of course nothing is displayed but it seems to work.
@white OK, so you have bochs-display selected there and then you type the " /failsafe" io command blindly in that window. Try with English layout. If successful you should get an ok prompt in the other window where you started QEMU from and got the errors.
@smarkusg If you have a RadeonHD card the pegasos2 and sam460ex versions come with a RadeonHD light driver that can't do 3D but should be enough to get picture for testing. It seems to be missing from amigaone version though but maybe it's in an update? For RX card I think you need Enhancer (and for fully using an HD card but at least for testing the light driver might be enough until you get a full driver). The RadeonHD lite driver may also need new enough PCIGraphics.card, I don't know if the amigaone version is new enough but the one from sam460ex that works with the sm501 possibly also works with the RadeonHD that comes with the sam460ex install CD.
I have not seen this. I have an ASUS HD 7750 V2 card I have a couple of rows removed in Kicklayout - some drivers. I will take a look Thanks for the information
@balaton You are right if the Pegasos2 firmware uses US English as default keyboard layout. I checked the UK English keyboard layout instead, which has the " at shift-2, just like Italian keyboards.
Well my intuition was right with the Italian keyboard it doesn't work. So I had to put the English layout and the boot: hd:0 amigaboot.of now it works with " /failsafe" io
have already modified and I moved the "FTH" file to the AmigaOS partition what command should I give instead of: hd:0 amigaboot.of ?
Thank you
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.
\ Example Forth script to use bboot with PegasosII firmware \ Copyright (c) 2023 BALATON Zoltan \ SPDX-License-Identifier: GPL-2.0-or-later 600000 constant initrd-start \ Initrd to load (note: space needed after first quote!) " hd:0,Kickstart.zip"
open-dev dup 0= if abort" Could not open initrd" then dup initrd-start swap " load" rot $call-method dup 0= if drop close-dev abort" Could not load initrd" then swap close-dev initrd-start + \ initrd-end initrd-start " /chosen" find-device encode-int " linux,initrd-start" property encode-int " linux,initrd-end" property device-end boot hd:0 bboot
or bboot 0.8 ? im rename bboot ?
and Kickstart.zip ?
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.
@white No, do not rename anything. You need 3 files on the boot volume: bboot.fth, bboot binary and Kickstart.zip. The bboot.fth script will load Kickstart.zip and bboot from pegasos2 firmware so you start the fth and that will get bboot and Kickstart.zip from hd:0 as well. The bboot and bboot.fth are in the BBoot archive, just copy it from there unmodified.
I moved them to the main partition they should be fine I also moved the Radeon 2.1 drivers and the Enchancers 2.2
I'll try now, hopefully
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.
@white Within bboot-0.8.tar.xz. Take bboot and bboot.fth from that archive and the Kickstart.zip and copy these three files to the boot volume where amigaboot.of is.
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.
You will have a simpler, more pleasant and problem-free experience. You need to boot and even initialize the bios you will see on the gpu-passthrough card (ATI) The only thing you need is to run QEMU10 ... qemu-system-ppc -M amigaone -m 1024 -bios u-boot-amigaone.bin the rest you need to add from your configuration including device vfio-pci . You don't have to start anything or add anything. just install ES2 on AmigaOne Simple and nice
Edited by white on 2025/4/14 14:07:20 Edited by white on 2025/4/14 14:09:11
What do you see when you close your eyes ? I see light, lots of light I see you, dad And I see mommy too And I see me and we are together And we play forever.