System checks for disk drive error every time it boots - ubuntu-13.10

System checks for disk drive error every time it boots every time when it's boot
how to fix it thanx for any help in advance

Try these steps:
Boot from the install CD/DVD and go into rescue mode.
Keep the error partition unmounted.
Do fsck on the partition to fix errors it detects.
Reboot from the ordinary partition.
Do not neglect the errors your system reports.

Related

Lenovo legion 7 slim stuck on boot screen

I need help fixing my laptop. Yesterday I updated some drivers, rebooted my system , saw a black screen which appeared to be updating bios. I rebooted my laptop thinking I did something wrong.
Now my laptop gets stuck on the Legion screen everytime.I have a macrium backup image on my external but don't think that will work. At this point I just want to get into windows then I can restore my disk image from the external. All my data is backed up.
I have performed a system restore and it still gets stuck at the Legion screen. I've run a chkdsk and it doesn't find any issues. When I tried to run bootrec.exe \Rebuildbcd it doesn't locate a windows installation.
I tried going into safe mode and ultimately get a blue screen saying the following:
We've run into a problem and your device needs to be restarted.
Driver pnp watchdog error
I also got a log error for
srtTrail.txt

Computer reboot problem when attempting to open game

I recently switched out my AMD Ryzen 7 3800x for a Ryzen 9 5950x. I also purchase and M.2.
I got these today and installed them on my computer. I have an SSD, a hard Drive and now an M.2
I deleted Fortnite from my hard drive and then installed it on my M.2 the game started up fine it played okay no problems
Then I uninstalled Call of duty modern warfare. I reinstalled it along with its launcher on the new M.2
After installation I went to start the game and check out how it runs with the new stuff.
My problem is that every time I try to start the game it loads for 10 seconds then my computer reboots. I cannot even load into the game because the computer just reboots itself.
I have tried uninstalling and reinstalling again,
I tried running as Administrator,
I attempted to reset the M.2 and see is that was the issue,
I also uninstalled and reinstalled fortnite and it worked perfectly fine.
Does anyone have any tips on what to check or what to do? Everything is up to date. I also reset my bios just in case my old overclock settings for the old CPU had something to do with the crashing of this new one, but nothing happened it kept crashing.
I also attempted to install call of duty vanguard and call of duty cold war. Same thing happened with those as well. I then installed a free to play game and it also happened with that.
I am not sure where to go from here. If anyone has any tips on how to fix this I would be more than pleased. Thank you so much

Why does my Qnap NAS TS-431 status light keep flashing?

I've got a Qnap TS-431. It's got a flashing red/green status light - so something is wrong and I'm trying to figure out what that is. The fan seems to work if I've just got 1 HDD (but the status remains flashing red/green) and when I added more HDDs, it just keeps rebooting.
Without any HDDs, the fan just runs quietly and the red/green status light keeps flashing.
Can I just replace the fan to fix this issue(s) or are there possibly other issues?
Thanks
I got a similar issue with TS-210. After firmware upgrade QNAP went to reboot and after that flashing red and green every 0.5 sec. Tried removing both HDDs and entering firmware recovering mode - all the same: it just flashes red/light and there is no beep on startup. Have not found a solution yet... ((
reboot your QNAP device, and then try to download/upgrade the firmware again. If it's still failed, try to manually download the fireware file from QNAP website, then upload and update it. Should be ok.
This issue usually was caused by fireware file since 4.O.

XAMPP server crash in regular interval with the MSVCR110.dll error

Issue:
XAMPP Server crash in regular interval with the MSVCR110.dll error.
Our analysis:
We upgrade the RAM size from 8 GB to 64GB
Stops few background process to reduce the load in CPU.
Some solution suggested to install below software, we did. But still no result.
http://www.microsoft.com/en-us/download/details.aspx?id=30679#
Lastly we reinstall fresh XAMPP tool to the server. No luck yet.
We think that some expert help requires to overcome this issue.
Please suggest.
I have had just the same issue!
The only solution that has solved my case is to download and put the dll in the place from here http://fix4dll.com/Msvcr110_dll
Hope this helps!

Raspberry Pi shutdown destroys file system

I trying to write a small c program witch reads out an GPIO pin to shutdown the pi externally. The triggering of the signal is working well. The program is started by LXDE as autostart application. If the program detects the shutdown signal it's performing:
sync();
system("halt");
Why does this program damage my ext4 file system after a couple of reboots. There is no fixed number of reboots necessary to damage the system. I don't see any difference by writing halt to command line. I'm using the newest version of the firmware(last update today) and also the kernel is up to date(last update today).
Does anybody have an good idea about it?
This app is a good idea, i wonder nothing like this is already existing...
I think the problem is the "halt" command.
You shuold use the explicit command "shutdown -h now" instead.
For further reading see Anthony Lawrence