Ubuntu 22.04 LTS Installation

Ubuntu, OpenWrt, gentoo etc
Post Reply
Ali_Hassan
Posts: 5
Joined: Mon Jan 22, 2024 7:48 pm

Ubuntu 22.04 LTS Installation

Post by Ali_Hassan »

I am interested in BFN1 System with Ubuntu 22.04 LTS, first question I have is, if this is possible. I was wondering if someone could guide me about the procedure as I was using Ubuntu on PCEngines board.

Thanks in advance.
Noorino
Posts: 2
Joined: Tue Jan 23, 2024 3:58 pm

Re: Ubuntu 22.04 LTS Installation

Post by Noorino »

I installed it on the BFN4 system and due to its HDMI, it was easy but installation on BFN1 will be interesting.
bfadmin
Site Admin
Site Admin
Posts: 30
Joined: Fri Jan 19, 2024 8:54 pm
Location: Canada
Contact:

Re: Ubuntu 22.04 LTS Installation

Post by bfadmin »

We have tested Ubuntu 22.04 on the BFN1 System.
To install Ubuntu 22.04.x follow these steps:

Step 1

Go to https://ubuntu.com/download/server and download the Ubutnu Server LTS

Step 2

Use Rufus to image the downloaded ISO onto a USB stick.

Step 3

Use DiskGenius or any other software to explore the imaged USB and go under /boot/grub folders.

Step 4

In this step, you have to edit the grub.cfg and need to add serial console options and remove the quiet option in the menuentry of "Install Ubuntu Server"

Code: Select all

menuentry "Install Ubuntu Server" {
	set gfxpayload=keep
	linux	/casper/vmlinuz   file=/cdrom/preseed/ubuntu-server.seed vga=normal console=tty0 console=ttyS0,115200n8 ---
	initrd	/casper/initrd
Here is the screenshot of the file for better understanding
grub-ubuntu-01.png
grub-ubuntu-01.png (93.43 KiB) Viewed 6332 times
Step 5

Connect the Serial cable to your system and computer. Open putty or your preferred application for the terminal session and setup, as shown below.
grub-ubuntu-02.png
grub-ubuntu-02.png (84.42 KiB) Viewed 6332 times
Step 6

Power up the BFN1 System board and get into BIOS. Switch to the Boot override option under and save & Exit.
grub-ubuntu-03.jpg
grub-ubuntu-03.jpg (196.86 KiB) Viewed 6332 times

Wait, and the installation screen will show the process. After successful installation and reboot, you should see the screen below.
grub-ubuntu-04.png
grub-ubuntu-04.png (58.11 KiB) Viewed 6332 times

This link will be helpful for some of the users.

https://www.thomas-krenn.com/en/wiki/In ... al_console



Please note that UBUNTU 22.04.x recommends 25GB hard disk capacity. A bigger mSATA in size will be better for logs and additional applications.
Ali_Hassan
Posts: 5
Joined: Mon Jan 22, 2024 7:48 pm

Re: Ubuntu 22.04 LTS Installation

Post by Ali_Hassan »

:lol: It worked, some commands are missing but I can figure it out, connected to internet. 8-)
Noorino
Posts: 2
Joined: Tue Jan 23, 2024 3:58 pm

Re: Ubuntu 22.04 LTS Installation

Post by Noorino »

I know what you did, you gave root any other user name at installation time. ;)
Post Reply