Jeremi Piotrowski

Results 285 comments of Jeremi Piotrowski

Would you be able to test build a Flatcar image with the following value set in the kernel config: ``` CONFIG_FORCE_MAX_ZONEORDER=13 ``` That would be the source of the 16M...

> I thought I had done something wrong and had to rebuild the kernel twice to confirm, but that config didn't seem to have any effect. I'm a bit puzzled....

What about enabling `CONFIG_IOMMU_SUPPORT=y` and related ARM settings `CONFIG_ARM_SMMU=y` and `CONFIG_ARM_SMMU_V3=y`?

I don't know which console you grab the logs from but make sure you have this in the command line: ```console=ttyXXX systemd.journald.forward_to_console=1```

I think you may want to set `ignition.config.url` instead of `cloud-config-url`, which will fetch the provisioning config and should run it through https://github.com/flatcar/coreos-cloudinit if it's not an ignition file (https://www.flatcar.org/docs/latest/installing/bare-metal/booting-with-ipxe/).

Thank you for this contribution @Snaipe. This fix will now progress through alpha->beta->stable.

Please attach your ignition config so that we can test it ourselves (censor out any secrets that may be contained within).

@igcherkaev you have multiple conflicting entries in the `systemd` section for the key `etcd-member.service`. These are not accepted any longer, we are looking to restore that but for now you'll...

`/etc/coreos/update.conf` is also a duplicate (and will collide with `/etc/flatcar/update.conf`) so you need to fix those as well. The way I verify this is: ``` git clone https://github.com/flatcar/ign-converter cd ign-converter...

This is weird. Can you try debugging it (collecting logs) in QEMU, you can follow these docs https://flatcar-linux.org/docs/latest/installing/vms/qemu/ and then pass the ign like so: `./flatcar_production_qemu.sh -i config.ign -curses`. I...