h2s stuck in boot

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harryh38
    Newbie
    • Jan 2010
    • 3

    #1

    h2s stuck in boot

    Zgemma stuck in boot
    tried all the usual recoveries of tring several deep formated usb sticks with original and other images but apart from one flicker of
    " usb" / then a repeat of "flah;Boot" six times when trying to flash with a usb/sd combine nothing worked and it just displays "boot"
    filezilla fpt do not see the box/
    any help out there??????
    harry
  • martin035
    V.I.P. Member
    • Apr 2014
    • 1308

    #2
    Make sure you have the correct firmware/backup image and have unzipped the file if required, you should only have a folder called 'zgemma' on your USB drive and inside that folder another folder called 'h3' anything else and it's not correct.

    You could also try reformatting your USB stick drive using 'Diskpart' on a PC **Ensure in Step 3 you get the correct Disk Number else you could end up formatting your PC's hard drive**

    Step 1: Plug-in your USB flash drive into your PC's USB port.Step 2: Open Command Prompt with admin rights. ie Windows 10 right click on Start and select 'Command Prompt(admin)
    Step 3: First type DISKPART and hit enter to see the below message.


    Next type LIST DISK command and note down the Disk number (ex: Disk 1) of your USB flash drive.


    Step 4: Next type all the below commands one by one. Here I assume that your disk drive no is “Disk 1”.If you have Disk 2 as your USB flash drive then use Disk 2.Refer the above step to confirm it.


    So below are the commands you need to type and execute one by one:


    SELECT DISK 1


    CLEAN


    CREATE PARTITION PRIMARY


    SELECT PARTITION 1


    ACTIVE


    FORMAT FS=fat32 Quick


    ASSIGN


    EXIT

    Comment

    Working...