Trouble of the Day
-
blackbird71 last edited by
When the system offered to 'Resume', it attempted to pick up where it was just before the internal power quit (whether because the unit's battery didn't last long enough or because the system isn't set to auto-switch to battery upon loss of AC). It black-screened when it was unable to successfully boot itself using the now-evaporated data that was sitting in RAM at power-out, and it probably indicates that the power outage trashed something in the registry or on the drive as the system power was dropping away. Your subsequent choice of 'last good configuration' would have led to the restoration of the registry and key system files saved from a prior good-boot, which all the Windows versions now auto-preserve after a successful boot, ever since the introduction of XP.
You dodged a bullet. Whenever there's a power outage with Windows still running and holding data in RAM, there's a risk of trashing code in the registry or in some of the Windows files that happen to be open on disk when the outage occurs. Sometimes, everything starts up just fine after such an event; other times, one has to restore to a prior OS backup (which you were fortunately able to do). At rare times, a user may discover that they can't even get restarted with a last-good configuration - or even an earlier stored configuration (assuming the Windows version offers those). There are a number of reasons why that last kind of disastrous situation occurs, but when it does (and I've run into it twice in my years of Windows usage), your only option is to restore the system from a backup image file or perform a full OS reinstall.
My harsh experiences over a lot of years have taught me several lessons: first, I use UPS backup power units between my computers and primary power. Second, if I'm going to not be immediately available at the computer site for more than a half-hour (the dwell time of the UPS), I shut the systems down. Third, I backup, backup, backup - mainly because my systems all carry certain data that is absolutely critical to not lose. YMMV.
-
A Former User last edited by
O.O , so you say, it can be that Windows won't find itself to start or something?
It'll still be on the disk somewhere, won't it?(Getting that
oops
would be a good option, I surmise.)I shut down yesterday, and now it started with flying colours :happy:
-
blackbird71 last edited by
When Windows attempts to resume after hibernation (when it keeps data alive at low-power in RAM), it attempts to reactivate its various code modules with that 'session' data still in place. When it attempts to resume after sleep (when it copies RAM data to a special place on the hard drive), it tries to retrieve the 'session' data from the drive, put it back in RAM, and resume from there just like it would come out of hibernation.
The problem in all of this is what can happen in a power-interruption event, since many times those events are unique from one another. In some cases, the interruptions occur as clean dropouts; in other cases, as the primary power disconnects, it may briefly surge back and forth for a variety of reasons (especially when large motors sharing the primary power mains spool down and backwash into the lines). The back and forth, flickering interruption events are the worst and are the most likely to cause problems for a Windows computer, particularly when the transients trigger Windows to try to come out of sleep or hibernation. When power is interrupted, hard drive files that Windows may happen to have open when the computer internal voltages die can be improperly closed or written-to, leading to file corruption. If those corrupted files are OS system or driver files, that means those disk files will still be damaged when a restart is attempted. Hence the system may not be able to start if the files are essential to the restart. If, for some reason, significant drive sectors are damaged in the unexpected power down, then even the drive boot sector or Windows' backup/restoration file copies may also be damaged, in which case the whole system partition may have to be restored from external media. The worst-damage scenario is the least likely, but it remains a possibility nevertheless.
Depending on where one lives and the reliability of their primary power, protective measures as I've described may need to be employed. I live in a semi-rural area, and prior to a few years ago the power was very unreliable during storms or strong winds. Consequently, I experienced a variety of Windows restart 'issues' during those years and had to develop my own protective methods. The last few years, power has been much more reliable here since many of the primary power feedlines have been buried. In any event, I still choose to keep my protective practices in place 'just in case' because my systems' integrity matters that much to me. However, whenever users are greatly concerned about power interruptions, I suggest the measures I've outlined earlier.
-
A Former User last edited by
- I never use either "sleep" or whatever mode.
- I usually keep my nettop always on plugged to the socket.
- Knock on wood, power supply here seems rather reliable. And drops are rare, those due to works are usually announced (however sloppily).
-
blackbird71 last edited by
I never use either "sleep" or whatever mode.
I usually keep my nettop always on plugged to the socket.
Knock on wood, power supply here seems rather reliable. And drops are rare, those due to works are usually announced (however sloppily).I misunderstood what you posted earlier about the state of your computer when the power went down. In any case, most of what I wrote earlier certainly also applies in the case where power goes down with the computer and Windows actually on and running, rather than it hibernating or sleeping. While running, Windows will keep files open on the hard drive and will copy parts or all of them back and forth between the drive and RAM (as do many apps, if they're active). If power suddenly goes away without a normal computer shutdown occurring, particularly if at that moment the OS is writing data from RAM back to the drive as it often does in normal operation, the files on the drive can become corrupted by incomplete or bad 'writes' since the power goes away before things are able to finish. This can be particularly true for elements of the registry files, which act as Windows' master index for many of the things it does. If write corruption occurs to files necessary in starting or running Windows upon system restart, then the result can be an inability to fully boot into the OS like what you saw.
As I've noted, critical damage doesn't always happen from unexpected power outages, but it does occasionally occur. More often, subtle damage to less important files can occur and may only be discovered days or even weeks after a power crash, when some lesser-used function or program is exercised and fails consistently for no then-apparent reason. Again, the advice is to regard a computer's primary power reliability with caution, or at least to maintain sufficient backups to get things back up if needed - particularly when the OS won't boot from the main drive.
-
A Former User last edited by
- About that "oops" thingy. What if the computer's running and I'm not about? Is it possible like a device like indicates that power's dropping while keeping it somehow for a couple of seconds when the system kinda gets "warned" and uses those seconds to shut down or something?
- You mentioned some system image to back up. Would you mind elaborating on that regarding - what the heck is that exactly? how much disk space to back it up?
-
blackbird71 last edited by
1.
Some brands of Universal Power Supplies (eg: APC) include a data port, adapter cable, and installable software that work with a computer's USB port to automatically close your Windows and system 'properly' when a primary outage occurs that causes the UPS to switch to its internal battery backup. Typically, the UPS shutdown of the computer only occurs when the UPS's battery has been depleted to a preset low level; otherwise, the UPS bridges the gap seamlessly for shorter outages and your computer never knows there has been a power issue. Personally, I'll never again be willingly without a UPS for my systems.In the US, at what we call 'big box' stores, they typically cost about a third to a fourth the cost of the cheapest laptop (eg: $75 and up for the UPS); the price is in part set by the internal battery capacity of the USB, which should ideally be sized by the power load placed upon it by your system when power dies. For just a laptop and possibly a modem, that would usually be the lowest-priced model in a given product line.
2.
What I referred to by system image was a generic term whose meaning kind of depends on what you feel you need. That, in turn, depends upon what you feel you may need to recover from. As a minimum, you should be using a "system restore" kind of imaging, which Windows at XP and above does include, assuming a user hasn't disabled it somehow. That will cover many of the most common OS file corruption issues, as you've already discovered. However, it won't cover the situation where the disk's boot sector gets corrupted and the failure to startup exists because the system BIOS can't get off the ground enough to even boot into the OS 'safe boot' panel. Likewise, it won't cover cases of major hard-disk corruption that includes even some of the recovery image's files. In that case, you need a full-drive image file that includes the MBR data, saved on external media made with imaging software like Paragon, True Image, Macrium Reflect, etc. along with the appropriate bootable rescue media (CD, flash stick, etc). Some of these backup programs have free versions.While I use both system-restore and full-image methods, for myself I really rely most on making and keeping full-image external backups of all my computer data because there are some 'small-business' records involved that are critical to preserve those operations, as well as because I really dislike the time and effort involved in manually re-installing all my apps software and setting things up the way I like. That approach has saved me from data loss on at least 5 major-crash occasions over the last 20+ years. For a user who only uses their computer for Internet browsing and such, probably the built-in system-restore backups are sufficient if they keep the recovery image version reasonably current, and especially if they have access to OS installation media in case their drive completely crashes. Without available installation media, they're largely dead in the water if the recovery image(s) on the drive gets trashed, unless they can find somebody else's installation media to borrow, along with remembering their Windows registration number.
-
A Former User last edited by
Without available installation media, they're largely dead in the water if the recovery image(s) on the drive gets trashed, unless they can find somebody else's installation media to borrow, along with remembering their Windows registration number.
Come again?
So you're saying, you back up the whole disk?
What should I use, if any? And how much is it in disk space? -
blackbird71 last edited by
The case I was addressing was if the disk or all of the OS's on-drive backups die or are rendered unusable, you have to have a source outside of that drive from which to reinstall the operating system. That means either the original installation CDs/DVDs and the OS registration number or else a full system-grade image file made from the drive earlier and saved somewhere else must be available to the user. While some computers are sold without physical reinstall disks and instead use a special hidden partition on the drive for recovery, the problem there is that if the drive itself fails, usually the backup partition is gone as well, hence a physical copy of the OS is good to have.
If one uses a full image backup on external media, a user still needs a way to boot the computer and to properly read the file format of that image in order to restore the image to a new or reformatted drive. Most disk imaging programs have built in mechanisms that allow you to create a bootable 'rescue' disk that will let you install that program's image files onto a drive, even if the OS on the drive is rendered unbootable... but you have to create the rescue disk before any problems occur that block access to the imaging program itself on the computer. If reinstalling from OS disks, the first disk in the set will itself be bootable and you simply go from there.
What one needs for backup is governed by the consequences of the different kinds of possible failures of a computer and software. Eg: the businessman or a user with lots of family photos values his data perhaps more than the computer, so he needs to back that up securely and often, particularly somewhere physically removed from the computer's main drive. In their case, multiple backups are often used: smaller and more frequent ones of just the data files; larger and less frequent ones of the OS, all the apps, and the data files on the drive.
The user who only browses the Internet has little or no irreplaceable data; everything important to him can be reinstalled from original media or web downloads, though the inconvenience might be great depending on how much there is. The one thing such a user MUST have, however, is a source and mechanism for reinstalling his OS.
I back up everything about monthly to full-drive images kept on one of two external 2Tb hard-drives which are alternated every couple months and stored off-site. I back up critical data and various settings files daily to a second hard-drive within the system and weekly to an external flash stick stored off-site. I also employ multiple Windows restore files automatically made on my system for OS issues, just in case. The Windows folder on a system for Windows 10 will run to 18-19 Gb on many systems; obviously, the program file folders will be additional, depending on what apps have been installed. As I've noted before, data recovery is critical to me, so I use a 'belt, suspenders, and even a piece of rope' to back things up. Personally, I use a paid version of Paragon for image backups.
-
A Former User last edited by
Sorry, mixed up the threads. I mean I used to have a "Trouble" for any trouble...
Move to Chat, please, then...
:awww: -
A Former User last edited by
Readmitted to the hospital on the 5th, I was performed with biopsy Tuesday the 10th. Home again, awaiting for the results, to get re-re-admitted for the third time - they're going to scratch my bone in any case, good if no parts removing, yikes. The doctor says when doing the bio, it might not have been resembling the ^bad^ though; however it says in my release paper, the extension seems several centimeters so it might seem I'm up to some pain one way or another.
He treated my arm very well, however; feeling o'k, much better now.I broke the arm in that very place just making an energetic move. A piece of shit of a neighbour from 2 floor had made our house a dove territory - I was upset and moved against one trying to flap IN the building.
ER took me to the hospital, I waited, then a traumatologist somehow immobilised it with pink gypsum.Yep, it's cancer. So that I wouldn't be TOO happy with the pink...
-
A Former User last edited by
About that Windows boot situation, it "behaves" practically every time now. Unless I boot back very soon after shut-down.
There was a "Samsung" screen offering "Recovery". Well, I tried - did not proceed, because it said I must lose my C.
I switched off-on a time or two - as I hoped a Windows black screen with booting options: last two times I chose "normal" - it was o'k! :dunno: -
A Former User last edited by
Mostly browsing with Firefox, I've got a couple of occurrences of this thing in these couple of days. Haven't noticed if it happened only when I use certain sites or do something special or not.
In the Windows task bar, a task thing appears, with title "Daily News".
Both times I got it, I tried clicking on it to see WTF was that. But nothing went up. Right-clicking to close it worked.
The icon in this task thing was not a Firefox one, nor any other I recently used.What is that? A virus? Or some "recent feature" of Firefox?
Or can it be an extension causing it?
Should I make a screenshot next time? Should I check certain tools in order to find out what's going on before I close it? -
blackbird71 last edited by
...
In the Windows task bar, a task thing appears, with title "Daily News".
Both times I got it, I tried clicking on it to see WTF was that. But nothing went up. Right-clicking to close it worked.
The icon in this task thing was not a Firefox one, nor any other I recently used.
...The next time it appears, try right clicking the taskbar icon and selecting Properties, then look at the Target and Start-in boxes that appear in the pop-up. Note: in some Windows versions, you may have to right click the taskbar icon and again right click on the program's name within the taskbar pop-up to get the Properties option to appear. There may be some path information in that Target or Start-in data that gives a clue as to what is originating the taskbar icon.
-
A Former User last edited by
@blackbird71
Sorry for the delay. I was sick flat and didn't give poop about anything.
The thing seems to be generated daily by my AV 360. I guess it's all right. Thank you, little bird;) -
blackbird71 last edited by
@joshl said in Trouble of the Day:
...
The thing seems to be generated daily by my AV 360. I guess it's all right. ...I'm glad you're back! Hopefully, you're feeling better at last.
Is your identification of 360 as the source of the 'daily news' pop-up based on right-clicking the taskbar icon's Properties? The "target" entry should show you the path to the originating file and what folder it's coming from.
-
A Former User last edited by
@blackbird71 said in Trouble of the Day:
@joshl said in Trouble of the Day:
...
The thing seems to be generated daily by my AV 360. I guess it's all right. ...Is your identification of 360 as the source of the 'daily news' pop-up based on right-clicking the taskbar icon's Properties? The "target" entry should show you the path to the originating file and what folder it's coming from.
No:) It says "360" etc. in the title bar:lol: