How to detect ARM architecture from iPXE script?
|
2018-10-25, 19:16
Post: #1
|
|||
|
|||
How to detect ARM architecture from iPXE script?
Hi, folks!
I'm adding AMR64 systems to our environment and would love to use the same existing iPXE scripts for our tasks, just need to be able to determine the architecture from within iPXE to define a proper kernel/initrd paths to pass. Something of a mix between "platform" and "cpuid" commands, I presume. I'd love to be more precise than running this, if possible, as it is not exactly a bulletproof "solution": cpuid --ext 29 && set arch x86_64 || set arch arm64 Any suggestions? Thanks! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 2 Guest(s)