Project steamed-windows
Steamed Windows
Running Windows XP under SteamOS in a VM, with IOMMU access to a physical video card.
Hardware
- AMD 6 core CPU (AMD FX 6300)
- AMD 970 chipset motherboard (which IOMMU enabled in BIOS)
- SATA drive (500GB+)
Oracle VirtualBox Notes
- Log in as 'desktop', password of 'desktop'
- Execute sudo bash to become root.
- Create a /etc/apt/sources.list.d/virtualbox.list file:
# cat <<EOF >/etc/apt/sources.list.d/virtualbox.list deb http://download.virtualbox.org/virtualbox/debian precise contrib deb http://us.archive.ubuntu.com/ubuntu/ precise main EOF # apt-get update
- Install VirtualBox 4.3
# apt-get install virtualbox-4.3