Forum
Installing SKUDONET 7.2.1 on Openstack does not work entirelly correct
mount: mouinting /dev/vda on /media failed: Invalid argument
next Installation continues
Select location, select keyboard, configure network, set up users, configure clock, disk patitioning, installing base system.
Then the installation stops at:
Configure the package manager!!!
pressing ALT-F2
gives me the "BusyBox"
Here I need to unmount the CDROM manually, then return to the installation screen ALT-F1 and select a new mirror site.
Installation continues
The after installing the software I run into the next problem "Select and install software"
Then Skip and continue to install bootloader
Then Finishing the installation
the OS is running but SKUDONET is not installed!
Hi, The ISO installer configured the CDROM like a local mirror, so if you install the Operating System from another mirror, then SKUDONET will not be installed.
SKUDONET uses Debian Bookworm and the installer of this distro, we use preseed.cfg file, if you alter the normal installation order, Debian miss the preseed.cfg configuration.
So, now you can do one of he following:
1-Once OS is installed, configure the APT pointing to our APT repo. The information is here (section Installation on Debian Bookworm):
https://github.com/skudonet/skdlb
2-Or Configure the ISO in the CD-ROM and the CD-ROM as an APT repository and install SKUDONET, finally:
apt-get update apt-get install skudonet
Regards!
When runnig
echo "deb http://repo.skudonet.com/ce/v7 bookworm main" >> /etc/apt/sources.list.d/skudonet.list
wget -O - http://repo.skudonet.com/ce/skudonet.com.gpg.key | apt-key add -
I get the error: can not write to '-' (Broken pipe)
oke.. after installing all needed software manually I do get furher... but then
Try to install the following package and repeat the failed command:
apt-get install gpg
The 403 forbidden is because skudonet gui package is missing, please install it as follow:
apt-get install skudonet-gui-core
Please confirm it fixes the issue.
Regards!