VirtualBox: Guest suddenly boots only into UEFI Interactive Shell
Problem with VirtualBox 5.x running on GNU/Linux Debian 9.x host:
EFI-enabled guest suddenly boots only into UEFI Interactive Shell.
It waits for 5 seconds and then it drops to Shell>
.
I don't remember any modifications, which I would have done, neither to the host, nor guest, or VirtualBox itself.
virtualbox virtual-machine uefi
add a comment |
Problem with VirtualBox 5.x running on GNU/Linux Debian 9.x host:
EFI-enabled guest suddenly boots only into UEFI Interactive Shell.
It waits for 5 seconds and then it drops to Shell>
.
I don't remember any modifications, which I would have done, neither to the host, nor guest, or VirtualBox itself.
virtualbox virtual-machine uefi
add a comment |
Problem with VirtualBox 5.x running on GNU/Linux Debian 9.x host:
EFI-enabled guest suddenly boots only into UEFI Interactive Shell.
It waits for 5 seconds and then it drops to Shell>
.
I don't remember any modifications, which I would have done, neither to the host, nor guest, or VirtualBox itself.
virtualbox virtual-machine uefi
Problem with VirtualBox 5.x running on GNU/Linux Debian 9.x host:
EFI-enabled guest suddenly boots only into UEFI Interactive Shell.
It waits for 5 seconds and then it drops to Shell>
.
I don't remember any modifications, which I would have done, neither to the host, nor guest, or VirtualBox itself.
virtualbox virtual-machine uefi
virtualbox virtual-machine uefi
edited Nov 18 '17 at 8:24
Vlastimil
asked Nov 30 '16 at 0:57
VlastimilVlastimil
8,0291363136
8,0291363136
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
Plausible fix:
In UEFI Interactive Shell, enter the file system:
fs0:
Following up with creating this file:
edit startup.nsh
Enter this or similar line to it:
EFIdebiangrubx64.efi
Press CTRL+S to save the file.
Press ENTER to confirm the file name.
Press CTRL+Q to exit the editor.
Restart the Guest:
reset
Important notes:
For some reason you have only a few seconds to edit and save the file. If it takes you longer, then the guest may react with a significant delay. Or it may even freeze.
Replace
debian
with your system's id, e.g.ubuntu
. You may verify this by simply going into theEFI
directory and runningls
.
Another way:
If you don't succeed, and supposing your guest is Linux type, I myself had to do it:
Boot from live USB with any Linux.
Mount the root file system.
Create this file on the mounted file system, adjust the path to wherever you have mounted it:
/boot/efi/startup.nsh
Enter the above explained line to it.
add a comment |
Workaround:
In the VirtualBox settings for your VM, go to System settings and in the Motherboard section un-check the
Enable EFI (Special OSes only).
Save the settings and restart your VM.
Important notes:
This will make the guest system run on BIOS / MBR legacy boot.
Only use, if the solution above does not work for you.
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
add a comment |
I am having this problem and it does not accept any input that I've tried
New contributor
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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%2funix.stackexchange.com%2fquestions%2f326956%2fvirtualbox-guest-suddenly-boots-only-into-uefi-interactive-shell%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
Plausible fix:
In UEFI Interactive Shell, enter the file system:
fs0:
Following up with creating this file:
edit startup.nsh
Enter this or similar line to it:
EFIdebiangrubx64.efi
Press CTRL+S to save the file.
Press ENTER to confirm the file name.
Press CTRL+Q to exit the editor.
Restart the Guest:
reset
Important notes:
For some reason you have only a few seconds to edit and save the file. If it takes you longer, then the guest may react with a significant delay. Or it may even freeze.
Replace
debian
with your system's id, e.g.ubuntu
. You may verify this by simply going into theEFI
directory and runningls
.
Another way:
If you don't succeed, and supposing your guest is Linux type, I myself had to do it:
Boot from live USB with any Linux.
Mount the root file system.
Create this file on the mounted file system, adjust the path to wherever you have mounted it:
/boot/efi/startup.nsh
Enter the above explained line to it.
add a comment |
Plausible fix:
In UEFI Interactive Shell, enter the file system:
fs0:
Following up with creating this file:
edit startup.nsh
Enter this or similar line to it:
EFIdebiangrubx64.efi
Press CTRL+S to save the file.
Press ENTER to confirm the file name.
Press CTRL+Q to exit the editor.
Restart the Guest:
reset
Important notes:
For some reason you have only a few seconds to edit and save the file. If it takes you longer, then the guest may react with a significant delay. Or it may even freeze.
Replace
debian
with your system's id, e.g.ubuntu
. You may verify this by simply going into theEFI
directory and runningls
.
Another way:
If you don't succeed, and supposing your guest is Linux type, I myself had to do it:
Boot from live USB with any Linux.
Mount the root file system.
Create this file on the mounted file system, adjust the path to wherever you have mounted it:
/boot/efi/startup.nsh
Enter the above explained line to it.
add a comment |
Plausible fix:
In UEFI Interactive Shell, enter the file system:
fs0:
Following up with creating this file:
edit startup.nsh
Enter this or similar line to it:
EFIdebiangrubx64.efi
Press CTRL+S to save the file.
Press ENTER to confirm the file name.
Press CTRL+Q to exit the editor.
Restart the Guest:
reset
Important notes:
For some reason you have only a few seconds to edit and save the file. If it takes you longer, then the guest may react with a significant delay. Or it may even freeze.
Replace
debian
with your system's id, e.g.ubuntu
. You may verify this by simply going into theEFI
directory and runningls
.
Another way:
If you don't succeed, and supposing your guest is Linux type, I myself had to do it:
Boot from live USB with any Linux.
Mount the root file system.
Create this file on the mounted file system, adjust the path to wherever you have mounted it:
/boot/efi/startup.nsh
Enter the above explained line to it.
Plausible fix:
In UEFI Interactive Shell, enter the file system:
fs0:
Following up with creating this file:
edit startup.nsh
Enter this or similar line to it:
EFIdebiangrubx64.efi
Press CTRL+S to save the file.
Press ENTER to confirm the file name.
Press CTRL+Q to exit the editor.
Restart the Guest:
reset
Important notes:
For some reason you have only a few seconds to edit and save the file. If it takes you longer, then the guest may react with a significant delay. Or it may even freeze.
Replace
debian
with your system's id, e.g.ubuntu
. You may verify this by simply going into theEFI
directory and runningls
.
Another way:
If you don't succeed, and supposing your guest is Linux type, I myself had to do it:
Boot from live USB with any Linux.
Mount the root file system.
Create this file on the mounted file system, adjust the path to wherever you have mounted it:
/boot/efi/startup.nsh
Enter the above explained line to it.
edited Nov 18 '17 at 8:52
answered Nov 30 '16 at 0:57
VlastimilVlastimil
8,0291363136
8,0291363136
add a comment |
add a comment |
Workaround:
In the VirtualBox settings for your VM, go to System settings and in the Motherboard section un-check the
Enable EFI (Special OSes only).
Save the settings and restart your VM.
Important notes:
This will make the guest system run on BIOS / MBR legacy boot.
Only use, if the solution above does not work for you.
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
add a comment |
Workaround:
In the VirtualBox settings for your VM, go to System settings and in the Motherboard section un-check the
Enable EFI (Special OSes only).
Save the settings and restart your VM.
Important notes:
This will make the guest system run on BIOS / MBR legacy boot.
Only use, if the solution above does not work for you.
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
add a comment |
Workaround:
In the VirtualBox settings for your VM, go to System settings and in the Motherboard section un-check the
Enable EFI (Special OSes only).
Save the settings and restart your VM.
Important notes:
This will make the guest system run on BIOS / MBR legacy boot.
Only use, if the solution above does not work for you.
Workaround:
In the VirtualBox settings for your VM, go to System settings and in the Motherboard section un-check the
Enable EFI (Special OSes only).
Save the settings and restart your VM.
Important notes:
This will make the guest system run on BIOS / MBR legacy boot.
Only use, if the solution above does not work for you.
edited Nov 18 '17 at 8:29
Vlastimil
8,0291363136
8,0291363136
answered Jul 18 '17 at 20:27
Sagar_c_kSagar_c_k
93
93
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
add a comment |
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
Yes, thank you! It was necessary to Enable EFI in order to make the GParted Live CD work. However, after resizing the disk partitions in GParted, I encountered this error, and also an error "fs0 is not a correct mapping" if I tried to enter the file system. Disabling this flag solved issue.
– Jamie
Oct 25 '18 at 5:35
add a comment |
I am having this problem and it does not accept any input that I've tried
New contributor
add a comment |
I am having this problem and it does not accept any input that I've tried
New contributor
add a comment |
I am having this problem and it does not accept any input that I've tried
New contributor
I am having this problem and it does not accept any input that I've tried
New contributor
New contributor
answered 7 mins ago
GN TrainsGN Trains
1
1
New contributor
New contributor
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f326956%2fvirtualbox-guest-suddenly-boots-only-into-uefi-interactive-shell%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