Archive

Archive for the ‘Virtualisation’ Category

Redhat 5.4 released, CentOS 5.4 is coming soon!

September 3rd, 2009 No comments

If you haven’t heard already, Redhat has released the eagerly anticipated 5.4 release of Redhat Enterprise Linux at their Redhat Summit in Chicago. As expected, Redhat looks to have moved from using Xen as their favoured virtualisation hypervisor to using KVM (which is an integral part of the Linux Kernel). All this will eventually go into RHEV.

All the changes in this release are documented in the  Release Notes, unfortunately Ext4 is still not considered usable in this release (they’re targetting for RHEL6 possibly).

So what of the RHEL clone CentOS? Possibly a 2-4 week delay it seems. WOO! In the meantime, upgrading from 5.3 is easy peasy.

{lang: 'en-GB'}
Share

Boffins get 1,000,000 Linux Kernels running as virtual machines!

August 4th, 2009 No comments

Thats right, that wasn’t a typo. Some crazy boffins at Sandia National Laboratories in Livermore, have run more than a million Linux kernels as virtual machines out of which 20,000 can be run simultaneously! Why on earth would they attempt such feats?

Prehaps this XKCD may jog your memory

XKCD: Networking

Yep, just about:

The technique will allow them to effectively observe behaviour found in malicious botnets, or networks of infected machines that can operate on the scale of a million nodes.

Insane!

{lang: 'en-GB'}
Share

VirtualBox 3.0.2 released with SMP and Network IO fixes

July 13th, 2009 No comments

