UEFI boot
Boot an EFI-based Linux kernel on your Surface RT.
Prerequisites
Preparing the files
fs0:
# add initrd=<initrd.img-filename> if you want to boot a ramdisk image
# replace console=tty0 with console=ttyS0,115200 if you want serial output on UART A
zImage dtb=tegra30-microsoft-surface-rt-efi.dtb root=/dev/mmcblk1p2 console=tty0 cpuidle.off=1
# shutdown if something went wrong
reset -sPremade ZIP
Booting linux
Installing boot files on internal storage
Using UEFI shell to copy the files
Last updated
Was this helpful?