Difference between revisions of "Making Asus boot straight to Moria gfx"
From Jay's Cafe' Wiki
Jayctheriot (talk | contribs) (Asus Bios) |
Jayctheriot (talk | contribs) m |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
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> | BIOS - hit <ESC> | ||
Install Debian | |||
In applications, just install Laptop and SSH Server | |||
Install my environment favorites from [[Core apt installs|Core apt installs.]] | |||
After built, install FVMW3 | |||
https://github.com/somiaj/fvwm3-debian<syntaxhighlight lang="bash"> | |||
git clone https://github.com/fvwmorg/fvwm3.git | |||
git clone https://github.com/somiaj/fvwm3-debian.git | |||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
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 | |||
</syntaxhighlight>add the following to "/etc/apt/sources.list"<syntaxhighlight lang="bash"> | |||
deb http://deb.debian.org/debian bookworm-backports main | |||
</syntaxhighlight><code>apt install -t bookworm-backports meson</code><syntaxhighlight lang="bash"> | |||
cd fvwm3 | |||
cp -r ../fvwm3-debian/debian . | |||
dpkg-buildpackage -us -uc -b | |||
sudo apt install ../fvwm3_1.1.*_amd64.deb | |||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
wget https://github.com/BlitterStudio/amiberry/releases/download/v7.0.1/amiberry-v7.0.1-debian-bookworm-amd64.zip | |||
</syntaxhighlight><syntaxhighlight lang="bash"> | |||
unzip amiberry-v7.0.1-debian-bookworm-amd64.zip | |||
dpkg -i amiberry_7.0.1_amd64.deb | |||
apt install -f | |||
reboot | |||
</syntaxhighlight> |
Latest revision as of 09:44, 31 January 2025
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