-
Notifications
You must be signed in to change notification settings - Fork 141
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
unable to create functioning debos image for "generic" x86_64 machine #525
Comments
You may need to also call |
in my config I have:
where i already have |
Sorry, I should have been more clear. You may need to run |
Thanks for responding! I appreciate it 🙏 I have change the configuration to the following
I now no longer get the grub error! But now I am stuck on a black screen with just an underscore in the top left corner that doesn't react to any input from the usb attached keyboard.... Any suggestions ? 😓 |
Update: I had made a mistake with flashing the new image onto the drive of the computer. Sorry! Now after having done that correctly, I am back to the grub rescue screen:
with the terminal output of the image generation being:
|
Hello!
I am experimenting with the creation of slim linux images to use on a robotic platform and think that debos can fulfill this requirement for me. Note that I am very much out of my depth on this subject, so bear with me. I write this post hoping to get an answer, but also as a starting point for other novices trying out debos for a similar application!
I am trying to create an image using debos to run on a ODYSSEY - X86J4125, that has a Intel Celeron J4125. I also want to be able to use this on systems running any intel core series chips (i3 - i7).
I created the image using the debos docker image; running the following command in terminal
and using the following as my debos configuration yaml file:
The main source of this configuration is an unmerged MR in debos-recipes.
I have attached the complete terminal output to this post as an attachment, since it is quite long.
debos_log.txt
As can be seen from the logs, the recipe completes successfully.
I wipe the drive of the odyssey computer using
and then used
dd
to flash this image onto the drive of the odyssey computerremoving all USBs from the device, I boot up an am greeted with the following text showing up on the attached screen
I think the relevant part of the terminal output is
where we see the partition 2 has the UUID indicated in the grub rescue error.
What I gather from this is:
My questions therefore are:
The text was updated successfully, but these errors were encountered: