Alex Vermulst

Results 28 comments of Alex Vermulst

Seems like cOS isn't using the `--no-floppy` flag when install grub2. https://github.com/rancher-sandbox/cOS-toolkit/blob/master/packages/backports/installer/cos.sh#L648

I think this is the template that's used for creating the `grub.cfg`, so it probably needs to be added there. https://github.com/rancher-sandbox/cOS-toolkit/blob/master/packages/grub2/config/grub.cfg.tmpl

I'd say, just disable it. I don't think running Harvester from floppies is an actual use case that they're willing to support.

Cool. If it's included in the Harvester nightly, I can give it a shot tomorrow.

At first glance it doesn't seem to fix our issue. I need to wait half an hour before grub proceeds.

> @alexdepalex any logs? Do we have a link to the iso with the patch to test locally? I'm doing a redeploy right now. Will try to get the logs...

The serial output doesn't show anything additional that's not on the console. Shouldn't `grub2-install` be executed with the `--no-floppy` flag as well?

It's a hidden option for whatever reason. https://github.com/rhboot/grub2/blob/master/util/grub-install.c#L289