安装12.04LTS时 N卡550ti兼容问题解决办法!

系统安装、升级讨论
版面规则
我们都知道新人的确很菜,也喜欢抱怨,并且带有浓厚的Windows习惯,但既然在这里询问,我们就应该有责任帮助他们解决问题,而不是直接泼冷水、简单的否定或发表对解决问题没有任何帮助的帖子。乐于分享,以人为本,这正是Ubuntu的精神所在。
回复
kivenjustin
帖子: 7
注册时间: 2007-12-29 2:35

安装12.04LTS时 N卡550ti兼容问题解决办法!

#1

帖子 kivenjustin » 2013-06-29 12:11

本人安装12.04LTS时,不管是u盘还是硬盘安装都在重启载入liveCD时黑屏卡死。经过网上各类帖子的翻找,终于确定是我的550ti显卡的驱动程序兼容问题。
1。我是用的U盘安装方法,刻录软件用的是Universal-USB-Installer-1.9.3.6,镜像是ubuntu-12.04-desktop-amd64。
2。然后打开做好的U盘 /syslinux文件夹里的 txt.cfg文件将里面的内容更改为
default live
label live安装选择界面
menu label ^Run Ubuntu from this USB
kernel /casper/vmlinuz.efinoquiet nosplash nomodeset
append noprompt cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper persistent initrd=/casper/initrd.lz noquiet nosplash nomodest --
label live-install
menu label ^Install Ubuntu on a Hard Disk
kernel /casper/vmlinuz.efi安装选择界面
append cdrom-detect/try-usb=true file=/cdrom/preseed/ubuntu.seed boot=casper only-ubiquity initrd=/casper/initrd.lz noquiet nosplash nomod.efi.efieset --
label memtest
menu label Test ^memory
kernel /install/mt86plus安装选择界面
label hdnoquiet nosplash nomodeset
menu label ^Boot from first hard disk
localboot 0x80安装选择界面
绿色的是改动部分(这三个在后面重启后的安装选择界面里,也可以通过修改相应的启动命令完成)最后保存。(顺便提一句,我在安装时遇到找不到vmlinuz.efi文件的问题,可以将u盘中/casper文件夹里的vmlinuz重命名添加.efi后缀解决)
3。重启,引导U盘启动,这时会进入一个紫色的安装选择界面,这时按esc,终止自动加载,会弹出几个安装选项,按F6,将弹出的菜单中最上面的那个acpi(具体的及不清了)选项钩选,让后回车,就ok了!
屏幕闪了两下就会进入熟悉的livecd预安装界面了!
回复