Avi Deitcher
Avi Deitcher
Did you look in the docs, e.g. [qemu](https://github.com/linuxkit/linuxkit/blob/master/docs/platform-qemu.md)
What image did you build? How did you launch it?
Illumos! Cool stuff there, the offspring of Solaris. I did a lot of Solaris (and SunOS) back in my day. And some technologists whom I very much respect for their...
As for your particular use case, the kernel looks for the root device based on its cmdline. For example, [iso-efi](https://github.com/linuxkit/linuxkit/blob/master/tools/mkimage-iso-efi/make-efi#L8-L15). Is it possible that the device just is different?
> Wound up having to loop to get to the minimum cluster count for FAT32 while staying aligned to be uefi safe Strange how we haven't had that before. Could...
> I am attempting now to get a build to pxe boot. > Do we need to enable CONFIG_EFI_STUB=y ? Not really. I never can tell the state of [EFI...
There is a lot going on here (and lots of logs), so I am somewhat confused, much as I want to help. Let's start with the EFI stub booting. As...
Sure, so maybe better to remove it in favour of standard manifest-tool brew formula?
How would you do it differently? If you changed source code, the final built image will be different, so shouldn't they be different and hence rebuilt? If you have an...
There also are options to the build command. Run `make -n` to see what it does. This whole kernel build used to be massively more complex. I did some cleanup...