Index: bootloader/iriver_h1x0.c =================================================================== --- bootloader/iriver_h1x0.c (revision 21649) +++ bootloader/iriver_h1x0.c (working copy) @@ -583,6 +583,11 @@ reset_screen(); lcd_update(); + +# ifdef HAVE_EEPROM_SETTINGS + /* try to boot from flash again, now that USB is disconnected */ + try_flashboot(); +# endif } rc = storage_init();