andreiw / RaspberryPiPkg

DEPRECATED - DO NOT USE | Go here instead ->
https://github.com/tianocore/edk2-platforms/tree/master/Platform/RaspberryPi/RPi3
744 stars 143 forks source link

Installing unRAID on UEFI (Possible?) #86

Closed zlataovce closed 5 years ago

BelleNottelling commented 5 years ago

unRAID isn't available on ARM64 which is what the raspberry PI uses, but you may be able to find an ARM64 alternative

zlataovce commented 5 years ago

Hello, I was trying to install unRAID (unraid.net) onto Raspberry Pi 3 Model B with this UEFI. (unRAID is a Linux based OS) I normally imaged unRAID with unRAID USB Creator, enabled Allow UEFI Boot. When I booted to UEFI, it launched UEFI Interactive Shell. I typed in bootx64.efi (the unRAID UEFI bootloader) and it said Unsupported. Is even possible to install unRAID to RPi 3?

Thanks for any replies and sorry for my bad english.

zlataovce commented 5 years ago

Thank you, I'll try it.

zlataovce commented 5 years ago

OK, my plan is now to install qemu onto raspbian then emulate unRAID. Thank you for your help, BenNotteling.

andreiw commented 5 years ago

You're trying to run a 64-bit x86 bootloader (bootx64) instead of a 64-bit Arm one (bootaa64)

Your plan shouldn't be trying to emulate unRAID. That would be awful. You need to rebuild unRAID for Arm.

zlataovce commented 5 years ago

Oh, thank you @andreiw