Alpine Linux on Scaleway ARM64 VPS (ARMv8 SSD Cloud Servers)
#1
Mon, 2018-01-22 14:56
ogoudron
-
- Offline
- 2 months 1 week ago
- 2018-01-22
Hello,
Does someone can tell me why Scaleway do not provide Alpine Linux on their ARMv8 SSD Cloud Servers ?
Is it because it does not work ?
Does someone tried to install it by himself ?
I would really like to use Alpine Linux on Scaleway ARMv8 servers because i use it on C1 and all X86 variants.
Bests regards, Olivier.
Hi!
I succeeded in installing Alpine on scaleway ARM64. It works without any issues.
Here are the steps...
NB: I edited my post with the correct and tested procedure.
Because Alpine is very small, you could also install it into a VM (via KVM or VirtualBox)
1. such an example I install it on a 2GB hardrive
2. than make a backup of it with dd
3. zip it
4. and scp it into my remote machine which is in rescue mode
5. you just have to restore you backup via dd to your harddrive (generally sdb or vdb, ...)
hint: the command will be something like this : tar xzOf ChromeOS-Flow.tar.gz | dd of=/dev/sdb bs=1M