The root partition is expanded and in the “Autologin & Custom Hostname Tutorial” case, the hostname was updated according to the logs earlier.
What could cause this?
Some kind of misconfiguration on my part? (I’m totally new to Fedora CoreOS…)
I assume it is possible to target a specific build version to install in coreos-installer, so I could try this with older versions. How would I do this?
Hey @theswampire - Thanks for posting and trying FCOS. Which specific version of FCOS did you try? Was it 35.20220131.3.0?
Also which instructions did you use for install from the docs? Unfortunately (and fortunately) there are a few different paths you could take in the documentation itself.
For the Autologin & Custom Hostname Tutorial snippet from above that you used the autologin won’t apply here because that’s targetting a serial console (serial-getty@ttyS0.service) and not a VGA console.
Back then I tried fedora-coreos-35.20220116.3.0-metal.aarch64.raw.xz and just now fedora-coreos-35.20220131.3.0-metal.aarch64.raw.xz, but still the same result.
I didn’t encounter any errors besides a rsync error, which I think is not of interest: rsync: [generator] chown "/tmp/FCOSEFIpart/." failed: Operation not permitted (1)
Well, then let’s not use the Autologin example
I still lose the display signal using the Simple Example on both versions of FCOS.
Is it possible to write the boot-logs to a file?
Hey @theswampire - I just ran the install using the uboot instructions. I prepared the disk on another system and then moved it into the Raspberry Pi 4. All went well and I was greeted with a login prompt and was able to SSH into the machine.
NOTE: I don’t know if this makes a difference, but my RPi4 is the 8G model.
Maybe you should start simple with an Butane/Ignition config that only has an SSH key in it and see if that works.
You could also try to use the EDK2 instructions and see if that works better for you.
Hi @dustymabe, the EDK2 instructions indeed worked. Thank you very much!
At first I was intimidated to go this way (u-boot being the way Raspberries boot) but it turned out to be even easier to do.
Only the “Combined Disk Mode” worked for me. It said something about not being able to mount the device containing the live image. However I think that I most likely just messed up flashing the iso.
Nonetheless it’s running Fedora CoreOS so thank you for your help!