[SeaBIOS] [coreboot] seabios feature request : reboot VM or retry boot devices when no valid boot disk is found

Peter Stuge peter at stuge.se
Sat May 12 03:04:52 CEST 2012


Kevin O'Connor wrote:
> +// Unable to find bootable device - warn user and eventually retry.
> +static void
> +boot_fail(void)
> +{
> +    printf("No bootable device.\n");
> +    // Wait for 60 seconds and then reboot.
> +    u32 end = calc_future_timer(60*1000);

I'd suggest printf("No bootable device found. Retrying in 5 seconds...\n");
and lowering the timeout.


//Peter



More information about the SeaBIOS mailing list