Ubuntu 16.04.3 LTS ânosplashâ Parameter Causes Major Issues

Clash Royale CLAN TAG#URR8PPP up vote
1
down vote
favorite
During boot, the OS would request my password to decrypt my disk but wouldn't detect my input. I tried following this solution: Cannot enter password to start Ubuntu
The solution essentially has you update boot parameters in /etc/default/grub and change splash to nosplash. After that you can run update-grub.
This did solve the issues but it creates a more extreme problem. Once I log in everything is super laggy (e.g. if I type a letter, it takes 10 seconds for the letter to appear).
Why is this happening?
What can I do to get around this?
Before I knew this was the cause, I tried solving this by installing a fresh copy of Ubuntu. Interestingly, unless I selected the following install options I would run into the same problem:

Why in the world would leaving Encrypt... and/or Use LVM unchecked cause major lag?
Additional Information:
System Hardware: i3-8100 â 8th gen, Ripjaws V 16gb DDR4, Z370 Aorus Gaming 5 chipset, 2x 4TB hard drives, evga 650W
lspci -nnk | grep -A3 -Fe '[0300]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e91]
DeviceName: Onboard IGD
Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
Kernel modules: i915
16.04 boot
add a comment |Â
up vote
1
down vote
favorite
During boot, the OS would request my password to decrypt my disk but wouldn't detect my input. I tried following this solution: Cannot enter password to start Ubuntu
The solution essentially has you update boot parameters in /etc/default/grub and change splash to nosplash. After that you can run update-grub.
This did solve the issues but it creates a more extreme problem. Once I log in everything is super laggy (e.g. if I type a letter, it takes 10 seconds for the letter to appear).
Why is this happening?
What can I do to get around this?
Before I knew this was the cause, I tried solving this by installing a fresh copy of Ubuntu. Interestingly, unless I selected the following install options I would run into the same problem:

Why in the world would leaving Encrypt... and/or Use LVM unchecked cause major lag?
Additional Information:
System Hardware: i3-8100 â 8th gen, Ripjaws V 16gb DDR4, Z370 Aorus Gaming 5 chipset, 2x 4TB hard drives, evga 650W
lspci -nnk | grep -A3 -Fe '[0300]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e91]
DeviceName: Onboard IGD
Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
Kernel modules: i915
16.04 boot
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
During boot, the OS would request my password to decrypt my disk but wouldn't detect my input. I tried following this solution: Cannot enter password to start Ubuntu
The solution essentially has you update boot parameters in /etc/default/grub and change splash to nosplash. After that you can run update-grub.
This did solve the issues but it creates a more extreme problem. Once I log in everything is super laggy (e.g. if I type a letter, it takes 10 seconds for the letter to appear).
Why is this happening?
What can I do to get around this?
Before I knew this was the cause, I tried solving this by installing a fresh copy of Ubuntu. Interestingly, unless I selected the following install options I would run into the same problem:

Why in the world would leaving Encrypt... and/or Use LVM unchecked cause major lag?
Additional Information:
System Hardware: i3-8100 â 8th gen, Ripjaws V 16gb DDR4, Z370 Aorus Gaming 5 chipset, 2x 4TB hard drives, evga 650W
lspci -nnk | grep -A3 -Fe '[0300]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e91]
DeviceName: Onboard IGD
Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
Kernel modules: i915
16.04 boot
During boot, the OS would request my password to decrypt my disk but wouldn't detect my input. I tried following this solution: Cannot enter password to start Ubuntu
The solution essentially has you update boot parameters in /etc/default/grub and change splash to nosplash. After that you can run update-grub.
This did solve the issues but it creates a more extreme problem. Once I log in everything is super laggy (e.g. if I type a letter, it takes 10 seconds for the letter to appear).
Why is this happening?
What can I do to get around this?
Before I knew this was the cause, I tried solving this by installing a fresh copy of Ubuntu. Interestingly, unless I selected the following install options I would run into the same problem:

Why in the world would leaving Encrypt... and/or Use LVM unchecked cause major lag?
Additional Information:
System Hardware: i3-8100 â 8th gen, Ripjaws V 16gb DDR4, Z370 Aorus Gaming 5 chipset, 2x 4TB hard drives, evga 650W
lspci -nnk | grep -A3 -Fe '[0300]'
00:02.0 VGA compatible controller [0300]: Intel Corporation Device [8086:3e91]
DeviceName: Onboard IGD
Subsystem: Gigabyte Technology Co., Ltd Device [1458:d000]
Kernel modules: i915
16.04 boot
16.04 boot
asked Feb 10 at 17:27
Ryan
415
415
add a comment |Â
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004912%2fubuntu-16-04-3-lts-nosplash-parameter-causes-major-issues%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password