Unable to boot consistently
I recently bought a HP Pavilion desktop computer, which came with a HDD with Windows 10 in it. I installed a second drive (NVME SSD) where I installed ubuntu MATE 18.04, installing grub in this drive as well. The installation process went apparently fine. Then I entered the BIOS and placed ubuntu as the first entry in the UEFI boot order. So far so good.
Unfortunately, when I turn my computer on, the famous grub minimal bash screen almost always shows up.
To boot correctly to the grub menu, I figured out two ways:
- Press rapidly F9 to access the UEFI boot selection menu and select ubuntu, which paradoxically is on top of the list.
- Press F10 to access the BIOS configuration and do nothing, and simply exit without saving changes.
If I'm not quick enough pressing the relevant key, then I type reboot
and repeat. It usually takes me two or three trials.
I know nothing of the booting sequence but I cannot understand this behavior. How are my workarounds different to simply power my computer on?
The output of the following commands is:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 71,7M 1 loop /snap/software-boutique/31
loop1 7:1 0 89,5M 1 loop /snap/core/6130
loop2 7:2 0 86,9M 1 loop /snap/core/4917
loop3 7:3 0 86,7M 1 loop /snap/ubuntu-mate-welcome/169
loop4 7:4 0 7,9M 1 loop /snap/pulsemixer/23
loop5 7:5 0 87,3M 1 loop /snap/ubuntu-mate-welcome/220
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 260M 0 part /boot/efi
├─sda2 8:2 0 16M 0 part
├─sda3 8:3 0 912,5G 0 part
├─sda4 8:4 0 980M 0 part
└─sda5 8:5 0 17,8G 0 part
sr0 11:0 1 1024M 0 rom
nvme0n1 259:0 0 465,8G 0 disk
├─nvme0n1p1 259:1 0 14,9G 0 part [SWAP]
└─nvme0n1p2 259:2 0 450,9G 0 part /
efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0002
Boot0000* ubuntu
Boot0002* Windows Boot Manager
For the record: I managed to boot gracefully by installing rEFInd. The newer versions of ubuntu have it in the official repos. It's a very nice piece of software.
Nevertheless, I'm still curious of what the problem was. I cannot understand this lack of booting consistency.
boot dual-boot grub2 uefi
New contributor
add a comment |
I recently bought a HP Pavilion desktop computer, which came with a HDD with Windows 10 in it. I installed a second drive (NVME SSD) where I installed ubuntu MATE 18.04, installing grub in this drive as well. The installation process went apparently fine. Then I entered the BIOS and placed ubuntu as the first entry in the UEFI boot order. So far so good.
Unfortunately, when I turn my computer on, the famous grub minimal bash screen almost always shows up.
To boot correctly to the grub menu, I figured out two ways:
- Press rapidly F9 to access the UEFI boot selection menu and select ubuntu, which paradoxically is on top of the list.
- Press F10 to access the BIOS configuration and do nothing, and simply exit without saving changes.
If I'm not quick enough pressing the relevant key, then I type reboot
and repeat. It usually takes me two or three trials.
I know nothing of the booting sequence but I cannot understand this behavior. How are my workarounds different to simply power my computer on?
The output of the following commands is:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 71,7M 1 loop /snap/software-boutique/31
loop1 7:1 0 89,5M 1 loop /snap/core/6130
loop2 7:2 0 86,9M 1 loop /snap/core/4917
loop3 7:3 0 86,7M 1 loop /snap/ubuntu-mate-welcome/169
loop4 7:4 0 7,9M 1 loop /snap/pulsemixer/23
loop5 7:5 0 87,3M 1 loop /snap/ubuntu-mate-welcome/220
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 260M 0 part /boot/efi
├─sda2 8:2 0 16M 0 part
├─sda3 8:3 0 912,5G 0 part
├─sda4 8:4 0 980M 0 part
└─sda5 8:5 0 17,8G 0 part
sr0 11:0 1 1024M 0 rom
nvme0n1 259:0 0 465,8G 0 disk
├─nvme0n1p1 259:1 0 14,9G 0 part [SWAP]
└─nvme0n1p2 259:2 0 450,9G 0 part /
efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0002
Boot0000* ubuntu
Boot0002* Windows Boot Manager
For the record: I managed to boot gracefully by installing rEFInd. The newer versions of ubuntu have it in the official repos. It's a very nice piece of software.
Nevertheless, I'm still curious of what the problem was. I cannot understand this lack of booting consistency.
boot dual-boot grub2 uefi
New contributor
please post the output oflsblk
andsudo fdisk -l
. I think disk priority is set to wrong disk.
– Vijay
Jan 14 at 16:27
@Vijay I have posted the output oflsblk
andefibootmgr
. The output offdisk
is very long and somewhat sensible.
– metalfox
Jan 14 at 18:09
@Vijay I did that. But I cannot choose disks but UEFI sources in the BIOS of HP. I placed ubuntu on the top of the list.
– metalfox
Jan 14 at 18:41
add a comment |
I recently bought a HP Pavilion desktop computer, which came with a HDD with Windows 10 in it. I installed a second drive (NVME SSD) where I installed ubuntu MATE 18.04, installing grub in this drive as well. The installation process went apparently fine. Then I entered the BIOS and placed ubuntu as the first entry in the UEFI boot order. So far so good.
Unfortunately, when I turn my computer on, the famous grub minimal bash screen almost always shows up.
To boot correctly to the grub menu, I figured out two ways:
- Press rapidly F9 to access the UEFI boot selection menu and select ubuntu, which paradoxically is on top of the list.
- Press F10 to access the BIOS configuration and do nothing, and simply exit without saving changes.
If I'm not quick enough pressing the relevant key, then I type reboot
and repeat. It usually takes me two or three trials.
I know nothing of the booting sequence but I cannot understand this behavior. How are my workarounds different to simply power my computer on?
The output of the following commands is:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 71,7M 1 loop /snap/software-boutique/31
loop1 7:1 0 89,5M 1 loop /snap/core/6130
loop2 7:2 0 86,9M 1 loop /snap/core/4917
loop3 7:3 0 86,7M 1 loop /snap/ubuntu-mate-welcome/169
loop4 7:4 0 7,9M 1 loop /snap/pulsemixer/23
loop5 7:5 0 87,3M 1 loop /snap/ubuntu-mate-welcome/220
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 260M 0 part /boot/efi
├─sda2 8:2 0 16M 0 part
├─sda3 8:3 0 912,5G 0 part
├─sda4 8:4 0 980M 0 part
└─sda5 8:5 0 17,8G 0 part
sr0 11:0 1 1024M 0 rom
nvme0n1 259:0 0 465,8G 0 disk
├─nvme0n1p1 259:1 0 14,9G 0 part [SWAP]
└─nvme0n1p2 259:2 0 450,9G 0 part /
efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0002
Boot0000* ubuntu
Boot0002* Windows Boot Manager
For the record: I managed to boot gracefully by installing rEFInd. The newer versions of ubuntu have it in the official repos. It's a very nice piece of software.
Nevertheless, I'm still curious of what the problem was. I cannot understand this lack of booting consistency.
boot dual-boot grub2 uefi
New contributor
I recently bought a HP Pavilion desktop computer, which came with a HDD with Windows 10 in it. I installed a second drive (NVME SSD) where I installed ubuntu MATE 18.04, installing grub in this drive as well. The installation process went apparently fine. Then I entered the BIOS and placed ubuntu as the first entry in the UEFI boot order. So far so good.
Unfortunately, when I turn my computer on, the famous grub minimal bash screen almost always shows up.
To boot correctly to the grub menu, I figured out two ways:
- Press rapidly F9 to access the UEFI boot selection menu and select ubuntu, which paradoxically is on top of the list.
- Press F10 to access the BIOS configuration and do nothing, and simply exit without saving changes.
If I'm not quick enough pressing the relevant key, then I type reboot
and repeat. It usually takes me two or three trials.
I know nothing of the booting sequence but I cannot understand this behavior. How are my workarounds different to simply power my computer on?
The output of the following commands is:
lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
loop0 7:0 0 71,7M 1 loop /snap/software-boutique/31
loop1 7:1 0 89,5M 1 loop /snap/core/6130
loop2 7:2 0 86,9M 1 loop /snap/core/4917
loop3 7:3 0 86,7M 1 loop /snap/ubuntu-mate-welcome/169
loop4 7:4 0 7,9M 1 loop /snap/pulsemixer/23
loop5 7:5 0 87,3M 1 loop /snap/ubuntu-mate-welcome/220
sda 8:0 0 931,5G 0 disk
├─sda1 8:1 0 260M 0 part /boot/efi
├─sda2 8:2 0 16M 0 part
├─sda3 8:3 0 912,5G 0 part
├─sda4 8:4 0 980M 0 part
└─sda5 8:5 0 17,8G 0 part
sr0 11:0 1 1024M 0 rom
nvme0n1 259:0 0 465,8G 0 disk
├─nvme0n1p1 259:1 0 14,9G 0 part [SWAP]
└─nvme0n1p2 259:2 0 450,9G 0 part /
efibootmgr
BootCurrent: 0000
Timeout: 0 seconds
BootOrder: 0000,0002
Boot0000* ubuntu
Boot0002* Windows Boot Manager
For the record: I managed to boot gracefully by installing rEFInd. The newer versions of ubuntu have it in the official repos. It's a very nice piece of software.
Nevertheless, I'm still curious of what the problem was. I cannot understand this lack of booting consistency.
boot dual-boot grub2 uefi
boot dual-boot grub2 uefi
New contributor
New contributor
edited 2 days ago
metalfox
New contributor
asked Jan 14 at 15:59
metalfoxmetalfox
1012
1012
New contributor
New contributor
please post the output oflsblk
andsudo fdisk -l
. I think disk priority is set to wrong disk.
– Vijay
Jan 14 at 16:27
@Vijay I have posted the output oflsblk
andefibootmgr
. The output offdisk
is very long and somewhat sensible.
– metalfox
Jan 14 at 18:09
@Vijay I did that. But I cannot choose disks but UEFI sources in the BIOS of HP. I placed ubuntu on the top of the list.
– metalfox
Jan 14 at 18:41
add a comment |
please post the output oflsblk
andsudo fdisk -l
. I think disk priority is set to wrong disk.
– Vijay
Jan 14 at 16:27
@Vijay I have posted the output oflsblk
andefibootmgr
. The output offdisk
is very long and somewhat sensible.
– metalfox
Jan 14 at 18:09
@Vijay I did that. But I cannot choose disks but UEFI sources in the BIOS of HP. I placed ubuntu on the top of the list.
– metalfox
Jan 14 at 18:41
please post the output of
lsblk
and sudo fdisk -l
. I think disk priority is set to wrong disk.– Vijay
Jan 14 at 16:27
please post the output of
lsblk
and sudo fdisk -l
. I think disk priority is set to wrong disk.– Vijay
Jan 14 at 16:27
@Vijay I have posted the output of
lsblk
and efibootmgr
. The output of fdisk
is very long and somewhat sensible.– metalfox
Jan 14 at 18:09
@Vijay I have posted the output of
lsblk
and efibootmgr
. The output of fdisk
is very long and somewhat sensible.– metalfox
Jan 14 at 18:09
@Vijay I did that. But I cannot choose disks but UEFI sources in the BIOS of HP. I placed ubuntu on the top of the list.
– metalfox
Jan 14 at 18:41
@Vijay I did that. But I cannot choose disks but UEFI sources in the BIOS of HP. I placed ubuntu on the top of the list.
– metalfox
Jan 14 at 18:41
add a comment |
0
active
oldest
votes
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
});
}
});
metalfox 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%2f1109679%2funable-to-boot-consistently%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
metalfox is a new contributor. Be nice, and check out our Code of Conduct.
metalfox is a new contributor. Be nice, and check out our Code of Conduct.
metalfox is a new contributor. Be nice, and check out our Code of Conduct.
metalfox 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%2f1109679%2funable-to-boot-consistently%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
please post the output of
lsblk
andsudo fdisk -l
. I think disk priority is set to wrong disk.– Vijay
Jan 14 at 16:27
@Vijay I have posted the output of
lsblk
andefibootmgr
. The output offdisk
is very long and somewhat sensible.– metalfox
Jan 14 at 18:09
@Vijay I did that. But I cannot choose disks but UEFI sources in the BIOS of HP. I placed ubuntu on the top of the list.
– metalfox
Jan 14 at 18:41