I’m facing issue booting Ubuntu 26 on arm. I m using a virtual environment. It seems that system is failing executing _STA Method as this method is calling another method with in parameter _UID. This value is the uid of a cpu device. Its value is patched at runtime to get the value which corresponds to the cpu id.
I made multiple tries and it seems the problem is due to the fact to use _UID as parameter. If I hard code the value everything is ok .
The same code was working fine on Ubuntu 24.