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
enable/disable UEFI
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 :
Where should i look to see whether it is a hardware related problem or just the grub is messed up.
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.
fsck
or start repairing... – guiverc Feb 14 '19 at 08:54gnome-disks
(gnome including Ubuntu Unity 7 found on Ubuntu 16.04 LTS), to KDE Partition manager (found in Lubuntu 18.10; it's on my Lubuntu 19.04 system anyway, device->SMART.status) or another like tool (there are many). If using terminal again you have multiple choices (most well know issmartctl
though it provides all health.stats thus is somewhat info.overload) thru to easier ones. Your choice which you use. As for CMOS I'd just open & check battery (multimeter) so no idea if software way sorry. – guiverc Feb 14 '19 at 09:46