Difference between revisions of "Windows (CSTS)"

From Bobs Projects
Jump to: navigation, search
 
Line 4: Line 4:
 
The Microsoft Windows image in use on some of the CSTS [[Lab_Machine_(CSTS)|Lab machines]], as of Sem 2, 2011, is Windows 7, 64-bit.
 
The Microsoft Windows image in use on some of the CSTS [[Lab_Machine_(CSTS)|Lab machines]], as of Sem 2, 2011, is Windows 7, 64-bit.
  
==Update Server==
+
==Install Image==
From the cmd (commandline) run [http://cs.anu.edu.au/people/Bob.Edwards/tmp/ANU_SUS_Update.reg ANU_SUS_Update.reg] to update the Windows Registry to use the ANU's local Update site.
+
The initial install of Windows 7, 64-bit is on n244test in CSIT N244. The installation local user account is "CECSIT".
  
==Packages==
+
===Update Server===
* [http://mingw-w64.sourceforge.net/ MinGW-w64] GCC for both x64 & x86 Windows!
+
From the cmd (commandline) run [http://cs.anu.edu.au/people/Bob.Edwards/tmp/ANU_SUS_Update.reg ANU_SUS_Update.reg] to update the Windows Registry to use the ANU's local Update site.
  
 
== Image Creation ==
 
== Image Creation ==

Latest revision as of 17:23, 10 July 2012


The Microsoft Windows image in use on some of the CSTS Lab machines, as of Sem 2, 2011, is Windows 7, 64-bit.

Contents

Install Image

The initial install of Windows 7, 64-bit is on n244test in CSIT N244. The installation local user account is "CECSIT".

Update Server

From the cmd (commandline) run ANU_SUS_Update.reg to update the Windows Registry to use the ANU's local Update site.

Image Creation

Once the image is ready, reboot into the default Linux image. Then log in as root (eg. remotely) and create a compressed image of /dev/sda2:

# dd if=/dev/sda2 | bzip2 -c > /scratch/...

On a Dell Optiplex GX980, with 4GB RAM, the 134GB /dev/sda2, with 33.5GB in use, took 1295 minutes (over 21.5 hours) to compress this way.

See also