GRUB console instead of menu after fresh Debian install Announcing the arrival of Valued...
Does the Black Tentacles spell do damage twice at the start of turn to an already restrained creature?
Why do early math courses focus on the cross sections of a cone and not on other 3D objects?
What does it mean that physics no longer uses mechanical models to describe phenomena?
How can I prevent/balance waiting and turtling as a response to cooldown mechanics
What is the role of と after a noun when it doesn't appear to count or list anything?
How many morphisms from 1 to 1+1 can there be?
Why complex landing gears are used instead of simple,reliability and light weight muscle wire or shape memory alloys?
The Nth Gryphon Number
New Order #6: Easter Egg
i2c bus hangs in master RPi access to MSP430G uC ~1 in 1000 accesses
Why not use the yoke to control yaw, as well as pitch and roll?
I got rid of Mac OSX and replaced it with linux but now I can't change it back to OSX or windows
In musical terms, what properties are varied by the human voice to produce different words / syllables?
Can two people see the same photon?
Google .dev domain strangely redirects to https
As a dual citizen, my US passport will expire one day after traveling to the US. Will this work?
Did Mueller's report provide an evidentiary basis for the claim of Russian govt election interference via social media?
Did any compiler fully use 80-bit floating point?
Is openssl rand command cryptographically secure?
Mounting TV on a weird wall that has some material between the drywall and stud
What order were files/directories output in dir?
Resize vertical bars (absolute-value symbols)
Putting class ranking in CV, but against dept guidelines
What does 丫 mean? 丫是什么意思?
GRUB console instead of menu after fresh Debian install
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30pm US/Eastern)hd0 out of disk, grub rescue> when botting up off a USB drive ONLY with HP EliteBookBooting a second, encrypted Debian installation from Ubuntu grub command lineDebian + 4TB SATA + md RAID - Grub won't install, or if it does, won't bootCan't access new partition via boot menuMetro Boot Manager - Boot between two Windows 8.1 without restartingEFI settings set via efibootmgr are ignored after rebootHow can I permanently set the grub2 prefix and root?Grub installing in wrong drivegrub-install: warning: this GPT partition label contains no BIOS Boot Partition; embedding won't be possibleno bootable device after first install
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
I originally had Win 10 and Ubuntu 16.04 installed, but I chose to replace Ubuntu with Debian 9. The install from live USB went alright, but now my system boots to a GRUB console with ubuntu
in the first line. I'm guessing that I'm seeing the console because GRUB was installed before the Debian installation and didn't get overwritten.
Here's what I'm currently seeing on boot:
GNU GRUB version 2.02~beta2-36ubuntu3.14
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub> set pager=1 grub> ls (hd0) (hd0,gpt5) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt4) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) grub> ls (hd0,gpt4)/ ./ ../ lost+found/ boot/ etc/ media/ bin/ dev/ home/ initrd.img initrd.img.old lib/ lib64/ mnt/ opt/ proc/ root/ run/ sbin/ srv/ sys/ tmp/ usr/ van/ vmlinuz vmlinuz.old .cache/ grub> set root=(hd0,gpt4) grub> linux /boot/vmlinuz-4.5.0-8-amd64 root=/dev/sda4 grub> initrd /boot/initrd.img-4.9.0-8-amd64 grub>
Those commands and a final boot
command (taken from this page) allowed me to boot into my newly installed Debian partition. However, I don't know how to access my Windows partition in this manner. But rather than typing these commands each time, I'd much prefer to choose an OS from the standard GRUB menu.
Once logged into Debian, I followed this guide and verified the install.
# file /boot/efi/EFI/debian/grubx64.efi
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (str
ipped to external PDB), for MS Windows
# efibootmgr --verbose | grep debian
Boot0002* debian HD(1,GPT,ddef9476-3700-495b-a29c-88b19857bc8e,0x800,0x96
000)/File(EFIDEBIANGRUBX64.EFI)
Everything looked fine to me (except maybe HD0
should've shown up from the efibootmgr
command), so I rebooted, but I got the GRUB console again. What steps should I take to get everything working the way it should?
linux ubuntu boot debian grub
New contributor
add a comment |
I originally had Win 10 and Ubuntu 16.04 installed, but I chose to replace Ubuntu with Debian 9. The install from live USB went alright, but now my system boots to a GRUB console with ubuntu
in the first line. I'm guessing that I'm seeing the console because GRUB was installed before the Debian installation and didn't get overwritten.
Here's what I'm currently seeing on boot:
GNU GRUB version 2.02~beta2-36ubuntu3.14
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub> set pager=1 grub> ls (hd0) (hd0,gpt5) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt4) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) grub> ls (hd0,gpt4)/ ./ ../ lost+found/ boot/ etc/ media/ bin/ dev/ home/ initrd.img initrd.img.old lib/ lib64/ mnt/ opt/ proc/ root/ run/ sbin/ srv/ sys/ tmp/ usr/ van/ vmlinuz vmlinuz.old .cache/ grub> set root=(hd0,gpt4) grub> linux /boot/vmlinuz-4.5.0-8-amd64 root=/dev/sda4 grub> initrd /boot/initrd.img-4.9.0-8-amd64 grub>
Those commands and a final boot
command (taken from this page) allowed me to boot into my newly installed Debian partition. However, I don't know how to access my Windows partition in this manner. But rather than typing these commands each time, I'd much prefer to choose an OS from the standard GRUB menu.
Once logged into Debian, I followed this guide and verified the install.
# file /boot/efi/EFI/debian/grubx64.efi
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (str
ipped to external PDB), for MS Windows
# efibootmgr --verbose | grep debian
Boot0002* debian HD(1,GPT,ddef9476-3700-495b-a29c-88b19857bc8e,0x800,0x96
000)/File(EFIDEBIANGRUBX64.EFI)
Everything looked fine to me (except maybe HD0
should've shown up from the efibootmgr
command), so I rebooted, but I got the GRUB console again. What steps should I take to get everything working the way it should?
linux ubuntu boot debian grub
New contributor
add a comment |
I originally had Win 10 and Ubuntu 16.04 installed, but I chose to replace Ubuntu with Debian 9. The install from live USB went alright, but now my system boots to a GRUB console with ubuntu
in the first line. I'm guessing that I'm seeing the console because GRUB was installed before the Debian installation and didn't get overwritten.
Here's what I'm currently seeing on boot:
GNU GRUB version 2.02~beta2-36ubuntu3.14
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub> set pager=1 grub> ls (hd0) (hd0,gpt5) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt4) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) grub> ls (hd0,gpt4)/ ./ ../ lost+found/ boot/ etc/ media/ bin/ dev/ home/ initrd.img initrd.img.old lib/ lib64/ mnt/ opt/ proc/ root/ run/ sbin/ srv/ sys/ tmp/ usr/ van/ vmlinuz vmlinuz.old .cache/ grub> set root=(hd0,gpt4) grub> linux /boot/vmlinuz-4.5.0-8-amd64 root=/dev/sda4 grub> initrd /boot/initrd.img-4.9.0-8-amd64 grub>
Those commands and a final boot
command (taken from this page) allowed me to boot into my newly installed Debian partition. However, I don't know how to access my Windows partition in this manner. But rather than typing these commands each time, I'd much prefer to choose an OS from the standard GRUB menu.
Once logged into Debian, I followed this guide and verified the install.
# file /boot/efi/EFI/debian/grubx64.efi
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (str
ipped to external PDB), for MS Windows
# efibootmgr --verbose | grep debian
Boot0002* debian HD(1,GPT,ddef9476-3700-495b-a29c-88b19857bc8e,0x800,0x96
000)/File(EFIDEBIANGRUBX64.EFI)
Everything looked fine to me (except maybe HD0
should've shown up from the efibootmgr
command), so I rebooted, but I got the GRUB console again. What steps should I take to get everything working the way it should?
linux ubuntu boot debian grub
New contributor
I originally had Win 10 and Ubuntu 16.04 installed, but I chose to replace Ubuntu with Debian 9. The install from live USB went alright, but now my system boots to a GRUB console with ubuntu
in the first line. I'm guessing that I'm seeing the console because GRUB was installed before the Debian installation and didn't get overwritten.
Here's what I'm currently seeing on boot:
GNU GRUB version 2.02~beta2-36ubuntu3.14
Minimal BASH-like line editing is supported. For the first word, TAB lists possible command completions. Anywhere else TAB lists possible device or file completions.
grub> set pager=1 grub> ls (hd0) (hd0,gpt5) (hd0,gpt4) (hd0,gpt3) (hd0,gpt2) (hd0,gpt1) (hd1) (hd1,gpt4) (hd1,gpt3) (hd1,gpt2) (hd1,gpt1) grub> ls (hd0,gpt4)/ ./ ../ lost+found/ boot/ etc/ media/ bin/ dev/ home/ initrd.img initrd.img.old lib/ lib64/ mnt/ opt/ proc/ root/ run/ sbin/ srv/ sys/ tmp/ usr/ van/ vmlinuz vmlinuz.old .cache/ grub> set root=(hd0,gpt4) grub> linux /boot/vmlinuz-4.5.0-8-amd64 root=/dev/sda4 grub> initrd /boot/initrd.img-4.9.0-8-amd64 grub>
Those commands and a final boot
command (taken from this page) allowed me to boot into my newly installed Debian partition. However, I don't know how to access my Windows partition in this manner. But rather than typing these commands each time, I'd much prefer to choose an OS from the standard GRUB menu.
Once logged into Debian, I followed this guide and verified the install.
# file /boot/efi/EFI/debian/grubx64.efi
/boot/efi/EFI/debian/grubx64.efi: PE32+ executable (EFI application) x86-64 (str
ipped to external PDB), for MS Windows
# efibootmgr --verbose | grep debian
Boot0002* debian HD(1,GPT,ddef9476-3700-495b-a29c-88b19857bc8e,0x800,0x96
000)/File(EFIDEBIANGRUBX64.EFI)
Everything looked fine to me (except maybe HD0
should've shown up from the efibootmgr
command), so I rebooted, but I got the GRUB console again. What steps should I take to get everything working the way it should?
linux ubuntu boot debian grub
linux ubuntu boot debian grub
New contributor
New contributor
edited 5 hours ago
JakeGould
32.9k10100142
32.9k10100142
New contributor
asked 5 hours ago
Matt McCarthyMatt McCarthy
11
11
New contributor
New contributor
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
Matt McCarthy 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%2fsuperuser.com%2fquestions%2f1427830%2fgrub-console-instead-of-menu-after-fresh-debian-install%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
Matt McCarthy is a new contributor. Be nice, and check out our Code of Conduct.
Matt McCarthy is a new contributor. Be nice, and check out our Code of Conduct.
Matt McCarthy is a new contributor. Be nice, and check out our Code of Conduct.
Matt McCarthy is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- 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%2fsuperuser.com%2fquestions%2f1427830%2fgrub-console-instead-of-menu-after-fresh-debian-install%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