- Boot Live CD, press F6 (Other Options)
- Go near the end of the line and remove the word splash and add the words i8042.noloop after the dashes.
The full text line should now read like
file=/cdrom/preseed/ubuntu.seed boot:casper initrd=/casper/initrd.gz quiet -- i8042.noloop
Then press Enter. - After Ubuntu boots, Press Crtl-Alt-F1 to get to a command line interface.
- Type in the following command to reset defaultdepth from 24 to 16:
sudo sed -e 's/DefaultDepth.*24/DefaultDepth 16/g' -i /etc/X11/xorg.conf - Press Ctrl-Alt-F7 to return to the Ubunto Desktop.
- Press Ctrl-Alt-Backspace to reload the Ubunto Desktop.
- Graphics are now properly adjusted and the mouse working, and you can perform an installation under VPC.
- After the installation, we need to fix again the mouse issue. Follow the next steps.
- When booting, when you see the words “Grub loader” hit the Escape key.
- Press “e” to edit the line displayed.
- Move the highlight down one to the Kernal line, and press “e” to edit that line.
- Add two dashes, then the i8042.noloop command.
- Press Enter, then when you are returned to the screen with “kernel…” on it, make sure the kernel line is still highlighted and press b to boot.
- Once booted and logged on, click on Applications, Accessories, Terminal. When the terminal window appears, type in:
sudo gedit /boot/grub/menu.lst - Scroll down to the very bottom of the text and find the line that begins with “kernel”. Add the -- i8042.noloop to the end of the line.
- Save the file and exit the editor
How to install Ubuntu on VirtualPc
Tested with Ubuntu 7.10 on VirtualPc 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment