If it has been really windy, maybe the best thing to do would just be to LILO until it’s all blown over…?
When a billboard survives the wind, but not the boot
It's one thing to bare your undercarriage in private. It's a whole other thing to do so on the side of a road, risking the possibility that passing drivers will question your Linux competence. Sent in by an eagle-eyed Register reader, the borked billboard was spotted in Cheyenne, Wyoming. The billboard appears to have survived …
COMMENTS
-
-
Friday 3rd April 2026 15:36 GMT ZedaZ80
Well you see...
That's actually a new campaign to advertise GRUB; the sign is working correctly. The fact that there is a different sign on the back is actually just how billboards work-- if you are entering a city you might see a billboard advertising a museum for example, but it wouldn't make sense to see that when you are leaving, so they often have different advertisement on either side. Alternatively, and possibly funnier given the context-- many billboards are single-sided, especially if one side isn't visible from a road, so maybe the wind caused the sign to swivel around!
-
Sunday 5th April 2026 12:03 GMT Jamie Jones
Re: Well you see...
So maybe it's placed here? https://en.wikipedia.org/wiki/Grub_Gulch,_California
-
-
Friday 3rd April 2026 16:03 GMT Not Yb
This being a billboard... they may not have remote monitoring on it.
Since running a remote monitoring system costs money, they may not actually connect the billboard to the internet.
The 'system administrator having a bad day' may not know this one isn't working properly until they send someone out to change the display and the tech sees the grub loading display.
-
Friday 3rd April 2026 16:28 GMT IGotOut
Re: This being a billboard... they may not have remote monitoring on it.
"Since running a remote monitoring system costs money, they may not actually connect the billboard to the internet."
Nope and nope.
There is plenty of free monitoring software (you check to see if a service is running, rather than ping) and it may not be on the internet, but it's sure as hell going to have some sort of remote connection to the main company. Otherwise someone has to drive to thousands of billboards to.update them.
Of course you may have meant remote low level management software.
-
Friday 3rd April 2026 17:01 GMT Steve Davies 3
ROFL with this:-
Otherwise someone has to drive to thousands of billboards to.update them
Errr.... how do you think the bilboards were updated BEFORE they became electronic? There is a huge one near me that is still of the old sort. Three men were working on it the other day putting up a new sign for a local estate agent.
-
Friday 3rd April 2026 20:46 GMT Not Yb
Re: This being a billboard... they may not have remote monitoring on it.
Something has to be connected to somewhere. That thing requires money, or at least power and the right radio design to run. There's no such thing as "free monitoring software" that works on something that isn't connected somehow via wire or radio... And billboard companies have been "driving to thousands of billboards to update them" for decades now. Not weekly, but most of them change their 'manually updated vinyl billboards' more often than once a year.
The local billboard company occasionally advertises jobs for people who like to climb, so that is clearly something they still have to do regularly. A firm "no way would they do it this way" is not necessarily true.
I don't personally have experience to know for sure, but I suspect you don't either, so we're both kinda assuming things that might or might not be done this way by an actual billboard company on every billboard they own. Aside from the manual billboards, which I know get changed by hand on a regular basis, anyway.
-
-
-
Saturday 4th April 2026 04:22 GMT Eric 9001
GNU GRUB is GNU and has nothing to do with Linux
It can execute Linux, but it supports executing many kernels; https://www.gnu.org/software/grub/manual/grub/html_node/Supported-kernels.html
The endgame is for GNU GRUB to exclusively execute GNU Hurd and progress so far is good; https://www.gentoo.org/news/2026/04/01/gentoo-hurd.html
Looks like the hardware has failed to me - as generally otherwise GRUB doesn't get stuck like that (I've only ever seen GRUB get stuck otherwise with broken, unfinished coreboot ports that GNUboot provides for testing for certain boards).
-
Saturday 4th April 2026 04:47 GMT Eric 9001
Re: GNU GRUB is GNU and has nothing to do with Linux
How could I forget - if you use Linux with or without an initramfs (initial GNU/Linux or BusyBox/Linux fs in RAM that does things Linux can't, like ask for the root password or mount root=UUID=), if Linux or the initrd fails early during the boot process (for example, Linux failing to find the root partition, as it doesn't support root=UUID=, only root=PARTUUID= or root=/dev/sda1), if the graphics haven't been already inited to a mode handled by Linux, you won't see the panic() message - only the boot screen GRUB left - making it look like GRUB hung, when it was Linux that hung.
What probably happened if there wasn't hardware failure, is GRUB went and successfully executed Linux, which failed to boot and also failed to set the video mode needed to print the kernel panic().
-
Saturday 4th April 2026 07:32 GMT Jou (Mxyzptlk)
Re: GNU GRUB is GNU and has nothing to do with Linux
I remember the time when that happened regularly when adding of removing data HDDs. In early SATA days even more, since the cable did not dictate a clear /dev/hda1 any more, it was all /dev/sdX1, with some BIOSes reordering depending on the moon phase. (Hence the "fix" with EFI style and UUIDs later, which is fun if you copy the data of your root partition to the newer faster drive, but not the partition as-is. And if you do it with the partition as-is, taking over the UUID into the gigantic partition table, be careful to unplug your old drive, else you will have double...)
-
-
Saturday 4th April 2026 08:32 GMT Bebu sa Ware
Re: GNU GRUB is GNU and has nothing to do with Linux
I also thought it would be ironic if grub was booting Windows for the signage software.
Years ago I had laptop dual booting Win7 and Linux. The Win7 mostly for testing but eventually the Linux was not used (a newer lappy) and the Linux partitions were reused by the Win7 install.
Rather than stuff about with the Windows bootloader, I left grub doing the job. As the Linux /boot was reasonably large I installed busybox and other software and kept it as a rescue partition.
Essentially a Win7 system booted (chainloaded) from Grub.
In this case I would guess neither Linux, Windows or whatever are to blame… more likely repeated abrupt disconnections from the power supply has trashed the storage (ssd, disk, sd card, or horrible but true even a usb flash drive.)
Often the boot sectors are still readable but the rest of device has passed over.
-
-
Monday 6th April 2026 12:30 GMT gosand
I fondly (ok, maybe not) remember LILO, but GRUB is pretty familiar - and largely out-of-sight and out-of-mind.
I recently saw this story posted about Ubuntu stripping out functionality https://www.reddit.com/r/linux/comments/1s3fhmz/ubuntu_proposes_bizarre_nonsensical_changes_to/
After reading through this, I came to find out that some people use other things like rEFInd, limine, systemd-boot.
GRUB works just fine for me, I don't see a need to change it, but in the Linux world there is always change and/or progress depending on your perspective.
I also recently found and implemented Clover in order to boot from PCIe. I wanted to set up a home NAS, and am using an old i3 system with no NVMe slot. It boots to a 128GB NVMe drive nestled in an adapter card plugged into the PCIe slot. Booting Clover from a USB drive makes this possible.