Soo I have a 11 year old asus gs1s (resurrected by use it a heat gun on the gpu, but that’s not the point here) it has Sound working with AROS and nvidia graphics that I’m sure I can working at some point..
But anyway...
I installed Ubuntu on there and then AROS, the grub that Ubuntu installs understands the sfs file system and I can get it to boot almost.....
It loads all the bits it should and the USB inbuilt camera flashes blue when USB stack gets loaded but then the screen is black.
What I have in grub entry is this :
Menuentry “aros blah blah” {
Set root=‘hd0,msdos2’
multiboot /boot/pc/bootstrap.gz vesa=1280x1024x32 ATA=32bit nomonitors
module /boot/pc/kernel.gz
module /boot/pc/aros-bsb.pkg.gz
module /boot/aros-base.pkg.gz
module /boot/aros-fs.pkg.gz
module /boot/Poseidon.pkg.gz
}