Acer Aspire 5253 Bios 1.18 Update failed

135

Answers

  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    OK. Now this is the tricky part because I think this is where diskpart, being the low level tool that it is, gets confused. Enter
    DISKPART> select disk 0

    Please note what disk is actually selected. We don't want a removable disk or empty DVD tray. Jack E/NJ





    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    Ok, this what I got

  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    Looking good so far. Now enter
    DISKPART> list volume

    Now we wanna see only two volumes. One smalll 100MB volume system reserved (mislabeled as C). And one big volume (mislabeled as D)

    Jack E/NJ

    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    Here’s what it looks like:


  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    OK. Now enter the following.
    DISKPART> select volume 1
    (make sure diskpart responds by printing volume  1 is now the selected volume)
    DISkPART> remove letter = C
    (make sure diskpart responds by printing letter C is now removed)
    DISKPART> list disk
    (make sure diskpart responds by printing Disk 0 online 698GB)
    DISKPART> select disk 0
    (make sure diskpart responds by printing disk 0 is now selected)
    DISKPART> list volume
    (make sure diskpart responds by printing System Reserved volume 1 without a drive letter)
    DISKPART> select volume 2
    (make sure diskpart responds by printing volume 2 is now the selected volume)
    DISKPART> remove letter = D
    DISKPART> list volume
    (make sure diskpart responds by printing volume 2 without a drive letter)
    DISKPART> assign letter = C
    DISKPART> list volume
    (make sure diskpart responds by printing volume 2 now has C drive letter)
    DISKPART> exit

    This may seem tedious and redundant. But diskpart isn't too refined by GUI standards. After exiting diskpart back to the command prompt, shut the machine off. Then turn it back on and hope for the best.

    Jack E/NJ




    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    Jack,
    all the steps went just as you described. I did remember to exit disk part. when I rebooted, it went right back to the recovery screen. I went to dos prompt to see what diskpart was showing. 

    This is it. It’s like it didn’t remember the changes on drive assignments. 

  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    OK. Don't panic....yet.   :o The HDD may also have been changed to a read-only state. So get back into the diskpart prompt. Then let's try the following entry sequence. Make sure each entry is followed by a printout of what was expected.  After exiting diskpart, re-enter diskpart to see if things have been retained. Then exit it again. And keep your fingers crossed. Jack E/NJ
    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> online disk
    DISKPART> attributes disk clear readonly
    DISKPART> list volume
    DISKPART> select volume 1
    DISkPART> remove letter = C
    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> list volume
    DISKPART> select volume 2
    DISKPART> remove letter = D
    DISKPART> list volume
    DISKPART> assign letter = C
    DISKPART> list volume
    DISKPART> exit








    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    Jack,
    heres how I made out. 
    I’m sending you screenshots of the entire sequence so you can see what messages I got. It still went to recovery screen on reboot. 


  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    This is a shot after performing the steps and the reboot:


  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    Frustrating. Seems like the BIOS is somehow screwing up the drive letter assignments. Can you still get into the BIOS menu with F2 on boot? If yes, press F9 to try to load its defaults. Save settings and exit. Then fire up diskpart again to remove the drive letter designations. Then see if the BIOS reassigns them or does something else unexpected. Really want to try to avoid wiping the drive clean because it looks OK. The BIOS firmware doesn't look OK. Jack E/NJ

    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> online disk
    DISKPART> attributes disk clear readonly
    DISKPART> list volume
    DISKPART> select volume 1
    DISkPART> remove letter = C
    DISKPART> select volume 2
    DISKPART> remove letter = D
    DISKPART> list volume
    DISKPART> exit





    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    OK. Entered Bios with F2 and saved to default settings. Rebooted. Went to Dos. Went to diskpart and here’s what I got. You can see the steps I performed. It was giving errors when we tried to change attributes. Made the changes, rebooted and got our familiar list volume screen where it failed to keep drive assignments. 


  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    edited September 2019
    Try this. See if it prevents the BIOS from changing it. Jack E/NJ

    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> online disk
    DISKPART> attributes disk clear readonly
    DISKPART> list volume
    DISKPART> select volume 1
    DISkPART> remove letter = C
    DISKPART> select volume 2
    DISKPART> remove letter = D
    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> attributes disk set readonly
    DISKPART> exit




    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    jack,

    note how it doesn’t like the “online disk” or “attributes disk clear readonly” commands. 

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    Here’s after reboot. The bios set the assignments back again. 


  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    The online error is OK. But what attributes messages are printed with the following sequence?
    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> attributes disk clear readonly
    DISKPART> attributes disk set readonly

    Jack E/NJ

    Jack E/NJ

  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    jack,
    here ya go:


  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    edited September 2019
    OK. From the X:\> command prompt enter the following chkdsk commands and note the output if they actually run.

    chkdsk C : /f

    chkdsk D : /f

    Jack E/NJ

    Jack E/NJ

  • JackE
    JackE ACE Posts: 44,907 Trailblazer
    If chkdsk completes without errors, then go back to into diskpart and note output of the following commands. Jack E/NJ
    DISKPART> list disk
    DISKPART> select disk 0
    DISKPART> attributes disk clear hidden
    DISKPART> attributes disk clear readonly
    DISKPART> attributes disk set readonly



    Jack E/NJ

  • Deejay_tech
    Deejay_tech Member Posts: 356 Seasoned Practitioner WiFi Icon
    in diskpart
    select volume 1 and then assign it letter T.
    then
    select volume 2 and assign it letter C.

    exit diskpart 
    reboot.

    My personal Acer m/c's
    1) Gaming: Acer Predator Helios 300 PH315-51
    Config:Core i5 8300H, 16GB, 250GB SSD, 1TB HDD, 1050ti GPU

    2) Daily Use: Acer Aspire A315-53  59GR
    Config: Core i5 8250u, 8GB, 256 SSD, 1TB HDD, IPS FHD 

    3) Linux Learning: Acer Aspire A315-53 P4MY
    Config: Pentium Gold 4417U, 8 GB, 256 SSD, 500GB HDD.
  • Fergdaddy
    Fergdaddy Member Posts: 50 Enthusiast WiFi Icon
    Here are results from the 2 chkdsk runs: