-
Notifications
You must be signed in to change notification settings - Fork 110
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
could not find kernel #87
Comments
Can you share what you have done previously? Have you built your
The partition UUID is derived from the hostname, so if you have multiple tools related to the gokrazy build process, they all must use the same hostname. The description of the hostname flag tries to explain that:
Ideally, we’d update the rtr7-recover tool to understand the gokrazy instance config, which was introduced after router7 was built. But, for now, we don’t have a flag for the instance, just one for the hostname directly. Anyway, to make things short: the |
thank you so much! I will look into this. i thought the hostname thing might be related to instance config but i wasn't sure. i don't have that session open anymore but i can confirm i had successfully run
and the .img files landed in the /tmp/recovery folder |
ok so i'm not sure the reason why but rerunning all the steps using root user and manually going to the kernel directory with the mod file fixed my issues
lightly cleaned up script of basically what worked for me
|
Weird! But thanks for reporting back. If you run into this again, feel free to reopen. I’ll close this issue for now, but as I mentioned, we should eventually move from --hostname to --instance for consistency with other gokrazy tools. |
hi! i'll start by saying that i'm using nixos so my problem is probably related to that.
getting libusb working took a little bit, but i overcame that and hit a problem i'm unsure how to solve --
could not find kernel: [go list -f {{ .Dir }} github.com/rtr7/kernel]
i also had to add
--hostname
and tried both therouter7
name and my own hostname, unsure exactly what that flag is for, but it seems it's required. i'd update the documentation but would like to get it working and understand better how to use it. :-)The text was updated successfully, but these errors were encountered: