Login    
   Windows Server to Workstation
   Convert Windows Server 2008/2008 R2/2012 to a Workstation!
    Register FAQ  •  Search    
It is currently Fri May 24, 2013 2:37 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: ReadyBoot
PostPosted: Sun Feb 05, 2012 8:27 pm 
Offline

Joined: Sun Feb 05, 2012 8:22 pm
Posts: 1
Hi everybody,

is there a way to turn on ReadyBoot feature on Windows Server 2008 R2 Standard? I already used a R2Conv3 tool to turn on Superfetch and it is working, but I don't have trace files (.fx) in my Readyboot folder.

Thanks in advance. :)


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Mon Feb 06, 2012 1:28 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert

Joined: Sat Apr 10, 2010 8:56 am
Posts: 554
First, download readyboost.reg and import it.

http://www.mediafire.com/?pvaj32s98tioo11

Finally, download Superfetch.reg and import it.

http://www.mediafire.com/?w99ialeau81dua3

Then insert your USB drive, right-click and choose Properties. Then click Readyboost tab. If your device doesn't show up keep clicking rescan until it finally pops up.

_________________
Image


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Tue Feb 07, 2012 10:05 am 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Sun Jun 13, 2010 2:55 am
Posts: 166
halladayrules wrote:
First, download readyboost.reg and import it.

http://www.mediafire.com/?pvaj32s98tioo11

Finally, download Superfetch.reg and import it.

http://www.mediafire.com/?w99ialeau81dua3

Then insert your USB drive, right-click and choose Properties. Then click Readyboost tab. If your device doesn't show up keep clicking rescan until it finally pops up.


i know this thread is about READYBOOT...

but since you wrote about READY-B-O-O-S-T

i can´t get readyboost to work.

superfetch is working.
i then tried to import readyboost.reg.
but nothing happens, there is no readyboost under properties when i right-click on a SD-card / USB-stick.

am i missing something ?

_________________
Security: USER-account, EAM-full, System Center 2012 Endpoint Protection,
Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max)
Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Fri Feb 10, 2012 9:37 am 
Offline
Win2008Workstation Expert
Win2008Workstation Expert

Joined: Sat Apr 10, 2010 8:56 am
Posts: 554
Here's a list of features and roles I have installed via Server Manager:

Features

.NET Framework
Desktop Experience
Windows Server Backup
Wireless LAN

Roles

File Services
+ Windows Search Service

Did you import Superfetch.reg AND Readyboost.reg? Both are required even if you already installed Superfetch before.

_________________
Image


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Fri Feb 10, 2012 1:46 pm 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Sun Jun 13, 2010 2:55 am
Posts: 166
halladayrules wrote:
Here's a list of features and roles I have installed via Server Manager:

Features

.NET Framework
Desktop Experience
Windows Server Backup
Wireless LAN

Roles

File Services
+ Windows Search Service

Did you import Superfetch.reg AND Readyboost.reg? Both are required even if you already installed Superfetch before.


i´m posting in the other thread: viewtopic.php?f=25&t=972

so we can keep it in 1 thread....

_________________
Security: USER-account, EAM-full, System Center 2012 Endpoint Protection,
Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max)
Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Sun Mar 25, 2012 1:20 pm 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Sun Jun 13, 2010 2:55 am
Posts: 166
hi !

i now have both superfetch & readyboost working.
but, READYBOOT doesn´t seem to be working, there is no files (traces) under C:\Windows\Prefetch\Readyboot

how can i fix that ?

_________________
Security: USER-account, EAM-full, System Center 2012 Endpoint Protection,
Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max)
Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Sun Mar 25, 2012 2:08 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert

Joined: Sat Apr 10, 2010 8:56 am
Posts: 554
hackerman1 wrote:
hi !

i now have both superfetch & readyboost working.
but, READYBOOT doesn´t seem to be working, there is no files (traces) under C:\Windows\Prefetch\Readyboot

how can i fix that ?


You might need to build your layout.ini file. Save the below information as batch file and run it.
Don't run the commands manually in command prompt! I find it better to run it as a batch file. The reason why is you might accidently quit the command prompt before the prefetch was built. If you run it as a batch file the window will close accordingly AFTER the prefetch has been built that way you know for sure it was made properly.

******* copy below this line ***********


sc config defragsvc start= auto
sc start defragsvc
cd \windows\prefetch
echo [OptimalLayoutFile] > Layout.ini
rundll32.exe advapi32.dll,ProcessIdleTasks

****** copy above this line ************

Save as layout.bat


Next try re-formatting your stick again and then re-apply the readyboost fix again. Reboot a few times and you should see trace files now.

_________________
Image


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Sun Mar 25, 2012 3:35 pm 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Sun Jun 13, 2010 2:55 am
Posts: 166
hi !

thanks.
but that didn´t help....
i have restarted several times, still no traces in "Prefetch\Readyboot".

btw. there is a small error in that bat-file:
cd \windows\prefetch, followed by echo > creates the layout.ini-file in the folder where the bat-files is, instead of in the prefect-folder...

but i fixed that by removing "cd \windows\prefetch",
instead i used: echo [OptimalLayoutFile] > C:\windows\prefetch\Layout.ini

_________________
Security: USER-account, EAM-full, System Center 2012 Endpoint Protection,
Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max)
Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Sun Mar 25, 2012 5:11 pm 
Offline
Win2008Workstation Expert
Win2008Workstation Expert

Joined: Sat Apr 10, 2010 8:56 am
Posts: 554
The batch file should have worked....

cd \windows\prefetch
echo [OptimalLayoutFile] > layout.ini

is the same thing as doing

echo [OptimalLayoutFile] > C:\windows\prefetch\Layout.ini

Perhaps your script had an extra space or no space at all. Or it could have been an error on my part.

Who knows? What I don't understand is why you are having so much dang trouble with this simple fix...lol

Literally all I did was enable superfetch from conv gui, applied readyboost reg fix, inserted my usb flash drive, went to readyboost tab and enabled caching. That's it. Trace.fx files were built on reboot for me.

I have also even gotten readyboost enabled on my laptop running R2 with the newest version of CONV GUI...so it doesn't make any sense as to why you are having all this problems.

_________________
Image


 Profile  
 Post subject: Re: ReadyBoot
PostPosted: Sun Mar 25, 2012 7:51 pm 
Offline
Win2008Workstation Super Member
Win2008Workstation Super Member

Joined: Sun Jun 13, 2010 2:55 am
Posts: 166
well, i just copied the script from here....

yes, i also think it´s a bit weird that readyboot doesn´t work.
and i didn´t get any errormessages from the script, so it looks like everything is ok with that.

_________________
Security: USER-account, EAM-full, System Center 2012 Endpoint Protection,
Windows FW, Comodo D+, WinPatrol +, HOSTS-file, UAC (max)
Firefox with Noscript, AD-Block & DoNotTrackPlus, working "main CPU" & "2 optical input units".


 Profile  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 12 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
phpBB skin developed by: John Olson
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
[ Time : 0.049s | 14 Queries | GZIP : Off ]