Skip to content

Create Enrollment Images

Boot from Enrollment Images to join Machines to the meltcloud platform.

Create an Enrollment Image

  1. Go to Enrollment ImagesCreate Enrollment Image
  2. Configure the properties as desired:
PropertyDescriptionDefaultCan be changed after creation
NameUser defined name for the Enrollment Image-No
Expires atDate when the Enrollment Image becomes invalidin 1 WeekNo
Install disk devicePath to the device (i.e. /dev/disk/by-path/pci-0000:00:17.0-ata-1) where the system should be installed to. Leave empty to auto-detect. Required if disk mirroring is enabledAuto-detectNo
Disk mirroringWhether the install disk is mirrored onto a second disk for redundancyNoNo
Mirror devicePath to the device used as the mirror. Required if disk mirroring is enabled, and must differ from the install disk device-No
Force overwrite disk if it contains unknown dataWhether the installation should proceed even if unknown data on the install disk is foundNoNo
VLANIf the Machine should configure a specific VLAN ID for enrollment-No
Allow download via insecure HTTPWhether download over insecure HTTP is allowed (see explanation below)NoNo
  1. Click Create.

Enrollment Images are created specifically for your organization, so their creation takes some time – after some minutes they are available for download.

Choosing Disk Devices

Avoid kernel name paths such as /dev/sda or /dev/nvme0n1. The kernel assigns them in discovery order, so they can change between boots, particularly on servers that mix SATA, NVMe and boot-optimized storage (i.e. Dell BOSS) controllers.

Use /dev/disk/by-path/ paths instead. They are derived from the physical slot the disk is attached to and stay stable across reboots:

/dev/disk/by-path/pci-0000:00:17.0-ata-1

Because a by-path path describes the slot rather than the disk, it is identical on every server of the same hardware model. A homogeneous fleet can therefore be enrolled with a single Enrollment Image.

Alternatively, /dev/disk/by-id/ paths can be used. They identify a specific disk by its serial number, which makes them unique per server, so you need one Enrollment Image per server.

Auto-Detection

If you leave Install disk device empty, the install disk is auto-detected. This works only if Linux sees exactly one block device (i.e. a single attached disk, or a Dell BOSS RAID pair that shows up as one). Otherwise, specify the path explicitly.

Auto-Detection is not available with Disk mirroring, which needs to specify both disks explicitly.

Finding the Disk Paths

If you don't know the paths of your server's disks, create an Enrollment Image with a bogus install disk device path (i.e. /dev/disk/by-path/unknown) and boot the server from it. Enrollment fails, and the available disks and their paths are printed on the server's serial console and in the Enrollment Logs. Create a second Enrollment Image with the correct paths afterwards.

WARNING

Be aware that Enrollment Images contain a private key and their download URLs a secure token to download them. Make sure your transfer and store your artifacts securely and treat the download URLs as secrets.

Boot from the .iso

Once you've generated the image, you will want to attach it to your server to boot from it and enroll.

See the options to boot servers from an .iso.

Troubleshooting

Closely watch the Logs tab in your enrollment image while booting your server. It shows the enrollment process and encountered errors as they happen.

No Logs?

If no enrollment logs appear, your server is either:

  • not booting from the ISO at all
  • failing to boot the ISO or starting Linux
  • cannot reach the Foundry connectivity-wise.

To check what's going on, access the server's serial console. If Linux was booted properly, you should see a TUI, where you can press Ctrl+S to drop to a shell which allows you to investigate further.