How to Install Ubuntu 16.04 on MSI GE62 6QC

After 4 days of trying many solutions I found around the internet without success. The last solution I tried have finally made Ubuntu 16.04 working almost flawlessly on my PC.

Here’s the specifications of my PC:

  • Intel Core i7 6700HQ 2.6GHz
  • NVIDIA GTX 960M 2GB

Without further ado, here are the steps to install and run Ubuntu on MSI GE62 5QC.

Tutorial
  1. Download Ubuntu 16.04 LTS ISO and burn it to a DVD or USB Disk Drive
  2. Open your BIOS Settings (Press”DELETE” on MSI logo when first turning on the PC)
  3. Disable “SecureBoot” on your BIOS under tab “Security”
  4. Run your Ubuntu Installation disk (Insert DVD to Optical Drive and restart the PC)
  5. When GRUB appears, highlight “Install Ubuntu” then press “e”
  6. Add “acpi=off” after the line “quiet splash” then press F10
  7. Wait until the GUI appears, then install your Ubuntu accordingly
  8. After the installation finished, eject the Installation Media and restart your PC
  9. If GRUB doesn’t show up after restart, change the boot priority in your BIOS: “Open BIOS -> Boot -> Boot Order -> Change Boot Order #1 to Ubuntu” then press F10 and restart
  10. When GRUB appears, press ‘e’ then add “nouveau.modeset=0” after “quiet splash” line, then press F10
  11. Your Ubuntu will start successfully

If you have problem installing from USB, try to use the DVD instead. I also cannot install it from the USB.

Anyway, the “nouveau.modeset=0” seems to make the NVIDIA not working, the graphics will only use Intel HD Graphics. It won’t be a problem for me since I only use the Ubuntu for working and use Windows for games and entertainment. But if you find any solution to make the NVIDIA working flawlessly please comment here.

Thanks for reading :)

Show your support

Clapping shows how much you appreciated Gentra Aditya Putra’s story.

 

11

6

 

 

  • Follow

转载于:https://my.oschina.net/daoos/blog/1517669

### 解决方案概述 在安装 Ubuntu 16.04 的过程中遇到黑屏问题可能由多种原因引起,包括显卡驱动不兼容、硬件配置不当或其他系统设置错误。以下是针对该问题的一些常见解决方案。 --- #### 方法一:调整启动参数以避免图形界面加载失败 如果在安装过程中进入 GRUB 菜单时出现黑屏,可以尝试通过修改内核引导参数来解决问题。具体操作如下: 1. 当计算机启动到 GRUB 引导菜单时,按下键盘上的 `e` 键编辑启动选项。 2. 找到以 `linux` 开头的一行,在这一行的末尾添加以下参数之一: - 添加 `nomodeset` 参数以禁用某些显卡模式切换功能[^1]。 这样可以让系统绕过可能导致黑屏的显卡初始化过程。 - 或者添加 `acpi=off` 来关闭 ACPI 支持(适用于部分旧设备)。 3. 按下 `Ctrl + X` 或 `F10` 继续启动。 这种方法通常能够帮助解决因显卡驱动或硬件兼容性引起的黑屏问题。 --- #### 方法二:使用命令行模式完成安装 如果上述方法仍然无法正常显示图形界面,则可以通过纯命令行方式继续安装流程。这需要利用 Linux 命令行工具进行手动干预。 1. 同样在 GRUB 菜单中选择 “Try Ubuntu without installing”,但在启动前按 `e` 编辑启动项。 2. 修改启动参数为 `text` 模式而非默认的 GUI 模式,即找到 `quiet splash` 并将其替换为 `text`。 3. 完成启动后会进入基于终端的操作环境。在此环境中运行以下命令逐步完成安装: ```bash sudo apt-get update && sudo apt-get upgrade -y sudo tasksel install ubuntu-desktop ``` 此方法允许用户跳过图形化安装阶段而直接部署桌面环境[^3]。 --- #### 方法三:更新 BIOS 和显卡驱动程序 有时黑屏现象可能是由于主机板固件版本较低或者未适配最新硬件特性所致。因此建议先升级主板BIOS以及下载对应厂商提供的专用Linux版显卡驱动包后再重试整个安装流程。 对于 NVIDIA 显卡用户来说,可以在成功进入最低限度可用状态之后执行下面这些步骤来安装闭源驱动支持: ```bash sudo add-apt-repository ppa:graphics-drivers/ppa sudo apt-get update sudo apt-get install nvidia-driver-XXX # XXX代表具体的驱动编号 ``` 注意这里提到的是官方推荐渠道获取稳定版本号而不是随机挑选任意数值作为例子展示而已[^2]。 --- ### 总结 以上三种途径分别从不同角度出发应对可能出现的各种情况下的Ubuntu 16.04安装期间遭遇黑屏状况。实际应用当中可以根据具体情况灵活选用最合适的办法加以处理。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值