-
-
Notifications
You must be signed in to change notification settings - Fork 101
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
Help / Suggestions how to get this working with OVH? #39
Comments
[ I hope @jirutka doesn't mind me jumping in here ] @shofetim Looking at the BYOI document you linked to, OVH Bare Metal assumes you'll be using cloud-init for the machine's initial configuration. Also you're trying to bootstrap a physical machine rather than a VM, which this script appears to be designed for. You might be interested in my alternative script which uses cloud-init and handles physical machines: https://github.com/dermotbradley/create-alpine-disk-image My script doesn't specifically target OVH Bare Metal but I believe I'd just need to create a new config profile derived from the existing "physical PC" profile with a few minor changes for OVH. |
The default kernel flavor is virt, this is for virtual machines and it won’t work on bare metal. You have to set the option
This page says it needs cloud-init in the image. It looks like you don’t have it installed unless it’s in your However, as @dermotbradley wrote, this script is intended for virtual machines, not for bare metal. I’ve never tested it on bare metal and anything special that would only be needed for bare metal is outside the scope of the project. That said, I don’t know of anything that would prevent it from working on bare metal. You may just need to enable some initfs features ( |
Hello,
I'm building an image (on an Alpine 3.18 host) for deployment on OVH bare metal, using the following:
The built image is available here: https://jordanschatz.com/alpine.qcow2
When loading it in OVH via their BYOI (bring-your-own-image)
After installing the host does not respond to a ping. Using IPMI the host hangs (?) after booting to EFI
Any suggestions how to debug or what to try?
Thank you!
The text was updated successfully, but these errors were encountered: