U-Boot 2018.03 Released, Now Supports iSCSI For Network Booting

Written by Michael Larabel in Hardware on 21 March 2018 at 09:14 AM EDT. 11 Comments
HARDWARE
As a win for ARM single board computers and other systems relying upon U-Boot as the bootloader, iSCSI support is now available.

Phoronix reader and U-Boot contributor working on this feature, Heinrich Schuchardt, wrote in with the following about U-Boot's recently added iSCSI support:
For many hacker boards Ethernet is still the fastest external interface. So wouldn't it be great to attach your storage via network?

Most ARM based boards use U-Boot as primary bootloader. Up to now network booting from U-Boot required running at least a tFTP server for the kernel, the initial RAM disk, and the device tree, and an NFS server. Providing the operating system via two services made updating a hazzle. Furthermore tFTP provides no authentication.

The iSCSI protocol allows to share complete disks or partitions via the network. It is supported by many home servers. With U-Boot v2018.03 booting from iSCSI block storage is now possible.

On x86 systems legacy BIOS booting has been replaced by UEFI. In 2016 basic UEFI support was introduced into U-Boot allowing to load GRUB. For details see here. Since then Linux distributions like SuSE and Fedora have switched to booting 64bit ARM boards this way. Equally NetBSD and FreeBSD use a UEFI bootloader on arm64 boards. Over the last year the UEFI support in U-Boot has been massively improved allowing also other UEFI applications to be run from U-Boot.

Open source iPXE is the swiss army of network booting. Amongst others it allows booting via https and iSCSI. And it can be compiled as a UEFI application snp.efi.

So with current U-Boot and iPXE as UEFI payload your are now are able to install the operating system on a single network drive provided over a single service (iSCSI). For details see here.

There is also the iSCSI README file in U-Boot that was added explaining more about this new functionality.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week