Cannot boot past UEFI when installing ubuntu on HP
On an HP EliteBook 755 g5 , Ubuntu install fails.
Boot into Ubuntu 18.04.1 installation media (which was checksummed by etcher when created).
Shows me the Grub boot menu
Select Install Ubuntu or Start Ubuntu without installing
Black screen, nothing happens.
I made sure to disable all BIOS boot security, but still nothing happens, so I think something on hp side is stopping it from booting.
boot system-installation uefi grub-efi
add a comment |
On an HP EliteBook 755 g5 , Ubuntu install fails.
Boot into Ubuntu 18.04.1 installation media (which was checksummed by etcher when created).
Shows me the Grub boot menu
Select Install Ubuntu or Start Ubuntu without installing
Black screen, nothing happens.
I made sure to disable all BIOS boot security, but still nothing happens, so I think something on hp side is stopping it from booting.
boot system-installation uefi grub-efi
@K7AAY Yeah I thought the same thing, so i made multiple installation drives, and tested it on a separate machine, and it was able to boot into the installer, its just this computer. And I'm using etcher which does verify the drive checksum,
– Hannan Rhodes
Sep 13 '18 at 20:20
@K7AAY Nothing, just black, just like every option on the grub menu.
– Hannan Rhodes
Sep 13 '18 at 20:42
Have you updated UEFI from HP? And firmware for NVMe drive? Not sure about AMD systems otherwise. Is system using AHCI for drives not RAID? If you change be sure to install AHCI drivers into Windows first.
– oldfred
Sep 13 '18 at 20:49
UEFI is updated from july, and drivers are updated and not using AHCI, I also made sure to disable all security options in bios and disabled legacy and secure boot,
– Hannan Rhodes
Sep 13 '18 at 20:52
You need AHCI turned on.
– oldfred
Sep 13 '18 at 23:32
add a comment |
On an HP EliteBook 755 g5 , Ubuntu install fails.
Boot into Ubuntu 18.04.1 installation media (which was checksummed by etcher when created).
Shows me the Grub boot menu
Select Install Ubuntu or Start Ubuntu without installing
Black screen, nothing happens.
I made sure to disable all BIOS boot security, but still nothing happens, so I think something on hp side is stopping it from booting.
boot system-installation uefi grub-efi
On an HP EliteBook 755 g5 , Ubuntu install fails.
Boot into Ubuntu 18.04.1 installation media (which was checksummed by etcher when created).
Shows me the Grub boot menu
Select Install Ubuntu or Start Ubuntu without installing
Black screen, nothing happens.
I made sure to disable all BIOS boot security, but still nothing happens, so I think something on hp side is stopping it from booting.
boot system-installation uefi grub-efi
boot system-installation uefi grub-efi
edited Sep 13 '18 at 21:14
K7AAY
3,94921644
3,94921644
asked Sep 13 '18 at 20:05
Hannan RhodesHannan Rhodes
112
112
@K7AAY Yeah I thought the same thing, so i made multiple installation drives, and tested it on a separate machine, and it was able to boot into the installer, its just this computer. And I'm using etcher which does verify the drive checksum,
– Hannan Rhodes
Sep 13 '18 at 20:20
@K7AAY Nothing, just black, just like every option on the grub menu.
– Hannan Rhodes
Sep 13 '18 at 20:42
Have you updated UEFI from HP? And firmware for NVMe drive? Not sure about AMD systems otherwise. Is system using AHCI for drives not RAID? If you change be sure to install AHCI drivers into Windows first.
– oldfred
Sep 13 '18 at 20:49
UEFI is updated from july, and drivers are updated and not using AHCI, I also made sure to disable all security options in bios and disabled legacy and secure boot,
– Hannan Rhodes
Sep 13 '18 at 20:52
You need AHCI turned on.
– oldfred
Sep 13 '18 at 23:32
add a comment |
@K7AAY Yeah I thought the same thing, so i made multiple installation drives, and tested it on a separate machine, and it was able to boot into the installer, its just this computer. And I'm using etcher which does verify the drive checksum,
– Hannan Rhodes
Sep 13 '18 at 20:20
@K7AAY Nothing, just black, just like every option on the grub menu.
– Hannan Rhodes
Sep 13 '18 at 20:42
Have you updated UEFI from HP? And firmware for NVMe drive? Not sure about AMD systems otherwise. Is system using AHCI for drives not RAID? If you change be sure to install AHCI drivers into Windows first.
– oldfred
Sep 13 '18 at 20:49
UEFI is updated from july, and drivers are updated and not using AHCI, I also made sure to disable all security options in bios and disabled legacy and secure boot,
– Hannan Rhodes
Sep 13 '18 at 20:52
You need AHCI turned on.
– oldfred
Sep 13 '18 at 23:32
@K7AAY Yeah I thought the same thing, so i made multiple installation drives, and tested it on a separate machine, and it was able to boot into the installer, its just this computer. And I'm using etcher which does verify the drive checksum,
– Hannan Rhodes
Sep 13 '18 at 20:20
@K7AAY Yeah I thought the same thing, so i made multiple installation drives, and tested it on a separate machine, and it was able to boot into the installer, its just this computer. And I'm using etcher which does verify the drive checksum,
– Hannan Rhodes
Sep 13 '18 at 20:20
@K7AAY Nothing, just black, just like every option on the grub menu.
– Hannan Rhodes
Sep 13 '18 at 20:42
@K7AAY Nothing, just black, just like every option on the grub menu.
– Hannan Rhodes
Sep 13 '18 at 20:42
Have you updated UEFI from HP? And firmware for NVMe drive? Not sure about AMD systems otherwise. Is system using AHCI for drives not RAID? If you change be sure to install AHCI drivers into Windows first.
– oldfred
Sep 13 '18 at 20:49
Have you updated UEFI from HP? And firmware for NVMe drive? Not sure about AMD systems otherwise. Is system using AHCI for drives not RAID? If you change be sure to install AHCI drivers into Windows first.
– oldfred
Sep 13 '18 at 20:49
UEFI is updated from july, and drivers are updated and not using AHCI, I also made sure to disable all security options in bios and disabled legacy and secure boot,
– Hannan Rhodes
Sep 13 '18 at 20:52
UEFI is updated from july, and drivers are updated and not using AHCI, I also made sure to disable all security options in bios and disabled legacy and secure boot,
– Hannan Rhodes
Sep 13 '18 at 20:52
You need AHCI turned on.
– oldfred
Sep 13 '18 at 23:32
You need AHCI turned on.
– oldfred
Sep 13 '18 at 23:32
add a comment |
2 Answers
2
active
oldest
votes
Add these options after quiet splash
by pressing "e" at grub screen. It worked for me without downgrade.
iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait
After ubuntu starts make this changes permanent by editing grub file:
sudo gedit /etc/default/grub
Following line shouldbe edited:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait"
Note:I have reverted /etc/default/grub file after updating kernel 4.20.3 and still working
2
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
add a comment |
So it seemed after a ton of research I had to downgrade the firmware of the laptop and add the install args to nomodeset
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
});
}
});
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%2f1075064%2fcannot-boot-past-uefi-when-installing-ubuntu-on-hp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Add these options after quiet splash
by pressing "e" at grub screen. It worked for me without downgrade.
iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait
After ubuntu starts make this changes permanent by editing grub file:
sudo gedit /etc/default/grub
Following line shouldbe edited:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait"
Note:I have reverted /etc/default/grub file after updating kernel 4.20.3 and still working
2
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
add a comment |
Add these options after quiet splash
by pressing "e" at grub screen. It worked for me without downgrade.
iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait
After ubuntu starts make this changes permanent by editing grub file:
sudo gedit /etc/default/grub
Following line shouldbe edited:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait"
Note:I have reverted /etc/default/grub file after updating kernel 4.20.3 and still working
2
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
add a comment |
Add these options after quiet splash
by pressing "e" at grub screen. It worked for me without downgrade.
iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait
After ubuntu starts make this changes permanent by editing grub file:
sudo gedit /etc/default/grub
Following line shouldbe edited:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait"
Note:I have reverted /etc/default/grub file after updating kernel 4.20.3 and still working
Add these options after quiet splash
by pressing "e" at grub screen. It worked for me without downgrade.
iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait
After ubuntu starts make this changes permanent by editing grub file:
sudo gedit /etc/default/grub
Following line shouldbe edited:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash iommu=soft mce=off acpi=strict processor.max_cstate=5 idle=nomwait"
Note:I have reverted /etc/default/grub file after updating kernel 4.20.3 and still working
edited Jan 21 at 19:37
answered Jan 21 at 18:26
OktayOktay
112
112
2
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
add a comment |
2
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
2
2
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
It would be good idea to elaborate on where to add the said options. :)
– thephoenix01
Jan 21 at 18:39
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
@thephoenix01 sure :)
– Oktay
Jan 21 at 19:11
add a comment |
So it seemed after a ton of research I had to downgrade the firmware of the laptop and add the install args to nomodeset
add a comment |
So it seemed after a ton of research I had to downgrade the firmware of the laptop and add the install args to nomodeset
add a comment |
So it seemed after a ton of research I had to downgrade the firmware of the laptop and add the install args to nomodeset
So it seemed after a ton of research I had to downgrade the firmware of the laptop and add the install args to nomodeset
answered Sep 26 '18 at 3:15
Hannan RhodesHannan Rhodes
112
112
add a comment |
add a comment |
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%2f1075064%2fcannot-boot-past-uefi-when-installing-ubuntu-on-hp%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
@K7AAY Yeah I thought the same thing, so i made multiple installation drives, and tested it on a separate machine, and it was able to boot into the installer, its just this computer. And I'm using etcher which does verify the drive checksum,
– Hannan Rhodes
Sep 13 '18 at 20:20
@K7AAY Nothing, just black, just like every option on the grub menu.
– Hannan Rhodes
Sep 13 '18 at 20:42
Have you updated UEFI from HP? And firmware for NVMe drive? Not sure about AMD systems otherwise. Is system using AHCI for drives not RAID? If you change be sure to install AHCI drivers into Windows first.
– oldfred
Sep 13 '18 at 20:49
UEFI is updated from july, and drivers are updated and not using AHCI, I also made sure to disable all security options in bios and disabled legacy and secure boot,
– Hannan Rhodes
Sep 13 '18 at 20:52
You need AHCI turned on.
– oldfred
Sep 13 '18 at 23:32