- This topic has 5 replies, 2 voices, and was last updated 1 week ago by
Silvan.
-
AuthorPosts
-
-
February 7, 2025 at 9:57 pm #29294
einar.hjortdal
ParticipantI looked through the available ISOs, I don’t understand: are there any ISOs without GUI for servers?
-
February 8, 2025 at 12:20 am #29295
Silvan
KeymasterThere is not an ISO provided without desktop mostly because it would need an installer from terminal. For a headless installation the available options are rootfs-base archive and the docker image.
-
February 8, 2025 at 6:01 am #29298
einar.hjortdal
ParticipantI don’t think we understand each other here: are you suggesting that there must be a desktop to use a graphical install? It is possible to graphical install with calamares a system without desktop.
Typically, I rent a VPS, connect with VNC and install a minimal system graphically, then ssh only.
-
February 8, 2025 at 7:27 am #29299
Silvan
KeymasterCalamares installs by cloning the squasfs which runs the ISO image. Either it is not possible or I don’t know how do what you say with Calamares plus it has not been a priority for openmamba so far.
-
February 14, 2025 at 11:10 am #29300
einar.hjortdal
ParticipantYes, I think you’re right. I was mistaken about Calamares, I apologize.
I would like to use openmamba as a server OS, but I need a more minimal install solution due to my current provider’s limitations on ISO size and storage, and lack of graphical acceleration.
-
February 14, 2025 at 7:57 pm #29303
Silvan
KeymasterFor anybody which might be interested I explain in short (for advanced users and untested) how to start to to manually install a minimal distribution of openmamba:
- boot any Linux OS with networking
- use i.e.
curl
orwget
to download the openmamba rootfs-base archive from the download page - initialize the destination storage by creating the partition table (GPT or MSDOS) and a FAT32 EFI boot partition (2-300 MBytes) and an ext4 partition
- format the partitions respectively with the
mkfs.vfat
andmkfs.ext4
- mount on some mount point the O.S. partition (ext4) and bind mount the boot partition at
/boot
, aso bind mount/dev
,/sys
,/proc
,/run
from the running O.S. - run
chroot
to get an openmamba chroot shell in the O.S. partition - install the kernel (
dnf install kernel-mamba-x86_64
) - install grub packages (
dnf install grub grub-efi-x86_64
) - set a login password for the root user with
passwd
command exit
from chroot, unmount and try rebooting- you expected that probably something might not work, this can be discussed and fixed
-
-
-
-
AuthorPosts
- You must be logged in to reply to this topic.