-
Notifications
You must be signed in to change notification settings - Fork 167
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
test-equinix-ubuntu2204-x64-2 is down #3721
Comments
I was able to investigate and get it to boot. I used the 'rescue' mode on the equinix console which booted it into alpine. Not making it past boot and going straight to UEFI shell is indicative of something wrong with the grub configuration. From the alpine distro I investigated the disks to see how these were configured, and found the first clue:
When these were originally installed they were built with old MBR/BIOS style boot records. When I got to the BIOS, I changed the boot strategy from UEFI to Legacy, and it came up. If I had to guess, somehow the BIOS settings for the boot changed from Legacy to UEFI (perhaps an OOB bios update mechanism that doesnt require a reboot) The other possibility is that the apt update/upgrade triggered a grub install that somehow also modified the BIOS settings. Either way, its back, and we now know why that happened, and how to fix it if it happens again before we get rid of these entirely. |
I put it back online in Jenkins. Let's see how it handles new jobs. |
AFAICT machine appears to be working as expected. |
test-equinix-ubuntu2204-x64-2 is down. We tried to reboot it in #3713 (comment) to see if it would resolve odd behaviour, but it's failing to restart.
Logging into the OOB console shows that the machine is on a UEFI boot prompt:
Shell>
Entering
exit
enters the bios. Exiting the bios drops us back to the UEFI prompt:This is a repeat of #3713 (comment), which in the end we rebuilt.
Note that this machine is one of the two jenkins-workspace machines that we have been asked to migrate off Equinix Metal #3597.
The text was updated successfully, but these errors were encountered: