mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 23:25:54 +03:00
[GH-ISSUE #672] Fedora CoreOS enhancement #1739
Labels
No labels
Hacktoberfest
Hacktoberfest
bootloader
bsd
bug
confirmed
documentation
duplicate
enhancement
enhancement
enhancement
eol
experimental-merged
freebsd
help wanted
invalid
investigate
ipxe
linux
live-os
memdisk
menu
no-issue-activity
no-issue-activity
pull-request
released
todo
upstream
windows
windows
work-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/netboot.xyz#1739
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @OrvilleQ on GitHub (Jul 14, 2020).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/672
Different channels(Stable, Testing, Next) should be used for version differentiation instead of which Feodora version been based.
If ignition config url is skip, then this script shouldn't boot cause this is a must.
@OrvilleQ commented on GitHub (Jul 14, 2020):
And Feodra CoreOS script is just unusable that everytime I tried to edit ignition config url it come back with this:
@OrvilleQ commented on GitHub (Jul 15, 2020):
Fedora CoreOS script still can't use on vultr with this error:
@antonym commented on GitHub (Jul 15, 2020):
Made a few more tweaks which should allow it to work now. You can hit it from the development endpoint in the Utility menu to test.
@OrvilleQ commented on GitHub (Jul 15, 2020):
And it just stuck here:

Use the script from dev endpoint.
@antonym commented on GitHub (Jul 15, 2020):
It got farther for me in Virtual Box, and laid down a basic install. Are there any console setting requirements there?
@OrvilleQ commented on GitHub (Jul 16, 2020):
Change to 2GB ram vm make it go farther. Seem like Coreos just like feodra require more than 1.5GB Ram for iPXE boot.
But here comes a new error.
Ps. That
${console}generate nothing. I think it might be better change it toconsole=tty0 console=ttyS0follow the docs@antonym commented on GitHub (Jul 16, 2020):
Looks like you may need 4gb of ram.
@OrvilleQ commented on GitHub (Jul 16, 2020):
Yes, you are right. Tried with 4GB VM and it's success.
And still I suggest replace
${console}withconsole=tty0 console=ttyS0follow the docs