Ubuntu 17.04+GTX1080Ti 安装辛酸之路
选择“USB:Generic Flash Disk”, 回车Enter,在按e键,可进入到Ubuntu选择安装界面
选择“Install Ubuntu”,并按F6(Other Options),出现可编辑内容
"Boot Options ed boot=... initrd=/casper/initrd.lz quiet splash ---"
修改红色部分(删去“---”并添加“nomodeset”)如下
"Boot Options ed boot=... initrd=/casper/initrd.lz nomodeset quiet splash"
编辑好后按Enter键,黑屏等待几秒钟顺利的话即可进入Ubuntu安装引导界面
二、当安装结束后,启动系统出现黑画面
1.开机,进入grub画面(如果硬碟没有别的OS,请开机时按住shift不放才会有grub画面)
2.按'''e''' 进入编辑开机指令的模式, 同样找到'''quite splash''' 并在后面加上对应的“nomodeset”,即。
'''quite splash nomodeset'''
3.按 ''F10''启动系统.
4.进去系统之后编辑'''/etc/default/grub''' :
Ubuntu>打开终端机,输入
1 |
|
5.找到这一行:
1 |
|
修改为:
1 |
|
6. 更新GRUB:
1 |
|
7.存档,并重新开机。
VNC server
通过VNC server远程登陆Ubuntu,设置方法如下
1 2 3 4 5 6 7 8 9 10 |
|
设置成功后,根据Ubuntu的ip通过VNC登陆
登陆后界面如下
在linux中执行 vncconfig -nowin&
在linux选中文字后,无需其他按键,直接在windows中可以黏贴。
在windows中选中文字,Ctrl+C,在linux中按中键黏贴。