Nikolay Yurin

Results 13 comments of Nikolay Yurin

I actually made some progress, now the app actually starts and doesn't immediately explode in pieces :) Still, quite far from full functionality since I made it return empty results...

I'd like to start working on LinuxKit + RPi4 releated project, is there any change to get it merged anytime soon?

I got the same results using go 1.14 and 1.15 on latest master checkout. I still haven't used qemu yet, but quick test in VirtualBox was fine and ESXi started...

ESXi [mboot](https://github.com/vmware/esx-boot/blob/master/mboot/mboot.c) returned following memorymap: ``` MMap[0]: 0x0 - 0x8dfff len=581632, type=7, attr=0xf MMap[1]: 0x8e000 - 0x8ffff len=8192, type=0, attr=0xf MMap[2]: 0x90000 - 0x9ffff len=65536, type=7, attr=0xf MMap[3]: 0x100000 -...

`df` doesn't support arguments at all: [df.go#L151](https://github.com/u-root/u-root/blob/main/cmds/core/df/df.go#L151=)

I guess I missed an important detail - I am running it on the Pinephone. Since it's `arm64` there's no `strace` available there. Thankfully the issue can be reproduced in...

Is it possible to run `strace`over `cpud`?

I didn't have time to pinpoint breaking change with bisect yet. I used official ESXi 6.7 U3 for HP Proliant image from [here](https://www.hpe.com/us/en/servers/hpe-esxi.html)

I tested it separately with ESXi 6.7u3 and ESXi 7.0 and both show the same behaviour.

Bisect result is: ``` 1295b4acff1f2014261c40d9f9d2107ffd668d92 is the first bad commit commit 1295b4acff1f2014261c40d9f9d2107ffd668d92 Author: Michael Brown Date: Mon Nov 23 15:34:13 2020 +0000 [efi] Allow initialisation via SNP interface even while...