diff --git a/software/bios/main.c b/software/bios/main.c index d8113ddcd..8d9ff80c3 100644 --- a/software/bios/main.c +++ b/software/bios/main.c @@ -498,13 +498,13 @@ static void boot_sequence(void) { if(test_user_abort()) { if(rescue) { - netboot(); serialboot(); + netboot(); flashboot(); } else { flashboot(); - netboot(); serialboot(); + netboot(); } printf("No boot medium found\n"); }