ubuntu installation stuck on splash screen
I recently bought a HP-spectre ap0023dx-this link-, but I am having troubles with ubuntu installation. As soon as my system gets into splash screen, the screen will freeze, and also keyboard does not work at all. I have tried all the possible ways, found in my search for the same problem, but none of them worked, including: disable the fast boot, disable secure boot, add "nomodeset" and "acpi=off" in grub boot menu.
I appreciate if you can share with me your knowledge and information, if you had the same experience, or know the origin of this problem
thank you so much
dual-boot grub2 hp plymouth
New contributor
add a comment |
I recently bought a HP-spectre ap0023dx-this link-, but I am having troubles with ubuntu installation. As soon as my system gets into splash screen, the screen will freeze, and also keyboard does not work at all. I have tried all the possible ways, found in my search for the same problem, but none of them worked, including: disable the fast boot, disable secure boot, add "nomodeset" and "acpi=off" in grub boot menu.
I appreciate if you can share with me your knowledge and information, if you had the same experience, or know the origin of this problem
thank you so much
dual-boot grub2 hp plymouth
New contributor
add a comment |
I recently bought a HP-spectre ap0023dx-this link-, but I am having troubles with ubuntu installation. As soon as my system gets into splash screen, the screen will freeze, and also keyboard does not work at all. I have tried all the possible ways, found in my search for the same problem, but none of them worked, including: disable the fast boot, disable secure boot, add "nomodeset" and "acpi=off" in grub boot menu.
I appreciate if you can share with me your knowledge and information, if you had the same experience, or know the origin of this problem
thank you so much
dual-boot grub2 hp plymouth
New contributor
I recently bought a HP-spectre ap0023dx-this link-, but I am having troubles with ubuntu installation. As soon as my system gets into splash screen, the screen will freeze, and also keyboard does not work at all. I have tried all the possible ways, found in my search for the same problem, but none of them worked, including: disable the fast boot, disable secure boot, add "nomodeset" and "acpi=off" in grub boot menu.
I appreciate if you can share with me your knowledge and information, if you had the same experience, or know the origin of this problem
thank you so much
dual-boot grub2 hp plymouth
dual-boot grub2 hp plymouth
New contributor
New contributor
New contributor
asked 4 hours ago
Arash ElahiArash Elahi
1
1
New contributor
New contributor
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Bootline arguments to boot in Ryzen 2700u = Grub menu= e = linus line = CRTL + X to save and exit.
- ivrs_ioapic[32]=00:14.0 spec_store_bypass_disable=prctl1
- ivrs_ioapic[33]=00:00.1
- iommu=soft
- ivrs_ioapic[32]=00:14.0 ivrs_ioapic[33]=00:00.1
One or the other, they all work. The third only allows to compile kernels higher than 4.19. You must add a space at the end of the linux line and then type iommu=soft + CTRL + X to save and launch the installer.
All Linux ISO images won’t boot here,without this tweak. They should work for Intel 8th gen. Secure boot is always enabled here, even for the clean install. Never touch fast startup and only one parameter is disabled in BIOS: Boot order + all Windows stuff.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Arash Elahi is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121284%2fubuntu-installation-stuck-on-splash-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Bootline arguments to boot in Ryzen 2700u = Grub menu= e = linus line = CRTL + X to save and exit.
- ivrs_ioapic[32]=00:14.0 spec_store_bypass_disable=prctl1
- ivrs_ioapic[33]=00:00.1
- iommu=soft
- ivrs_ioapic[32]=00:14.0 ivrs_ioapic[33]=00:00.1
One or the other, they all work. The third only allows to compile kernels higher than 4.19. You must add a space at the end of the linux line and then type iommu=soft + CTRL + X to save and launch the installer.
All Linux ISO images won’t boot here,without this tweak. They should work for Intel 8th gen. Secure boot is always enabled here, even for the clean install. Never touch fast startup and only one parameter is disabled in BIOS: Boot order + all Windows stuff.
add a comment |
Bootline arguments to boot in Ryzen 2700u = Grub menu= e = linus line = CRTL + X to save and exit.
- ivrs_ioapic[32]=00:14.0 spec_store_bypass_disable=prctl1
- ivrs_ioapic[33]=00:00.1
- iommu=soft
- ivrs_ioapic[32]=00:14.0 ivrs_ioapic[33]=00:00.1
One or the other, they all work. The third only allows to compile kernels higher than 4.19. You must add a space at the end of the linux line and then type iommu=soft + CTRL + X to save and launch the installer.
All Linux ISO images won’t boot here,without this tweak. They should work for Intel 8th gen. Secure boot is always enabled here, even for the clean install. Never touch fast startup and only one parameter is disabled in BIOS: Boot order + all Windows stuff.
add a comment |
Bootline arguments to boot in Ryzen 2700u = Grub menu= e = linus line = CRTL + X to save and exit.
- ivrs_ioapic[32]=00:14.0 spec_store_bypass_disable=prctl1
- ivrs_ioapic[33]=00:00.1
- iommu=soft
- ivrs_ioapic[32]=00:14.0 ivrs_ioapic[33]=00:00.1
One or the other, they all work. The third only allows to compile kernels higher than 4.19. You must add a space at the end of the linux line and then type iommu=soft + CTRL + X to save and launch the installer.
All Linux ISO images won’t boot here,without this tweak. They should work for Intel 8th gen. Secure boot is always enabled here, even for the clean install. Never touch fast startup and only one parameter is disabled in BIOS: Boot order + all Windows stuff.
Bootline arguments to boot in Ryzen 2700u = Grub menu= e = linus line = CRTL + X to save and exit.
- ivrs_ioapic[32]=00:14.0 spec_store_bypass_disable=prctl1
- ivrs_ioapic[33]=00:00.1
- iommu=soft
- ivrs_ioapic[32]=00:14.0 ivrs_ioapic[33]=00:00.1
One or the other, they all work. The third only allows to compile kernels higher than 4.19. You must add a space at the end of the linux line and then type iommu=soft + CTRL + X to save and launch the installer.
All Linux ISO images won’t boot here,without this tweak. They should work for Intel 8th gen. Secure boot is always enabled here, even for the clean install. Never touch fast startup and only one parameter is disabled in BIOS: Boot order + all Windows stuff.
edited 3 hours ago
answered 3 hours ago
MikemecanicMikemecanic
565
565
add a comment |
add a comment |
Arash Elahi is a new contributor. Be nice, and check out our Code of Conduct.
Arash Elahi is a new contributor. Be nice, and check out our Code of Conduct.
Arash Elahi is a new contributor. Be nice, and check out our Code of Conduct.
Arash Elahi is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1121284%2fubuntu-installation-stuck-on-splash-screen%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown