Making Asus boot straight to Moria gfx

From Jay's Cafe' Wiki

Objective:

Bare metal install procedure to boot directly into Moria_gfx running on Amiga 3.2 in the Amiberry emulator on Debian Bookworm.

BIOS - hit <ESC>

Install Debian

In applications, just install Laptop and SSH Server

Install my environment favorites from Core apt installs.

After built, install FVMW3

https://github.com/somiaj/fvwm3-debian

git clone https://github.com/fvwmorg/fvwm3.git
git clone https://github.com/somiaj/fvwm3-debian.git
apt install build-essential debhelper asciidoctor fontconfig gettext \
            libevent-dev libfontconfig-dev libfreetype6-dev libfribidi-dev \
            libncurses-dev libpng-dev libreadline-dev librsvg2-dev \
            libsm-dev libx11-dev libxcursor-dev libxext-dev libxft-dev \
            libxi-dev libxkbcommon-dev libxpm-dev libxrandr-dev \
            libxrender-dev libxt-dev meson lightdm

add the following to "/etc/apt/sources.list"

deb http://deb.debian.org/debian bookworm-backports main

apt install -t bookworm-backports meson

cd fvwm3
cp -r ../fvwm3-debian/debian .
dpkg-buildpackage -us -uc -b
sudo apt install ../fvwm3_1.1.*_amd64.deb
wget https://github.com/BlitterStudio/amiberry/releases/download/v7.0.1/amiberry-v7.0.1-debian-bookworm-amd64.zip
unzip amiberry-v7.0.1-debian-bookworm-amd64.zip
dpkg -i amiberry_7.0.1_amd64.deb
apt install -f
reboot