Installing Debian 5.0 in Virtual PC 2007

I've spent most of this morning installing the newly released Debian 5.0 under Virtual PC 2007 (SP1).

As usual with VPC, all non-Windows OS installs usually give headaches, but this one has been a real pain.

Just after creating a new VM and launching the install, I got this terrifying message: "An unrecoverable processor error has been encountered. The virtual machine will reset now". Trying the non-graphical install throws the same result.

After some digging on the net, I found that it is a problem of the latest linux kernel builds and Virtual PC, which can be solved by selecting "Graphical Install" but instead of pressing ENTER, pressing TAB and adding the following at the end of the command line:

noapic nolapic noreplace-paravirt

Also, modify "vga=788" parameter to "vga=791" to avoid strange resolutions.

Then you can install it as you would do with a physical/real install (a standard + web server install takes only about 2GB of space counting swap partition).

Once installed, this parameters will stay and you no longer will get the VPC error, but the problems are far from finished.

  • To enable sound, go to System –> Preferences –> Sound and change all to ALSA sound system
  • To enable internet, change your VM settings to use Shared Networking (NAT) and configure it under Linux as DHCP/automatic. I couldn't configure a standard ethernet card mapping without NAT.
  • To enable higher resolutions (at least standard ones), modify the /etc/X11/xorg.conf file (with nano for example) and replace the three sections "Device" "Monitor" and "Screen" with this new content:

Section "Device"
Identifier "Configured Video Device"
Driver "vesa"
BusID "PCI:0:8:0"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
Option "DPMS"
HorizSync 30-70
VertRefresh 50-160
EndSection

Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
DefaultDepth 16
SubSection "Display"
Depth 16
Modes "1280x1024" "1024x768" "800x600"
EndSubSection
EndSection

Save, restart Linux and finally you have a decent Debian 5 virtual machine! Mouse still gets hooked into the VM, but not being able to install the VM Additions you can live with it.

Installing Debian 5.0 in Virtual PC 2007 published @ . Author: