-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bare Metal Installer: Attempt to build media based on current strategy #91
Comments
In a discussion with @ajeddeloh yesterday he was willing to take a look at this. |
I was mistaken.. that was actually for something else.. unassigning for now |
I was able to POC using neil's dracut modules inside of our initramfs in Fedora CoreOS to do an install. I then was able to use the initrd and kernel to generate an ISO image that could also do an install. next steps:
left to be investigated:
|
One PXE use case is custom iPXE boot on Packet, happy to orchestrate that happening! |
I'm also keen to PXE-boot FCOS on my pine64 clusterboard |
We fully intend to support live PXE images in Fedora CoreOS. See #105. |
some current work on this (WIP):
These do not yet address PXE use cases directly. |
EDIT: new docs here. All of this work has landed (still haven't addressed PXE cases): You should be able to take an FCOS ISO and use it to install FCOS. NOTE please don't try this with UEFI yet.
|
Just in case, I've tried to boot the ISO in a baremetal server (Dell r703xd) via virtual media and it fails to start with some ' Error aa00 reading sector' messages. See https://youtu.be/8d_LPsljEjw (I've tried with and without the |
hey @e-minguez - thanks for trying it out. I know it's not the same thing but is there any chance you could try it on a VM and see if you get the same results? I'll need to find some actual hardware to try this on. |
also if the problem does persist can you open an issue against https://github.com/coreos/coreos-installer ? |
Issue opened here -> coreos/coreos-installer#2 |
Instructions worked for me on a Dell R510 using virtual media. |
EDIT: new docs here. ok new update.. Have confirmed that PXE installs (not livePXE) using the FCOS ISOs. I used instructions like these and a PXELinux cfg like:
|
From #50 (comment), our current strategy for delivering a bare metal installer looks like:
Let's see if we can put the pieces together and find/squash issues along the way.
The text was updated successfully, but these errors were encountered: