Ubuntu 18.04 server installation gets stuck at 66% while running'update-grub' The 2019 Stack Overflow Developer Survey Results Are InUnable to boot custom kernelHow should I configure grub for booting linux kernel from a USB hard drive?PXE boot with NFS: /sbin/init: No such file or directoryHow to get grub Ubuntu 12.04 to boot from secondary boot partition and use new separate rootGRUB-EFI installation fails while installing Kali Linux in external hard diskToo many Kernel Panic (6) and Linux installations problems in same computerI cannot get a CentOS 7 iso (on a hard drive) to boot from GRUB2Grub stuck loading kernelCan't find initrd file on GRUB consoleUbuntu 18.04 LUKS boot problems
Do these rules for Critical Successes and Critical Failures seem Fair?
Does the shape of a die affect the probability of a number being rolled?
What is the motivation for a law requiring 2 parties to consent for recording a conversation
How to save as into a customized destination on macOS?
Who coined the term "madman theory"?
Is this app Icon Browser Safe/Legit?
How to type this arrow in math mode?
What is the closest word meaning "respect for time / mindful"
Deal with toxic manager when you can't quit
Is an up-to-date browser secure on an out-of-date OS?
Pokemon Turn Based battle (Python)
Can you compress metal and what would be the consequences?
A poker game description that does not feel gimmicky
What are the motivations for publishing new editions of an existing textbook, beyond new discoveries in a field?
Are there any other methods to apply to solving simultaneous equations?
Resizing object distorts it (Illustrator CC 2018)
Is flight data recorder erased after every flight?
Am I thawing this London Broil safely?
How can I autofill dates in Excel excluding Sunday?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
Identify This Plant (Flower)
STM32 programming and BOOT0 pin
Button changing it's text & action. Good or terrible?
Time travel alters history but people keep saying nothing's changed
Ubuntu 18.04 server installation gets stuck at 66% while running'update-grub'
The 2019 Stack Overflow Developer Survey Results Are InUnable to boot custom kernelHow should I configure grub for booting linux kernel from a USB hard drive?PXE boot with NFS: /sbin/init: No such file or directoryHow to get grub Ubuntu 12.04 to boot from secondary boot partition and use new separate rootGRUB-EFI installation fails while installing Kali Linux in external hard diskToo many Kernel Panic (6) and Linux installations problems in same computerI cannot get a CentOS 7 iso (on a hard drive) to boot from GRUB2Grub stuck loading kernelCan't find initrd file on GRUB consoleUbuntu 18.04 LUKS boot problems
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .
I tried a manualboot from here:
root=(hd1,gpt5) # Ubuntu root partition
linux /boot/vmlinuz-something- root=/devlsda5
initrd /boot/initramfs-something-
boot
<enter>
After some boot message scroll, it dropped me in the
Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash)
with the initramfs> prompt.
From here I did an exit
And it showed me the kernel panic! with the following two hints.
mount: mounting/says on /root/says failed : No such file or directory
mount: mounting /process on /root/process failed: No such file or directory
ubuntu grub2 kernel-panic
add a comment |
I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .
I tried a manualboot from here:
root=(hd1,gpt5) # Ubuntu root partition
linux /boot/vmlinuz-something- root=/devlsda5
initrd /boot/initramfs-something-
boot
<enter>
After some boot message scroll, it dropped me in the
Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash)
with the initramfs> prompt.
From here I did an exit
And it showed me the kernel panic! with the following two hints.
mount: mounting/says on /root/says failed : No such file or directory
mount: mounting /process on /root/process failed: No such file or directory
ubuntu grub2 kernel-panic
add a comment |
I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .
I tried a manualboot from here:
root=(hd1,gpt5) # Ubuntu root partition
linux /boot/vmlinuz-something- root=/devlsda5
initrd /boot/initramfs-something-
boot
<enter>
After some boot message scroll, it dropped me in the
Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash)
with the initramfs> prompt.
From here I did an exit
And it showed me the kernel panic! with the following two hints.
mount: mounting/says on /root/says failed : No such file or directory
mount: mounting /process on /root/process failed: No such file or directory
ubuntu grub2 kernel-panic
I am trying to install Ubuntu server but it always gets stuck at the last stage while updating grub.I cancelled the process and rebooted my system, it took me to the grub command prompt grub> .
I tried a manualboot from here:
root=(hd1,gpt5) # Ubuntu root partition
linux /boot/vmlinuz-something- root=/devlsda5
initrd /boot/initramfs-something-
boot
<enter>
After some boot message scroll, it dropped me in the
Busybox v1.27.2 (Ubuntu 1:1.27.2-2ubuntu3) built-in. shell (ash)
with the initramfs> prompt.
From here I did an exit
And it showed me the kernel panic! with the following two hints.
mount: mounting/says on /root/says failed : No such file or directory
mount: mounting /process on /root/process failed: No such file or directory
ubuntu grub2 kernel-panic
ubuntu grub2 kernel-panic
edited 2 days ago
Just Khaithang
asked 2 days ago
Just KhaithangJust Khaithang
207
207
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Not a solution but a couple of Workarounds.
Apparently, that's a bug in os-prober .
I personally tried the second one and it works!
To quote from the link:
Workaround 1: (proaction)
When you are reaching
the “Install the GRUB boot loader to the master boot record?” prompt,
(in my case, no such prompt appeared but i figured out timing of the grub-install)
switch to a console (ctrl+alt+[f2-f6]), and remove this file:rm /target/etc/grub.d/30_os-prober
This will prevent update-grub from running os-prober, which should avoid
running into this issue. Of course, other operating systems won't be
listed, but at least that should prevent the installation process from
getting entirely stuck. I've tested this successfully in a VM with
guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
initially reproduced your issue).
Workaround 2: (reaction)
Otherwise, once the process is stuck, locate the process identifier
(PID) on the first column of the ps output:ps | grep 'dmsetup create'
then kill this dmsetup process. With your output above, that'd be:
kill 19676
(Tested successfully in a VM with the same setup/choices as above.)
KiBi
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%2f511289%2fubuntu-18-04-server-installation-gets-stuck-at-66-while-runningupdate-grub%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
Not a solution but a couple of Workarounds.
Apparently, that's a bug in os-prober .
I personally tried the second one and it works!
To quote from the link:
Workaround 1: (proaction)
When you are reaching
the “Install the GRUB boot loader to the master boot record?” prompt,
(in my case, no such prompt appeared but i figured out timing of the grub-install)
switch to a console (ctrl+alt+[f2-f6]), and remove this file:rm /target/etc/grub.d/30_os-prober
This will prevent update-grub from running os-prober, which should avoid
running into this issue. Of course, other operating systems won't be
listed, but at least that should prevent the installation process from
getting entirely stuck. I've tested this successfully in a VM with
guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
initially reproduced your issue).
Workaround 2: (reaction)
Otherwise, once the process is stuck, locate the process identifier
(PID) on the first column of the ps output:ps | grep 'dmsetup create'
then kill this dmsetup process. With your output above, that'd be:
kill 19676
(Tested successfully in a VM with the same setup/choices as above.)
KiBi
add a comment |
Not a solution but a couple of Workarounds.
Apparently, that's a bug in os-prober .
I personally tried the second one and it works!
To quote from the link:
Workaround 1: (proaction)
When you are reaching
the “Install the GRUB boot loader to the master boot record?” prompt,
(in my case, no such prompt appeared but i figured out timing of the grub-install)
switch to a console (ctrl+alt+[f2-f6]), and remove this file:rm /target/etc/grub.d/30_os-prober
This will prevent update-grub from running os-prober, which should avoid
running into this issue. Of course, other operating systems won't be
listed, but at least that should prevent the installation process from
getting entirely stuck. I've tested this successfully in a VM with
guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
initially reproduced your issue).
Workaround 2: (reaction)
Otherwise, once the process is stuck, locate the process identifier
(PID) on the first column of the ps output:ps | grep 'dmsetup create'
then kill this dmsetup process. With your output above, that'd be:
kill 19676
(Tested successfully in a VM with the same setup/choices as above.)
KiBi
add a comment |
Not a solution but a couple of Workarounds.
Apparently, that's a bug in os-prober .
I personally tried the second one and it works!
To quote from the link:
Workaround 1: (proaction)
When you are reaching
the “Install the GRUB boot loader to the master boot record?” prompt,
(in my case, no such prompt appeared but i figured out timing of the grub-install)
switch to a console (ctrl+alt+[f2-f6]), and remove this file:rm /target/etc/grub.d/30_os-prober
This will prevent update-grub from running os-prober, which should avoid
running into this issue. Of course, other operating systems won't be
listed, but at least that should prevent the installation process from
getting entirely stuck. I've tested this successfully in a VM with
guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
initially reproduced your issue).
Workaround 2: (reaction)
Otherwise, once the process is stuck, locate the process identifier
(PID) on the first column of the ps output:ps | grep 'dmsetup create'
then kill this dmsetup process. With your output above, that'd be:
kill 19676
(Tested successfully in a VM with the same setup/choices as above.)
KiBi
Not a solution but a couple of Workarounds.
Apparently, that's a bug in os-prober .
I personally tried the second one and it works!
To quote from the link:
Workaround 1: (proaction)
When you are reaching
the “Install the GRUB boot loader to the master boot record?” prompt,
(in my case, no such prompt appeared but i figured out timing of the grub-install)
switch to a console (ctrl+alt+[f2-f6]), and remove this file:rm /target/etc/grub.d/30_os-prober
This will prevent update-grub from running os-prober, which should avoid
running into this issue. Of course, other operating systems won't be
listed, but at least that should prevent the installation process from
getting entirely stuck. I've tested this successfully in a VM with
guided (unencrypted) LVM, and standard plus ssh tasks (which is how I
initially reproduced your issue).
Workaround 2: (reaction)
Otherwise, once the process is stuck, locate the process identifier
(PID) on the first column of the ps output:ps | grep 'dmsetup create'
then kill this dmsetup process. With your output above, that'd be:
kill 19676
(Tested successfully in a VM with the same setup/choices as above.)
KiBi
edited 2 days ago
answered 2 days ago
Just KhaithangJust Khaithang
207
207
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%2f511289%2fubuntu-18-04-server-installation-gets-stuck-at-66-while-runningupdate-grub%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
-grub2, kernel-panic, ubuntu