Running Ubuntu 6.10 under MS Virtual PC 2007
I used to have a dual-boot PC with Windows and Fedora Core Linux but since I got a nice shiny new Dell with a Raid 1 array mirroring across two hard disks I’ve been a bit scared to do that. Plus I rely on it too much to earn my keep to mess around with it.
Because of this I decided to try out Microsoft Virtual PC and to start off with the 2007 beta version. For some reason, maybe after reading the review on distrowatch.com, I decided to download Ubuntu 6.10.
I soon ran into problems with messed up graphics partway through the install. Googling, as usual, turned up some suggestions but none of these seemed to work. In the end the solution was to:
- Create the new virtual machine and load the CD or ISO image as preferred
- On the Ubuntu startup screen, before you select an option from the menu hit F4 and select ‘800×600x16′
- Select ‘Start Ubuntu in Safe Graphics Mode
- Wait for a few minutes and eventually you’ll get a screen of messed up graphics
- Press Ctrl-Alt-F1 - this will take you out of X-Windows and give you a command prompt
- At the Command prompt enter:
- sudo nano /etc/X11/xorg.conf
- In the ‘Section “Screen” ‘ part of xorg.config change the value of ‘DefaultDepth’ from 24 to 16
- Save xorg.conf using Ctrl-O and then exit nano using Ctrl-X
- Press Alt-F7 to return to X-Windows
- X-Windows will still be messed up so press Ctrl-Alt-Backspace to restart it
- You should now have a correct looking desktop so just double-click on the ‘Install’ icon to get going
References:
How to install Ubuntu 6.10 in Microsoft Virtual PC 2007