The Cookie Machine - Click here to drag window

DUMMY TEXT - Real text set in assets/js/theCookieMachine.js

If you can read me, I'm broken!

Views: 5,823β€…    Votes:  2β€…
Tags: 14.04   grub  
Link: πŸ” See Original Answer on Ask Ubuntu ⧉ πŸ”—

URL: https://askubuntu.com/q/923193
Title: Use Intel RST while dual-booting Ubuntu?
ID: /2017/06/07/Use-Intel-RST-while-dual-booting-Ubuntu_
Created: June 7, 2017    Edited:  June 12, 2020
Upload: April 8, 2024    Layout:  post
TOC: false    Navigation:  false    Copy to clipboard:  false


Fallacy: You can’t accelerate Windows & Ubuntu concurrently

You can use use Intel RST to accelerate a Windows drive to SSD (usually PCIe mSata on a laptop) and Enhance IO to accelerate Linux (Ubuntu) concurrently, but not simultaneously of course.

There are caveats such as whenever you need to update grub (install a new kernel, update initramfs for some drivers, etc). You need to decelerate the SSD in Windows (with Intel RST software) or BIOS by pressing Ctrl+I during POST (Power On Self Test).

Finding error messages during Ubuntu Boot

By default error messages are hidden for most users during grub boot and a β€œpurple splash screen appears” during the second half of grub boot. To remedy this use:

gksu gedit /etc/default/grub

Look for the line containing:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

There may be other options on this line which you should not touch. Remove the options β€œquiet splash” in order to see error messages during boot up. Leave the double quotes (β€œ) at the beginning and ending of the parameter list.

Save the file, exit and then type:

sudo update-grub

NOTE: When using Intel RST you must first decelerate the Windows drive before typing update-grub or update-initramfs when grub is installed on the same drive as the accelerated Windows.

Summary

I’ll update this answer as new information is provided by the OP. Coincidentally it was disk acceleration under Ubuntu 14.04 that brought me to Ask Ubuntu in the first place. You can search my very first couple of posts here for information on using Enhance IO to accelerate Ubuntu.

⇧ how to save CPU logs or GPU usage values? Backup Linux configuration, scripts and documents to Gmail  β‡©