1

It's an old Asus laptop that i use sometime for programming. It's battery is dead so i have to be connected to power supply whenever i have to use. Was working fine for the last few years(even with a dead battery). Today while i was working on it, the power plug got dislodged from the socket and the computer instantly shutoff (normal, happened a lot previously). But this time when i tried to start it up, the first time- i could hear the wheezy sound(as usual) but the screen was complete black as if it was shutoff. I gave it some time but didn't see anything on the screen so i rebooted. Now the screen lights up proper (as usual) but i get the 'This is not a bootable disk ...Insert a bootable floppy and press any key...' error on the screen. I tried these at the BIOS setup

  1. enable/disable UEFI

  2. check boot priority ( there's only the hard drive and the dvd drive with the hard drive at the top priority).

No result.

I had a live USB of a Kali distro and i could boot from it (UEFI mode). My hard drive is GPT. It has Ubuntu 16.04 and Lubuntu 18.10 dual booted. Six partition including the sda1(grub_boot). There is no secure boot option in my BIOS setup.

Could anybody suggest :

  1. Where should i look to see whether it is a hardware related problem or just the grub is messed up.

  2. Should i go ahead with a Boot-repair or wait until it am sure where he problem is. Thanks in advance


                   :Update:

I restarted my system and now, as Ill luck would have it , the screen doesn't even light up though i can hear the fan noise see the power lights. Restarted a dozen of times but to no use so gave up. In the evening, i tried as the last ditch effort but now it's seemed the problem got worse as i could not even hear the fan noise or in fact no noise at all. So couldn't figure out if the POST test is happening or not after pressing the power button. So as a final effort, i started the pc on last time and kept in on for a good 20 minutes and then restarted the System. seems it solved the Dead screen issue and now i can see the pc logo and can enter the BIOS setup. But however, the initial problem still persist so now i am going to do some smart test from the live Kali on flash drive. This is a whole new experience, will update if get any major result.

1 Answers1

0

Finally fixed the problem. Writing an answer for those who may face similar situation. As they say, where there is a will, there is a way'. So i was 90% convinced that it had to be a hardware issue gauging by the unpredictable behaviour of the screen(dead screen, but power is on).Somehow managed to run SMART and self test from command line

smartctl -t long /dev/sda

Actually tried all the three test short, long/extended and conveyance because I could. Just replace the argument 'long' with 'short'.

couldn't make much of the result displayed. Then run it through the GUI disk from disk-repair disk. It showed some generic boot sector issues( nothing serious). I started watching tutorials on YouTube on how to fix such type of hardware issues( yes, i am no hardware genius). Zeroed out some of the grey areas that may have caused the problem like RAM, display wire, ATA/SATA cables etc. Thought of running Disk-repair before opening up the system ( just in case) and voila!. So the problem, as I interprete it, seems to be the boot partition which got messed up with the sudden power disruption. Is that even possible? whatever. Basically it reinstalled grub and I am back into my machine.

So the moral of the story is: Don't assume your problem unless you are 105% sure.

End of story.