Difference between revisions of "Distributions"
(update for NixOS 19.09) |
m (update for OpenBSD 6.6) |
||
Line 39: | Line 39: | ||
* [[NetBSD]] 8.1 (PV only) (Jun 7, 2019) | * [[NetBSD]] 8.1 (PV only) (Jun 7, 2019) | ||
* [[NixOS]] 19.09 (HVM only) (Oct 9, 2019) | * [[NixOS]] 19.09 (HVM only) (Oct 9, 2019) | ||
− | * [[OpenBSD as a DomU|OpenBSD 6. | + | * [[OpenBSD as a DomU|OpenBSD 6.6]] (HVM only) (Oct 17, 2019) |
* Ubuntu Bionic 18.04 (Aug 29, 2019) | * Ubuntu Bionic 18.04 (Aug 29, 2019) | ||
* Ubuntu Disco 19.04 (Aug 22, 2019) | * Ubuntu Disco 19.04 (Aug 22, 2019) |
Revision as of 18:47, 17 October 2019
Contents
Prebuilt distribution options
Preseed/Kickstart/installerconfig files used and other source material
This can be installed directly from the latest management console using option 9.
- Arch Linux (built from the 2019.08.01 installer, HVM only) (updated Aug 22, 2019)
- CentOS 6 (HVM only) (updated Aug 22, 2019)
- CentOS 7 (updated Sep 20, 2019)
- CentOS 7 with distribution Docker preinstalled (updated Sep 20, 2019)
- CentOS 8 (HVM only) (updated Sep 27, 2019)
- Debian Buster 10 (HVM only) (updated Aug 22, 2019)
- Debian Buster 10 with SysVinit (HVM only) (updated Aug 22, 2019)
- Debian Jessie 8 (updated Aug 22, 2019)
- Debian Jessie 8 with SysVinit (updated Aug 22, 2019)
- Debian Stretch 9 (updated Aug 22, 2019)
- Debian Stretch 9 with SysVinit (updated Aug 22, 2019)
- Fedora 29 (updated Aug 22, 2019)
- Fedora 30 (HVM only) (updated Aug 22, 2019)
- FreeBSD 11.3 (HVM only, BETA - static IPv6 must be manually configured - prefixlen is 64, GW is <prefix>::1) (updated Aug 22, 2019)
- FreeBSD 12.0 (HVM only, BETA - static IPv6 must be manually configured - prefixlen is 64, GW is <prefix>::1) (updated Jul 5, 2019)
- Ubuntu Bionic 18.04 with ifupdown (updated Aug 29, 2019)
- Ubuntu Bionic 18.04 with distribution Docker preinstalled (updated Aug 29, 2019)
- Ubuntu Disco 19.04 with ifupdown (updated Aug 22, 2019)
- Ubuntu Xenial 16.04 (updated Aug 22, 2019)
Netboot Installers
Instead of manually downloading a netboot installer or using one of our prebuilt images, you may interactively use a netboot installer we already downloaded. These may be accessed using option 6 from the latest management console. Here is a full list of available netboot installers:
- Alpine Linux 3.10.2 (HVM only) (Aug 29, 2019)
- Arch Linux 2019.08.01 (HVM only) (Aug 22, 2019)
- Centos 6 (HVM only) (Aug 22, 2019)
- Centos 7 (Sep 20, 2019)
- Centos 7 (HVM only) (Sep 27, 2019)
- Debian Buster 10 (HVM only) (Aug 22, 2019)
- Debian Jessie 8 (Aug 22, 2019)
- Debian Stretch 9 (Aug 22, 2019)
- Fedora 29 (Aug 22, 2019)
- Fedora 30 (HVM only) (Aug 22, 2019)
- FreeBSD 11.3 (HVM only) (Aug 22, 2019)
- FreeBSD 12.0 (HVM only) (Jul 5, 2019)
- NetBSD 8.1 (PV only) (Jun 7, 2019)
- NixOS 19.09 (HVM only) (Oct 9, 2019)
- OpenBSD 6.6 (HVM only) (Oct 17, 2019)
- Ubuntu Bionic 18.04 (Aug 29, 2019)
- Ubuntu Disco 19.04 (Aug 22, 2019)
- Ubuntu Trusty 14.04 (Jul 5, 2019)
- Ubuntu Xenial 16.04 (Aug 22, 2019)
Netboot Installers and Paravirtualized mode
For PV VPS's, at the end of the install either you must have the file (hd0,0)/boot/grub/menu.lst present to boot with grub legacy (pvgrub), or you must have a grub2 config file and switch to booting with grub 2. For more information on grub 2 see here.
Here are some notes on making your system bootable in PV mode:
- CentOS 6 - no longer available for PV
- CentOS 7 - switch to grub2 after install
- CentOS 8 - not available for PV
- Debian Jessie 8 - install pv-grub-menu or switch to grub2 after install
- Fedora 29 - switch to grub2 after install
- NetBSD 8.1
- Ubuntu Bionic 18.04 - install pv-grub-menu or switch to grub2 after install
- Ubuntu Disco 19.04 - install pv-grub-menu or switch to grub2 after install
- Ubuntu Trusty 14.04
- Ubuntu Xenial 16.04 - install pv-grub-menu or switch to grub2 after install
Notes for Ubuntu Bionic 18.04 and Ubuntu Disco 19.04
Ubuntu Bionic and Ubuntu Disco originally shipped with systemd-networkd. We have disabled it in our images, in favor of the ifupdown scheme used by many other supported distributions.
Additionally, as of May 26th 2019, our pre-built Ubuntu Bionic and Ubuntu Bionic with Docker preinstalled are built with a 5.0 kernel.