不能使用鼠标,ubuntu 7.10使用的kernel 2.6.22的bug所致,VPC 2007 模拟的ps/2鼠标不能被kernel识别。
解决方法,使用键盘的数字键替代(数字5是click)安装后,使用链接2方式打补丁。注意两个注释提供的方法,也许是最简单的方法:,我是用第二种给内核加参数的方法实验成功。
方法一:打补丁
Use the RIGHT ALT + V to paste the below lines into Ubuntu. Much easier than typing it out.
1. reboot in recovery mode by pressing ESC on the GRUB screen
2. wget http://librarian.launchpad.net/7583925/unsupported-patch-for-87262.sh
3. chmod +x unsupported-patch-for-87262.sh
4. ./unsupported-patch-for-87262.sh
5. reboot
方法二:修改menu.lst
在"kernel paramater"后添加"i8042.noloop"
具体如下:
1 打开“程序”--“附件”--“终端”
2 输入sudo bash
3 显示passwd:
4 打入密码
5 用gedit /boot/grub/menu.lst 打开
6 在文件中找到kernel项,并在该项末端添加“i8042.noloop”
7 保存,重启系统
8 OK
试过第二种方法,绝对可行。
## ## End Default Options ##
title Ubuntu 7.10, kernel 2.6.22-14-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=90abe8b6-68cf-4bdb-8995-0d77763faf97 ro quiet splash locale=zh_CN i8042.noloop
initrd /boot/initrd.img-2.6.22-14-generic
quiet
title Ubuntu 7.10, kernel 2.6.22-14-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.22-14-generic root=UUID=90abe8b6-68cf-4bdb-8995-0d77763faf97 ro single
initrd /boot/initrd.img-2.6.22-14-generic
title Ubuntu 7.10, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST