Installing Ubuntu under Microsoft Virtual PC or Microsoft Virtual Server results in hard to view text stretched and distorted so that only half of the screen is visible. The lower half of the screen, where you type, isn't displayed so you don't know what you're typing.
At the first installation screen, press F4 and select 640x480x32. This will correct the video during the installation process.
After installation, the problem may continue when booting your system up for the first time. Other than editing your x11.conf file (previous post) you can also remove the 'splash' keyword from your grub bootup file. This is handy for server based setups with no x11 installed. Since you can't see what you're typing, you have to type the following carefully and hope you got it right. If in doubt, you can hit enter several times to bring the text from the lower part of the screen (not visible) up to the top half of the screen (visible).
At the first installation screen, press F4 and select 640x480x32. This will correct the video during the installation process.
After installation, the problem may continue when booting your system up for the first time. Other than editing your x11.conf file (previous post) you can also remove the 'splash' keyword from your grub bootup file. This is handy for server based setups with no x11 installed. Since you can't see what you're typing, you have to type the following carefully and hope you got it right. If in doubt, you can hit enter several times to bring the text from the lower part of the screen (not visible) up to the top half of the screen (visible).
- Allow system to bootup until you feel all services are started and ready and there is likely a command prompt for login credentials.
- Type the userid you supplied during the Ubuntu installation, press enter
- Type the password you supplied during the installation, press enter
- Type 'sudo vi /boot/grub/menu.lst', press enter
- Type the password you supplied during the installation, press enter {2nd time}
- Type '/splash', press enter {this will search for the string 'splash' in the file}
- Type '//', press enter {this will search for the next occurance of 'splash'}
- Press the [end] key to go to the end of the line
- Press the [a] key to enter edit mode
- Use the backspace key to delete the word 'splash'
- Press [esc] to go back to command mode
- Type ':wq' to write the file and quit the vi editor
- Type 'sudo shutdown -r now' to reboot the system.
Your video should be ok once again.
