mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-04-25 07:05:56 +03:00
[GH-ISSUE #224] Unable to mount root fs with RancherOS and Set Github User menu boot #1636
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#1636
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 @jpastuszek on GitHub (Mar 14, 2018).
Original GitHub issue: https://github.com/netbootxyz/netboot.xyz/issues/224
I am trying to get RancherOS booting with custom could-config URL using
Set Github Userfeature.When booting RancherOS form built-in menu it works OK.
If I boot using
chaincommand from failsafe debug iPXE menu and point it to URL of mycustom.ipxeit also boots OK.If I boot from same config file using
Set Github Usermenu it fails to boot with missing root volume:VFS: Unable to mount root fs on unknown-block(0,0)Is there anything special that netboot does to the environment that could make it fail that way?
I am using Virtual Box and
custom.ipxe:I have also tried to just copy content the
archeros.ipxefrom this repository to mycustom.ipxebut I got same problem.I am using netboot.xyz v.1.0.4; I have also tired master branch of this repository using
Test netboot.xyz branch.@jpastuszek commented on GitHub (Mar 14, 2018):
To reproduce OK boot:
Press
mto get into failback mode and selectiPXE Debug Shell. Type:http://goo.gl/bkF6V4 points to https://raw.githubusercontent.com/jpastuszek/netboot.xyz-custom/master/custom.ipxe of following content:
You should see RancherOS login prompt.
Failed boot:
Let netboot.xyz boot full.
Go to
Utilities->Set Github Userand type:jpastuszek.Then go to
iPXE shelland type same chain URL:Kernel will panic.
@jpastuszek commented on GitHub (Mar 14, 2018):
Actually by just going to
Utilitiesand coming back will cause boot failure.@jpastuszek commented on GitHub (Mar 14, 2018):
Actually going to any menu and coming back will make this OS fail to boot...
@jpastuszek commented on GitHub (Mar 14, 2018):
Same issue with real Dell PC.
@antonym commented on GitHub (Mar 20, 2018):
Good find, I was able to repro. I think it might need an imgfree before loading the kernels, giving that a try.
@antonym commented on GitHub (Mar 20, 2018):
This appeared to fix it:
github.com/antonym/netboot.xyz@e4d041323a. If you continue to have issues with it, please reopen.Thanks!