Slashdot Mirror


Boot Windows Vista In Four Seconds

arcticstoat writes "Asus' budget motherboard wing, ASRock, claims that it's found a way to load a clean boot of Windows from a full shut down in just four seconds, using its new Instant Boot technology. The technology takes advantage of the S3 and S4 features of ACPI, which normally enable the Sleep/Standby and Hibernation modes in Windows respectively. However, by calling them at different times in the boot-up and shutdown process, Instant Boot enables you to boot up to your Windows desktop in three to four seconds, even after a proper shut down. Two modes are available; Fast mode, which uses S3 and boots up in around four seconds, and Regular Mode, which uses S4 and apparently takes between 20 and 22 seconds to boot. The advantage of Instant Boot when compared with normal Sleep and Hibernation modes is that you get the advantage of a clean boot of Windows, without what ASRock calls 'accumulated garbage data,' and you also get the security of knowing that you won't lose any data if there's a power cut and you lose AC power. There's also a video of it in action at the link above."

11 of 326 comments (clear)

  1. Cool. by Anonymous Coward · · Score: 3, Interesting

    I wonder if something like this could be done with Linux now that 2.6.27.5 has been out for a few days and that situation with the RESET_REG_SUP bit has been resolved. This certainly is great news for Vista users looking for a new board.

    1. Re:Cool. by Tacvek · · Score: 3, Interesting

      You are not quite right.

      The fast mode Linux equivalent is to have init suspend the system right before the log-on prompt every time you boot. Then to "shutdown" your computer you actually reboot it. It ends up in S3 sleep stage. When you arive at your computer to use it, you "turn it on" by unsuspending it.

      The other method works EXACTLY the same as the fast mode outlined above, but has init hibernate the computer, rather than suspend it on each boot.

      --
      Stylish sheet to fix many problems in Slashdot's D3: https://gist.github.com/801524
  2. Re:Heh... It's using the Hibernate functionality.. by Shin-LaC · · Score: 4, Interesting

    That was my first thought too. Do they make any attempts at detecting whether the OS was updated, or new software was installed that requires a reboot, so they can perform a full boot and update the startup snapshot when needed?

  3. Re:Heh... It's using the Hibernate functionality.. by erikina · · Score: 4, Interesting

    My guess, is that it wouldn't matter. As when you turn off their computer, they probably behind the scenes turn it back on again. Then hibernate. So a normal "reboot" would be a little slower than usual, and to a user every power on is like opening a fresh copy.

  4. Cheating... by sofar · · Score: 4, Interesting

    This is still cheating - it's first of all not actually booting but suspending/resuming (albeit smartly).

    Most importantly the system is not actually shut down, so it still draws power to refresh the memory. This will likely suck on high-performance laptops where the large amounts of ram with high voltages will suck the battery dry in a substantially short time.

    And worse, this technology will take a _long_ time to shutdown. It's sacrificing a lot. We can (really) boot+shutdown a linux box in +- 10 seconds. Would you want a 3 second boot if your shutdown time becomes one minute?

    For people who are on the go a lot and tend to open/close their laptops a lot, this may actually reduce their effective work time a lot.

  5. No, really, this is clever... by argent · · Score: 3, Interesting

    What it looks like they're doing:

    1. They're taking a snapshot of the system that was made when you hibernated, and restoring that snapshot.
    2. Next time you shut down it restores the same snapshot you made the first time, after your original clean boot.

    The only real issue I see is that your file system cache (and any other file system state) now contains garbage, and will need to be invalidated (NOT FLUSHED). If the cache was left out of the original snapshot then just remounting the file system from scratch should solve that. This isn't really booting (you'll need to repeat the whole process after just about any time you modify system state, including a lot of things like registry changes), but it's also not specific to Windows and should DTRT with Linux, etc...

  6. Re:My guess as to how it's done... by swillden · · Score: 5, Interesting

    Of course you can get the same effect yourself by rebooting then just putting your machine to sleep when you want to shutdown. Someone could probably even write a simple software solution for this rather than requiring a whole new motherboard.

    Hmm. It seems like it'd be really easy to do this with an open source OS. I think I may have just found a nifty little project for this weekend. All it should take is:

    • Add an inittab runlevel (7?) for "shutdown to instant boot".
    • Add an /etc/rc7.d with a script that writes a file that records the fact that we're in "shutdown to instant boot" state, then switches to runlevel 6.
    • Add an init script in late in the normal startup sequence that checks for "shutdown to instant boot" state. If it finds that state, it removes the file and then initiates suspend or hibernate, depending on a configuration option.

    At that point "sudo init 7" should cause your machine to shut down to "instant boot" state. Hitting the power button will then "instant boot" it.

    "sudo init 0" or "sudo init 6" will do a normal shutdown or a normal reboot.

    The final step would be to modify the "shutdown" command to go to runlevel 7 when given some new option, and then to modify the GUI-based shutdown tools to provide the instant-boot option as well, and maybe make it the default. Oh, and maybe modify the ACPI script that's executed when the power button is hit so that the power button does a "shutdown to instant boot" by default.

    Pretty easy. Of course, in Linux I don't ever see any reason to shut the machine down anyway. My laptop pretty much only gets rebooted when there's a kernel update to install. Other than that, it just gets suspended. So, kind of pointless in Linux, but easy. The same would apply to *BSD.

    --
    Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
  7. It's been done in 5 seconds.. by k1e0x · · Score: 5, Interesting

    I wonder if something like this could be done with Linux now that 2.6.27.5 has been out for a few days and that situation with the RESET_REG_SUP bit has been resolved. This certainly is great news for Vista users looking for a new board.

    It's been done in 5 seconds..

    Doesn't even require a special motherboard, they did it by modifying Fedora on a EEE pc (something not known for it's speed)
    http://lwn.net/Articles/299483/

    Video: http://www.youtube.com/user/arjanintel

    --
    Bringing liberty to the masses. - http://freetalklive.com/
  8. Re:Heh... It's using the Hibernate functionality.. by roc97007 · · Score: 3, Interesting

    This used to be called "cutting part off the string on this end and tying it to the other end". The technique is sometimes useful, but in this case, what if you're also concerned about shutdown time? For instance, I sometimes shut down my laptop at the end of a meeting for various reasons. Shutdown time is important because I have to wait until it shuts down completely before closing it, else it'll suspend and then resume shutting down when I'm trying to boot it up.

    Windows *already* takes too long to shut down -- I'm not sure I want to wait even longer so it can also do prework for the next boot. Instead of tricks like this, why not load less cruft at boot?

    --
    Oliver's law of assumed responsibility: If you're seen fixing it, you will be blamed for breaking it.
  9. Re:get some fucking priorities by geekoid · · Score: 3, Interesting

    Psst,
    You are part of the government.
    If you think you are living in an island, you are about to be surprised.

    And unions have nothing to do with the current Automaker woes. Not. A. Damn. Thing.

    It's upper managements fault for not preparing for the change in markets.

    Parasite? what the hell are you talking about? Are you saying people shouldn't be paid for work?

    God you are an idiot.

    His post was not insightful, it is ignorant, emo, and self centered to the point of harm.

    OTOH I should expect this from someone who can't even grasp why the current pledge of allegiance is a prayer.

    ON a side note, at least we live in a society that allows you to go on and on spouting your ignorant drivel...no thanks to you.

    --
    The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  10. Re:Proper shutdown... by binaryspiral · · Score: 3, Interesting

    Side note and totally off-topic - WHAT THE FUCK SLASHDOT? Your site has been making my pop-up blocker and Firefox go fucking NUTS today!

    Ditto... popups are probably the least effective on sites that attract technology minded folks - no, they don't see the ads - it just pisses them off everytime the blocker has to prevent them.

    Screen ads much, Taco?