New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
GreenCloud, how to install RockyLinux?
Hi
Surprising, GreenCloud denied my request to mount netboot iso so I could install RockyLinux.... very bad atitude.
Any suggestions on how can I install RL?
I have CentOS 8 but I want a fresh install and want to avoid a migration.
Thanks
Thanked by 1pan_ia0_net
Comments
u can install centos, then convert to rockylinux.
Hi
They didn't deny your request. You didn't do your homework prior to purchasing the product. If you'd bothered to search the forum, you'd see that they don't support custom .iso's.
Thanks.
Migrating to Rocky from Cent should work fine, I wouldn't worry too much.
Yes, that's the first provider I have that don't allow this, but you're eventually right 👍
You don't need to mount the netboot iso. There are other ways:
1. https://netboot.xyz/docs/booting/grub
2. https://netboot.xyz/docs/booting/ipxe
Check the docs.
They could just remove CentOS 8 and use netboot instead.
Would be easier!
Do you know what their rationale is for not supporting ISOs?
So they only offer templates?
They offer Centos 7, 8, Fedora Server, Debian 11 and Ubuntu 20 ISO + Debian 11 Template
If they offer some ISOs (and not only templates), it shouldn't be too hard for them to add a Rocky Linux ISO and an AlmaLinux ISO to their collection
Yes, they could refresh theses ISOs.
Limitations of SolusVM - see https://lowendtalk.com/discussion/comment/3381181/#Comment_3381181
I agree with you that the netboot.xyz ISO would also be useful, but I find that the original ISOs are useful in some situations (e.g., if there's no DHCP) where netboot.xyz might fail.
Eh, every VPS provider should include netboot image..
It's true that SolusVM doesn't allow users to upload their own ISOs, so in this sense, I can understand that GreenCloud don't support "custom ISOs".
But they could/should still try to offer a full range of current OS ISOs, which (in 2022) would/should include Rocky Linux and AlmaLinux.
Alpine, Arch
I agree. (But I'd like to keep the individual OS ISOs as well
)
Maybe a call out to @NDTN : any chance of refreshing/updating your collection of ISOs?
Minimally, it would be great to have the ISOs for netboot.xyz , Rocky Linux, AlmaLinux, Devuan, Alpine Linux, and Arch Linux as well. 
There could be other ways to install/load your desired ISOes without loading ISOes from the control panel.
Suppose you are now with Debian/Ubuntu which is preinstalled and you have obtained your VNC account/pwd.
SSH onto your terminal, key in the following scripts
Normally
Grub_default=2
means the last/third menu item(0 = Debian, 1 = Debian Advanced) when you start your VPS, but if NOT, your menu is modified or with some other items, you can still use arrow key to pick the right one to enter netboot.xyz boot interface.If your VPS doesn't support DHCP, which should not be the case as I have tried several times with GreenCloud, you can manually set the relevant IP information, similarly like this.
install debian
install ipxe
update grub
reboot
select ipxe
ctrl+b for command line
set ip/dns/gateway accordingly
ifopen
boot chainfree netboot
open a can of beer
and stop blaming greencloudvps policy. they are fucking good for the price.
We have a list of ISOs available as @nfn mentioned, they are frequently used by our customers and our staff can give assistance for those ISOs/OSes as we are using them too. We will update the ISOs with Rocky Linux 8 and AlmaLinux 8 in the next few days.
or just go debian. its only apt to replace yum.
Nope. The support can upload the custom ISO for you.
Many providers do that, including Racknerd, except Windows ISO.
I was simply trying to constructively suggest a wider/fuller range of standard OS ISOs that it would be nice to see GreenCloud make available.
I certainly wasn't trying to argue against the possibility of custom ISOs!
Hi. I appreciate the good work you are doing. I noticed that the Rocky Linux template never came. I see latest AlmaLinux is there. It doesn't matter to me though as I don't use Rocky Linux.
I will be very happy if the current ancient Fedora 28 template can be updated to latest. I think you should also add RHEL OS template as their developer plan is generous with free 16 VMs to be used on production. I tried converting AlmaLinux 9.1 to RHEL 9.1 but it didn't go well.
Once again appreciate all the service you are providing to the LET community. Keep up the good work!
Do we need No netboot hall of sadness?
Yes. Such a stickied thread would be a LET asset.
I hit this installing a MicroOS iso - some notes for installing a custom iso @ Greencloud not in the
netboot.xyz
menus.Start an Alpine Linux image from the netboot menus & run
setup-alpine
Alternatively booting an Ubuntu 22.04 live server iso & opening a
shell
from the help menu works - which is how I installed MicroOS tonight @ GreencloudIncidentally
kiwi-ng
is great for building custom isos with all your config included (& can be used by other distros besides Opensuse).Also see some notes on making kiwi-ng work - building images in ram in a container takes around 5 minutes.
Kiwi-ng generated iso images self install on boot so you don't need to create a reverse
ssh
tunnel to connect to VNC to do an installation - just wait until the partition table changes + 5 minutes or so.+1 for every Provider adding a
netboot.xyz
iso - it will allow clients to install whatever they want (& reduce support tickets ;o)You can run netboot via grub using the following solution in case you're unable to mount an ISO.
https://netboot.xyz/docs/booting/grub/