Quick note about VirtualBox 3.0.2 being released, this fixes up two critcal problems – one is the poor SMP performance everyone is coming to realise, and the network IO issue (reproduced in Fedora for

  • VMM: fixed network regressions (guest hangs during network IO) (bug #4343)
  • VMM: guest SMP performance improvements
  • VMM: fixed hangs and poor performance with Kaspersky Internet Security (VT-x/AMD-V only; bug #1778)
  • VMM: fixed crashes when executing certain Linux guests (software virtualization only; bugs #2696 & #3868)
  • ACPI: fixed Windows 2000 kernel hangs with IO-APIC enabled (bug #4348)
  • APIC: fixed high idle load for certain Linux guests (3.0 regression)
  • BIOS: properly handle Ctrl-Alt-Del in real mode
  • iSCSI: fixed configuration parsing (bug #4236)
  • OVF: fix potential confusion when exporting networks
  • OVF: compatibility fix (bug #4452)
  • NAT: fixed crashes under certain circumstances (bug #4330)
  • 3D support: fixed dynamic linking on Solaris/OpenSolaris guests (bug #4399)
  • 3D support: fixed incorrect context/window tracking for multithreaded apps
  • Shared Folders: fixed loading from saved state (bug #1595)
  • Shared Folders: host file permissions set to 0400 with Windows guest (bug #4381)
  • X11 host and guest clipboard: fixed a number of issues, including bug #4380 and #4344
  • X11 Additions: fixed some issues with seamless windows in X11 guests (bug #3727)
  • Windows Additions: added VBoxServiceNT for NT4 guests (for time synchronization and guest properties)
  • Windows Additions: fixed version lookup
  • Linux hosts: workaround for buggy graphics drivers showing a black VM window on recent distributions (bug #4335)
  • Linux hosts: fixed typo in kernel module startup script (bug #4388)
  • Installer: support Pardus Linux
  • Solaris hosts: several installer fixes
  • Solaris host: fixed a preemption issue causing VMs to never start on Solaris 10 (bug #4328).
  • Solaris guest: fixed mouse integration for OpenSolaris 2009.06 (bug #4365)
  • Windows hosts: fixed high CPU usage after resuming the host (bug #2978)
  • OVF: accept ovf:/disk/ specifiers with a single slash in addition to ovf://disk/ (bug #4452)
  • Fixed a settings file conversion bug which sometimes caused hardware acceleration to be enabled for virtual machines that had no explicit configuration in the XML.

Download links:

  • VirtualBox 3.0.2 for Windows hosts x86/amd64
  • VirtualBox 3.0.2 for Solaris and OpenSolaris hosts x86/amd64
  • VirtualBox 3.0.2 Software Developer Kit (SDK) All platforms (registration required)

I’ve been running it all day at work today without issues.

{lang: 'en-GB'}
Share

Time flies: VirtualBox 3.0 final is out!

July 1st, 2009 No comments

It only feels like last week that I mentioned the beta release of VirtualBox 3.0, Sun has released the final version of the much anticipated v3.0!

As mentioned earlier, this release is super exciting for the simple fact that it has SMP support – a maximum of 32 virtual CPUs (but relax, you shouldn’t assign more than what you can afford – or the number of cores you have!). VMWare still only supports a maximum of 2 virtual-cpus (this _may_ change in VMWare 7.0!), another feat is the hardware 3D (Direct3D/OpenGL)  support for guests.

This version is a major update. The following major new features were added:

  • Guest SMP with up to 32 virtual CPUs (VT-x and AMD-V only; see chapter 3.7.2.2 of the user manual)
  • Windows guests: ability to use Direct3D 8/9 applications / games (experimental; see chapter 4.8 of the user manual)
  • Support for OpenGL 2.0 for Windows, Linux and Solaris guests

In addition, the following items were ?xed and/or added:

  • Solaris hosts: allow suspend/resume on the host when a VM is running (bug #3826)
  • Solaris hosts: loosen the restriction for contiguous physical memory under certain conditions
  • Mac OS X hosts: ?xed guest PAE
  • Linux hosts: kernel module compile ?xes for 2.6.31 (bug #4264)
  • VMM: ?xed occasional guru meditation when loading a saved state (VT-x only)
  • VMM: eliminated IO-APIC overhead with 32 bits guests (VT-x only, some Intel CPUs don’t support this feature (most do); bug #638)
  • VMM: ?xed 64 bits CentOS guest hangs during early boot (AMD-V only; bug #3927)
  • VMM: performance improvements for certain PAE guests (e.g. Linux 2.6.29+ kernels)
  • VMM: some Windows guests detected a completely wrong CPU frequency (bug #2227)
  • VMM: ?xed hanging and unkillable VM processes (bug #4040)
  • VMM: ?xed random infrequent guest crashes due to XMM state corruption (Win64 hosts only)
  • VMM: performance improvements for network I/O (VT-x/AMD-V only)
  • GUI: added mini toolbar for fullscreen and seamless mode (Thanks to Huihong Luo)
  • GUI: redesigned settings dialogs
  • GUI: allow to create/remove more than one host-only network adapters (non Windows hosts)
  • GUI: display estimated time for long running operations (e.g. OVF import/export)
  • GUI: ?xed rare hangs when open the OVF import/export wizards (bug #4157)
  • 3D support: ?xed VM crashes for client applications using incorrect OpenGL states
  • 3D support: ?xed memory corruption when querying for supported texture compression formats
  • 3D support: ?xed incorrect rendering of glDrawRangeElements
  • 3D support: ?xed memory leak when using VBOs
  • 3D support: ?xed glew library detection
  • 3D support: ?xed random textures corruption
  • VRDP: support Windows 7 RDP client
  • Networking: ?xed another problem with TX checksum of?oading with Linux kernels up to version 2.6.18
  • NAT: ?xed “open ports on virtual router 10.0.2.2 – 513, 514” (forum)
  • NAT: allow to con?gure socket and internal parameters
  • NAT: allow to bind sockets to speci?c interface
  • PXE boot: signi?cant performance increase (VT-x/AMD-V only)
  • VHD: properly write empty sectors when cloning of VHD images (bug #4080)
  • VHD: ?xed crash when discarding snapshots of a VHD image
  • VHD: ?xed access beyond the block bitmap which could lead to arbitrary crashes
  • VBoxManage: ?xed incorrect partition table processing when creating VMDK ?les giving raw partition access (bug #3510)
  • VBoxManage: support cloning to existing image ?le
  • OVF: several OVF 1.0 compatibility ?xes
  • OVF: ?xed exporting of disk images when multiple virtual machines are exported at once
  • Virtual mouse device: eliminated micro-movements of the virtual mouse which were confusing some applications (bug #3782)
  • Shared Folders: sometimes a ?le was created using the wrong permissions (2.2.0 regression; bug #3785)
  • Shared Folders: allow to change ?le attributes from Linux guests and use the correct ?le mode when creating ?les
  • Shared Folders: some content was incorrectly written under certain conditions (bug #1187)
  • Shared Folders: ?xed incorrect ?le timestamps, when using Windows guest on a Linux host (bug #3404)
  • X11 clipboard: ?x duplicate end of lines (bug #4270)
  • X11 guests: a number of shared clipboard ?xes
  • Linux guests: Guest Additions support for SUSE Linux Enterprise Desktop 11
  • Linux guests: new daemon vboxadd-service to handle time synchronization and guest property lookup
  • Linux guests: implemented guest properties (OS info, logged in users, basic network information)
  • Windows host installer: VirtualBox Python API can now be installed automatically (requires Python and Win32 Extensions installed)
  • USB: Support for high-speed isochronous endpoints has been added. In addition, read-ahead buffering is performed for input endpoints (currently Linux hosts only). This should allow additional devices to work, notably webcams (bug #242).
  • USB: ?xed error handling for some USB dongles
  • Web service: ?xed inability to handle NULL pointers for object arguments, which are valid values for a lot of APIs, in both the raw and the object-oriented web service.
  • Web service: object-oriented bindings for JAX-WS did not exhibit interface inheritance correctly, ?xed
  • Web service: added support for IDisplay and IGuest interfaces, which were previously unavailable
  • Registration dialog uses Sun Online accounts now

Why keep reading, upgrade dammit!

  • VirtualBox 3.0.0 for Windows hosts x86/amd64
  • VirtualBox 3.0.0 for Solaris and OpenSolaris hosts x86/amd64
  • VirtualBox 3.0.0 Software Developer Kit (SDK) All platforms (registration required)

Enjoy, see the manual online too!

{lang: 'en-GB'}
Share

VirtualBox 3.0 brings some exciting new bits-o-functionality!

June 25th, 2009 No comments

Sun is prepping up the release of VirtualBox 3.0 which should be out soonishly (before the end of the month if everything is on track!). Amongst the top new bits of functionality is the guest multi-processing (SMP) support, you can now offer your virtual machines upto 32 virtual CPUs, which at last count was the highest by any hypervisor (VMWare can offer a maximum of 2). Not only that, but Windows guests get Direct3D 9 acceleration, bi-directional OVF support (still need to sysprep drivers) and OpenGL 2.0 support for Linux, Solaris & Windows guests.

VirtualBox 3.0 Beta 2 was released yesterday, from the Beta 2 forum post:

Changes since Beta 1: (regressions and fixes for new features only; additional fixes below)

  • High CPU usage with certain idle Windows guests (e.g. XP SP2)
  • Performance improvements for SMP guests
  • Reset issues with SMP guests
  • Windows 7 x64 boot problems with SMP
  • Windows 7 shutdown hangs with SMP
  • Hanging VM when unmounting an ISO with SMP guests
  • Several OpenGL & Direct3D related fixes

Version 3.0 will be a major update. The following major new features were added:

  • Guest SMP with up to 32 virtual CPUs (VT-x and AMD-V only)
  • Windows guests: ability to use Direct3D 8/9 applications / games (experimental)
  • Support for OpenGL 2.0 for Windows, Linux and Solaris guests

In addition, the following items were ?xed and/or added:

  • Solaris hosts: allow suspend/resume on the host when a VM is running (bug #3826)
  • Solaris hosts: tighten the restriction for contiguous physical memory under certain conditions
  • Mac OS X hosts: fixed guest PAE
  • Linux hosts: kernel module compile fixes for 2.6.31 (bug #4264)
  • VMM: ?xed occassional guru meditation when loading a saved state (VT-x only)
  • VMM: eliminated IO-APIC overhead with 32 bits guests (VT-x only, some Intel CPUs don’t support this feature (most do); bug #638)
  • VMM: ?xed 64 bits CentOS guest hangs during early boot (AMD-V only; bug #3927)
  • VMM: performance improvements for certain PAE guests (e.g. Linux 2.6.29+ kernels)
  • VMM: some Windows guests detected a completely wrong CPU frequency (bug #2227)
  • VMM: fixed hanging and unkillable VM processes (bug #4040)
  • GUI: added mini toolbar for fullscreen and seamless mode (Thanks to Huihong Luo)
  • GUI: redesigned settings dialogs
  • GUI: allow to create/remove one host-only network adapters
  • GUI: allow to create/remove more than one host-only network adapters (non Windows hosts)
  • GUI: display estimated time for long running operations (e.g. OVF import/export)
  • GUI: Fixed rare hangs when open the OVF import/export wizards (bug #4157)
  • 3D support: fixed VM crashes for client apps using incorrect opengl states
  • VRDP: support Windows 7 RDP client
  • Networking: ?xed another problem with TX checksum of?oading with Linux kernels up to version 2.6.18
  • NAT: allow to con?gure socket and internal parameters
  • VHD: properly write empty sectors when cloning of VHD images (bug #4080)
  • VHD: ?xed crash when discarding snapshots of a VHD image
  • VHD: fixed access beyond the block bitmap which could lead to arbitrary crashes
  • VBoxManage: ?xed incorrect partition table processing when creating VMDK ?les giving raw partition access (bug #3510)
  • OVF: several OVF 1.0 compatibility ?xes
  • Virtual mouse device: eliminated micro-movements of the virtual mouse which were confusing some applications (bug #3782)
  • Shared Folders: sometimes a ?le was created using the wrong permissions (2.2.0 regression; bug #3785)
  • Shared Folders: allow to change ?le attributes from Linux guests and use the correct ?le mode when creating ?les
  • Shared Folders: some content was incorrectly written under certain conditions (bug #1187)
  • Shared Folders: ?xed incorrect ?le timestamps, when using Windows guest on a Linux host (bug #3404)
  • X11 guests: a number of shared clipboard fixes
  • Linux guests: Guest Additions support for SUSE Linux Enterprise Desktop 11
  • Linux guests: new daemon vboxadd-service to handle time syncronization and guest property lookup
  • Linux guests: implemented guest properties (OS info, logged in users, basic network information)
  • Windows host installer: VirtualBox Python API can now be installed automatically (requires Python and Win32 Extensions installed)
  • USB: Support for high-speed isochronous endpoints has been added. In addition, read-ahead buffering is performed for input endpoints (currently Linux hosts only). This should allow additional devices to work, notably webcams
  • Web service: fixed inability to handle NULL pointers for object arguments, which are valid values for a lot of APIs, in both the raw and the object-oriented web service.
  • Web service: object-oriented bindings for JAX-WS did not exhibit interface inheritance correctly, fixed
  • Web service: added support for IDisplay and IGuest interfaces, which were previously unavailable
  • Registration dialog uses Sun Online accounts now

As a VBox junkie I’ve moved my lappy to use the 3.0 Beta 1 and Beta 2 releases and Beta 2 1 day into musing seems quite stable.

VirtualBox-3.0.0_BETA2-49051-Linux_amd64.run                         46M
VirtualBox-3.0.0_BETA2-49051-Linux_x86.run                           46M
VirtualBox-3.0.0_BETA2-49051-OSX.dmg                                 61M 
VirtualBox-3.0.0_BETA2-49051-Win.exe                                 67M

Try it out, but be warned its not yet ready for production.

{lang: 'en-GB'}
Share

THIS IS FEDORA: Fedora 11 Released

June 9th, 2009 No comments

This is FEDORA.

Fedora 11 aka Leonidas has been released. Whilst the front page is yet to be updated the mirrors are being updated as I write and ISO’s are being propogated.

Download ISO:

In Australia? Try the local mirrors:

Bit of a torrenter? See the Torrent Tracker page.

Approximate sizes (from internode):

Fedora-11-i686-Live.iso             688M
Fedora-11-i686-Live-KDE.iso         686M
Fedora-11-x86_64-Live.iso           691M
Fedora-11-x86_64-Live-KDE.iso       693M

See the Fedora 11 Release Notes for more information about changes in this release, the Fedora 11 feature list or the Unoffficial Fedora 11 Guide.

I’ve been awaiting this release primarily for the Linux Kernel v2.6.29 (in comparison to Jaunty‘s Kernel 2.6.28) which brings a slew of updates to the table – in particular KMS (Kernel mode setting – flicker free graphics), the inclusion of Btrfs in the kernel for preliminary testing and better memory mangement. Ofcourse Fedora 11 ships with X.org 1.6 as well. With the inclusion of GCC 4.4 all packages are now compiled with gcc4.4 too.

I’ve only dabbled in Fedora 10, but I think its a worthy move from my primarily Ubuntu lifestyle.

Whats really interesting though, is that Ubuntu 9.10 seems to have a decent performance bump, so whilst the wait for Fedora 11 is over, its time to get excited about the snappier the Karmic Koala.

{lang: 'en-GB'}
Share

Sun-shine lolipops: VirtualBox 2.2.4 comes out of the oven

May 31st, 2009 No comments

Sun Microsystems (pwnd by the Oracle) has release VirtualBox 2.2.4.

VirtualBox 2.2.4 (released 2009-05-29)

This is a maintenance release. The following items were ?xed and/or added:

  • Windows Installer: ?xed a potential hang during installation
  • Windows Installer: ?xed several problems (bug #3892)
  • Solaris hosts: make it work with Solaris build 114 or later (bug #3981)
  • Solaris hosts: ?xed a bug serial port character handling found during loopback (bug #3120)
  • Linux hosts: adapted vboxdrv.sh to the latest changes in VBoxManage list runningvms (bug #4034)
  • Windows hosts: ?xed a crash caused by host-only/bridged networking
  • Mac OS X hosts: ?xed access to host DVD with passthrough disabled (bug #4077)
  • Guest Additions: ?xed problems with KDE 4 not recognizing mouse clicks
  • Windows Additions: ?xed incorrect 8-bit guest color depth in Windows 7 guests
  • GUI: warn if VT-x/AMD-V could not be enabled for guests that require this setting (bug #4055)
  • VMM: ?xed occassional crash due to insuf?ent memory
  • VMM: ?xed hanging 64 bits Solaris guests
  • VMM: restore from a saved state occassionally failed (bugs #3984 and #2742)
  • Clipboard: ?xed a deadlock while shutting down the shared clipboard on X11 hosts (bug #4020)
  • OVF: ?xed potential hang during import
  • OVF: ?xed potential crashes during import/export on Win64 hosts
  • VBoxManage modifyhd –compact: ?xed bug which could lead to crashes and image corruption (bug #3864)
  • VBoxManage metrics collect: now ?ushes the output stream.
  • VHD: made VBoxManage internalcommands sethduuid work for .vhd ?les (bug #3443)
  • VHD: some .vhd ?les could not be cloned (bug #4080)
  • VMDK: ?xed creating snapshots
  • NAT: improvement of TCP connection establisment (bug #2987)
  • NAT: ?xed order of DNS servers in DHCP lease (bug #4091)
  • NAT: ?xed DHCP lease for multiple name servers (bug #3692)
  • NAT: ?xed a potential segfault if the host lost its connectivity (bug #3964)
  • Shared Folders: deny access to parent directories on Windows hosts (bug #4090)
  • Shared Folders: make rm/rmdir work with Solaris guests on Windows hosts
  • Networking: ?xed the problem with blocked receiving thread when a broadcast packet arrives too early to be handled by uninitialized e1000 adapter.
  • Networking: ?xed the problem that caused host freezes/crashes when using bridged mode with host’s interface having RX checksum of?oading on (bug #3926 and related). Fixes problems with TX of?oading as well (bug #3870)
  • PXE boot: Added support for PRO/1000 MT Server adapter.
  • Python bindings: ?xed keyword con?ict
  • SCSI: ?xed occasional crashes on Win64
  • Serial: allow to redirect the serial port to a raw ?le (bug #1023)
  • VRDP: ?xed a rare incorrect screen update

This release’s most significant update is the bugfix for truncating your files to 300Kb when attempting to compact the hard-disk – damn annoying! Update mos def.

Download:

  • VirtualBox 2.2.4 for Windows hosts x86/amd64
  • VirtualBox 2.2.4 for Solaris and OpenSolaris hosts x86/amd64
  • VirtualBox 2.2.4 Software Developer Kit (SDK) All platforms (registration required)

Enjoy, oh btw did you know that OpenSolaris 2009.06 is coming tomorrow (Monday?)

{lang: 'en-GB'}
Share

Microsoft discusses Windows XP mode in Windows 7

April 30th, 2009 1 comment

REDMOND, Wash. April 28, 2009 — As part of the upcoming Windows 7 Release Candidate milestone, Microsoft will release a beta version of Windows XP Mode, which allows users of Windows 7 Professional and above to launch many older Windows XP productivity applications directly from their Windows 7 desktop. The Windows XP Mode stand-alone feature is specifically designed to help small businesses that are using Windows XP applications move to Windows 7. For larger businesses, Microsoft Enterprise Desktop Virtualization (MED-V) MED-V 2.0 builds on top of Windows Virtual PC and provides centralized management of Windows XP Mode. MED-V 2.0 will be available in beta within 90 days of general availability of Windows 7.

PressPass spoke with Scott Woodgate, director of Desktop Virtualization and Microsoft Desktop Optimization Pack (MDOP) at Microsoft, to find out how this new advancement is helping ensure a smooth transition for customers planning to migrate to Windows 7.

Read the entire interview on Windows 7 Professional and Windows XP Mode. Personally, I think the ‘XP Mode’ on Windows 7 is a great thing, unfortunately some people dont (and for some of the authors points I strongly disagree with). Whilst its not included in the ‘out-of-the-box functionality’ (phrase around the office these days) you will be able to download the bits -  VirtualPC engine & a Windows XP SP3 Licensed copy if you have Windows 7 Professional, Windows 7 Enterprise, or Windows 7 Ultimate.

The crudge of this is that, the virtualised version wont include the same security model as Windows 7, so you’ll have to have two anti-virus’s installed, but it will function much like Parallels and VMWare Fusion does on Mac.

Dont take peoples word for it, try it with the Windows 7 RC.

{lang: 'en-GB'}
Share

Think outside the box: Getting VirtualBox 2.x running in Jaunty

April 25th, 2009 No comments

Here’s a quick guide on getting VirtualBox 2.x running in Ubuntu 9.04.

First make sure you add the VirtualBox repositorys to your sources:

$ sudo nano /etc/apt/sources.lst

Then add the following to the top of the file:

# VirtualBox Intrepid Repository
deb http://download.virtualbox.org/virtualbox/debian intrepid non-free

The Jaunty repository should be made available soon, in the meantime the intrepid release will work. Next we need to add the Sun public key:

$ wget -q http://download.virtualbox.org/virtualbox/debian/sun_vbox.asc -O- | sudo apt-key add -

This will download the key and add it to your keychain. Now we need to update our sources so Aptitude knows whats around.

$ sudo aptitude update

Next we need to download some build tools so we can build the kernel modules properly.

$ sudo aptitude install build-essential linux-headers-$(uname -r)

This will download the latest build tools and the headers for the kernel your running. Next lets grab the VirtualBox distribution.

You can elect to use the Open Source Edition (virtualbox-ose)  or the Free Edition (virtualbox-2.2). Differences between the two are specified on the VirtualBox site.

$ sudo aptitude install virtualbox-2.2

Then you may find that the VirtualBox Driver may fail to install. Here is where we manually do it.

$ sudo /etc/init.d/vboxdrv setup

This will stop any existing modules, remove the netfilter and virtualbox kernels, rebuild and start the modules for you.

From this point on you can use VirtualBox. Find it in Applications > System Tools > VirtualBox.

{lang: 'en-GB'}
Share

Quick Tip: P5WDH-Deluxe with E6750 with DDR800

April 25th, 2009 No comments

If you own a ASUS P5WD-H Deluxe mobo and want to get the newer  Intel E6750 (2.66Ghz) working with your DDR-800 memory (in my case some TWINX4096-6400C5‘s)  you may find that when booting you get random clock speeds when posting, ranging from 2.12Ghz to 1.64Ghz and occasionally, if the Sun is aligning properly report a 2.66Ghz clock (the default).

If you want to make the most of your memory and CPU, you have no option but to overclock your FSB (obviously I’m not responsible if you fry anything). Firstly its important to ensure that you have correctly installed the CPU and make sure you have the latest BIOS from ASUS - right now, the latest is BIOS 2801 released in August 2008.

In the BIOS, goto the ‘JumperFree Configuration’ and make sure that ‘AI Overclocking’ is set to Manual. Then set the ‘CPU Frequency’ as 400 (default multiplier for Intel E6750 is 8 which means 8 x 400FSB= 3200Mhz Clock), then select your ‘DRAM Frequency’ to DDR2-800. Leave everything else as Auto.

NOTE: You may want to disable HyperPath 3 if you notice that MemTest is failing. To do this goto the ‘Chipset’ configuration item under ‘Advanced’.

Save and restart, press {TAB} to get the boot screen, you should see 2.66Ghz and memory running at PC6400. Next thing to do is to get MemTest and let it run for atleast one pass. My setup is rock solid at DDR800, CAS 5-2-2-18 with the E6750 @ 3.2Ghz.

Alternatively, if you dont want a higher clock, stick to the standard 2.66Ghz and sacrifice your RAM speed, you should go a different route:

  • AI Overclocking: Overclock Profile
    • FSB1333/DRAM-667 or FSB1333/DRAM-834 (memory runs at 416)
  • Everything else Auto

Better instructions to make it easier to understand.

Leave everything not specified as Auto. You may want to disable Hyperpath3 if you find that Memtest fails.

Configure for 2.66Ghz and PC5300 (DDR-667)

Configure System Frequency/Voltage

  • AI Overclocking = Manual
  • CPU Frequency = 333
  • DRAM Frequency = 667MHz
  • PCI Express Frequency = 100
  • PCI Clock Synchronization Mode = 33.33
  • Memory Voltage = 1.9v
  • MCH Chipset Voltage = 1.65v

Advanced Chipset Settings

  • Configure DRAM by SPD = Disabled
  • DRAM CAS# Latency = 5
  • DRAM RAS# Pre-charge = 5
  • DRAM RAS# to CAS# Delay = 5
  • DRAM RAS# Activate to Pre-charge: 15
  • DRAM Write recovery Time = 6

Configure for 3.2Ghz and PC6400 (DDR-800)

Configure System Frequency/Voltage

  • AI Overclocking = Manual
  • CPU Frequency = 400
  • DRAM Frequency = 800MHz
  • PCI Express Frequency = 100
  • PCI Clock Synchronization Mode = 33.33
  • Memory Voltage = 1.9v
  • MCH Chipset Voltage = 1.65v

Advanced Chipset Settings

  • Configure DRAM by SPD = Disabled
  • DRAM CAS# Latency = 5
  • DRAM RAS# Pre-charge = 5
  • DRAM RAS# to CAS# Delay = 5
  • DRAM RAS# Activate to Pre-charge: 15
  • DRAM Write recovery Time = 6

MemTest it again to ensure things are rock solid. As this is for the Zeus rebuild, I’ve opted for the non-overclocked option :)

{lang: 'en-GB'}
Share