After resizing root and home partition it is stuck on emergency mode during boot Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Attaching disk to AWS VM causes host to boot into emergency modeInstallation Ubuntu 16.04: emergency mode booting after Bluetooth conflict16.10 Can't boot (emergency mode) 'swap has failed'Xubuntu barfed when I tried to reboot after dd backupACPI Error: [CP1] Namespace lookup failure AE_NOT_FOUNDhome partition not mounted during system startupUbuntu 18.04 installed in external hard drive, how to make it compatible in other OSubuntu 16.04 LTS does not startproblem booting ubuntu (emergency mode)Ubuntu 18.04 Emergency Mode

3 doors, three guards, one stone

Is there a service that would inform me whenever a new direct route is scheduled from a given airport?

Is above average number of years spent on PhD considered a red flag in future academia or industry positions?

Did the new image of black hole confirm the general theory of relativity?

Cold is to Refrigerator as warm is to?

If I can make up priors, why can't I make up posteriors?

How do I automatically answer y in bash script?

Autumning in love

How to colour the US map with Yellow, Green, Red and Blue to minimize the number of states with the colour of Green

When communicating altitude with a '9' in it, should it be pronounced "nine hundred" or "niner hundred"?

Using "nakedly" instead of "with nothing on"

How to say that you spent the night with someone, you were only sleeping and nothing else?

Can a zero nonce be safely used with AES-GCM if the key is random and never used again?

Why does this iterative way of solving of equation work?

What is the electric potential inside a point charge?

How do you clear the ApexPages.getMessages() collection in a test?

Classification of bundles, Postnikov towers, obstruction theory, local coefficients

Can a non-EU citizen traveling with me come with me through the EU passport line?

Single author papers against my advisor's will?

Simulating Exploding Dice

Two different pronunciation of "понял"

Who can trigger ship-wide alerts in Star Trek?

Unable to start mainnet node docker container

Area of a 2D convex hull



After resizing root and home partition it is stuck on emergency mode during boot



Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Attaching disk to AWS VM causes host to boot into emergency modeInstallation Ubuntu 16.04: emergency mode booting after Bluetooth conflict16.10 Can't boot (emergency mode) 'swap has failed'Xubuntu barfed when I tried to reboot after dd backupACPI Error: [CP1] Namespace lookup failure AE_NOT_FOUNDhome partition not mounted during system startupUbuntu 18.04 installed in external hard drive, how to make it compatible in other OSubuntu 16.04 LTS does not startproblem booting ubuntu (emergency mode)Ubuntu 18.04 Emergency Mode



.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I am running Kubuntu 18.04 LTS on my machine, it is fully dedicated and standalone with no other operating system on it.



Using an Ubuntu Live Disk and Gparted, I recently shrinked the size of my root partition from 160 GiB to only 60 GiB and increased the size of my Home directory partition which I had previously. The linux-swap partition which was about 10 GiB was sitting in between the root directory and the home directory. Which I have also shrinked to 4 GiB (as I have 12 GiB of RAM) and moved it in between boot partition mount and root partition mount.



So the partitioning is like below:



512 MB : /efi 
2 GB : /boot
4 GB : /linux-swap
60 GB : /root
Everything else : /home


I haven't touched the efi and boot partition mount at all.



This is the error message as it shows below:
(I have also put a picture below for reference as it is an OCR version of the error message)



00440821 mce: [Hardware Error: CPU 0: Machine Check: 0 Bank 5: ae00000000
40110a
0044086 ] mce: [Hardware Error]: TSC O ADDR fef87700 MISC b8a0000086
0044089 ] mce: [Hardware Error: PROCESSOR 0:306c3 TIME 1554998774 SOCKET O

APIC O microcode 25

10022361 Problem loading UEFI:db X.509 certificate (-65)
1002260 ] Problem loading UEFI:db X.509 certificate (-65)
1559344 PKCS#7 signature not signed with a trusted key
1673021 ] ACPI BIOS Error (bug): Could not resolve [_SB.PCIO.GFX0.DD02. BC
L. AE_NOT_FOUND 20180531 /psargs-330)

1673034 ] ACPI Error: Method parse/execution failed _SB.PCIO.PEGO.PEGP.DDO
2. BCL, AE_NOT_FOUND 20180531 /psparse-516)
1678519 ] PKCS#7 signature not signed with a trusted key

1679954 ] PKCS#7 signature not signed with a trusted key
You are in emergency mode. After logging in, type "Journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
(or press Control-D to continue):
root@xen: # systemctl default
You are in emergency mode. After logging in, type Journalctl -xb to view
system logs, "systemct1 reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
or press Control-D to continue):


Picture : https://i.stack.imgur.com/mmtfY.jpg



I'm really locked out and used my phone to ask this question and this is my first community question ever. So please spare me for my mistakes. I only have my Laptop which I have messed up. A fast and easy solution is very much appreciated as I don't want to install Linux again and do everything from scratch (Exams are around the corner).



Thank you in advance.










share|improve this question









New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • This question has been asked before I think. Try disable secure boot from your UEFI Bios and clear the cert (if any) then rebooting.

    – Bernard Wei
    Apr 11 at 17:52











  • Secure boot is disabled. Doesn't work.

    – Godfather
    Apr 11 at 17:58












  • Boot using Live CD and drop to root prompt. Check that the store devices are present, e.g, /dev/sd* or nvme* and try mounting them manually on /mnt to see if they are all okay and your data are still present.

    – Bernard Wei
    Apr 11 at 18:11











  • Yes I saw them! all my data is still there.

    – Godfather
    Apr 11 at 18:39












  • Can you post parted --list <your drive> and also content of /etc/fstab Just want to make sure if anything is statically configured to the device nod, it is still matching your current device setup. Add them to the end of your original question.

    – Bernard Wei
    Apr 11 at 19:05


















1















I am running Kubuntu 18.04 LTS on my machine, it is fully dedicated and standalone with no other operating system on it.



Using an Ubuntu Live Disk and Gparted, I recently shrinked the size of my root partition from 160 GiB to only 60 GiB and increased the size of my Home directory partition which I had previously. The linux-swap partition which was about 10 GiB was sitting in between the root directory and the home directory. Which I have also shrinked to 4 GiB (as I have 12 GiB of RAM) and moved it in between boot partition mount and root partition mount.



So the partitioning is like below:



512 MB : /efi 
2 GB : /boot
4 GB : /linux-swap
60 GB : /root
Everything else : /home


I haven't touched the efi and boot partition mount at all.



This is the error message as it shows below:
(I have also put a picture below for reference as it is an OCR version of the error message)



00440821 mce: [Hardware Error: CPU 0: Machine Check: 0 Bank 5: ae00000000
40110a
0044086 ] mce: [Hardware Error]: TSC O ADDR fef87700 MISC b8a0000086
0044089 ] mce: [Hardware Error: PROCESSOR 0:306c3 TIME 1554998774 SOCKET O

APIC O microcode 25

10022361 Problem loading UEFI:db X.509 certificate (-65)
1002260 ] Problem loading UEFI:db X.509 certificate (-65)
1559344 PKCS#7 signature not signed with a trusted key
1673021 ] ACPI BIOS Error (bug): Could not resolve [_SB.PCIO.GFX0.DD02. BC
L. AE_NOT_FOUND 20180531 /psargs-330)

1673034 ] ACPI Error: Method parse/execution failed _SB.PCIO.PEGO.PEGP.DDO
2. BCL, AE_NOT_FOUND 20180531 /psparse-516)
1678519 ] PKCS#7 signature not signed with a trusted key

1679954 ] PKCS#7 signature not signed with a trusted key
You are in emergency mode. After logging in, type "Journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
(or press Control-D to continue):
root@xen: # systemctl default
You are in emergency mode. After logging in, type Journalctl -xb to view
system logs, "systemct1 reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
or press Control-D to continue):


Picture : https://i.stack.imgur.com/mmtfY.jpg



I'm really locked out and used my phone to ask this question and this is my first community question ever. So please spare me for my mistakes. I only have my Laptop which I have messed up. A fast and easy solution is very much appreciated as I don't want to install Linux again and do everything from scratch (Exams are around the corner).



Thank you in advance.










share|improve this question









New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.




















  • This question has been asked before I think. Try disable secure boot from your UEFI Bios and clear the cert (if any) then rebooting.

    – Bernard Wei
    Apr 11 at 17:52











  • Secure boot is disabled. Doesn't work.

    – Godfather
    Apr 11 at 17:58












  • Boot using Live CD and drop to root prompt. Check that the store devices are present, e.g, /dev/sd* or nvme* and try mounting them manually on /mnt to see if they are all okay and your data are still present.

    – Bernard Wei
    Apr 11 at 18:11











  • Yes I saw them! all my data is still there.

    – Godfather
    Apr 11 at 18:39












  • Can you post parted --list <your drive> and also content of /etc/fstab Just want to make sure if anything is statically configured to the device nod, it is still matching your current device setup. Add them to the end of your original question.

    – Bernard Wei
    Apr 11 at 19:05














1












1








1








I am running Kubuntu 18.04 LTS on my machine, it is fully dedicated and standalone with no other operating system on it.



Using an Ubuntu Live Disk and Gparted, I recently shrinked the size of my root partition from 160 GiB to only 60 GiB and increased the size of my Home directory partition which I had previously. The linux-swap partition which was about 10 GiB was sitting in between the root directory and the home directory. Which I have also shrinked to 4 GiB (as I have 12 GiB of RAM) and moved it in between boot partition mount and root partition mount.



So the partitioning is like below:



512 MB : /efi 
2 GB : /boot
4 GB : /linux-swap
60 GB : /root
Everything else : /home


I haven't touched the efi and boot partition mount at all.



This is the error message as it shows below:
(I have also put a picture below for reference as it is an OCR version of the error message)



00440821 mce: [Hardware Error: CPU 0: Machine Check: 0 Bank 5: ae00000000
40110a
0044086 ] mce: [Hardware Error]: TSC O ADDR fef87700 MISC b8a0000086
0044089 ] mce: [Hardware Error: PROCESSOR 0:306c3 TIME 1554998774 SOCKET O

APIC O microcode 25

10022361 Problem loading UEFI:db X.509 certificate (-65)
1002260 ] Problem loading UEFI:db X.509 certificate (-65)
1559344 PKCS#7 signature not signed with a trusted key
1673021 ] ACPI BIOS Error (bug): Could not resolve [_SB.PCIO.GFX0.DD02. BC
L. AE_NOT_FOUND 20180531 /psargs-330)

1673034 ] ACPI Error: Method parse/execution failed _SB.PCIO.PEGO.PEGP.DDO
2. BCL, AE_NOT_FOUND 20180531 /psparse-516)
1678519 ] PKCS#7 signature not signed with a trusted key

1679954 ] PKCS#7 signature not signed with a trusted key
You are in emergency mode. After logging in, type "Journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
(or press Control-D to continue):
root@xen: # systemctl default
You are in emergency mode. After logging in, type Journalctl -xb to view
system logs, "systemct1 reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
or press Control-D to continue):


Picture : https://i.stack.imgur.com/mmtfY.jpg



I'm really locked out and used my phone to ask this question and this is my first community question ever. So please spare me for my mistakes. I only have my Laptop which I have messed up. A fast and easy solution is very much appreciated as I don't want to install Linux again and do everything from scratch (Exams are around the corner).



Thank you in advance.










share|improve this question









New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I am running Kubuntu 18.04 LTS on my machine, it is fully dedicated and standalone with no other operating system on it.



Using an Ubuntu Live Disk and Gparted, I recently shrinked the size of my root partition from 160 GiB to only 60 GiB and increased the size of my Home directory partition which I had previously. The linux-swap partition which was about 10 GiB was sitting in between the root directory and the home directory. Which I have also shrinked to 4 GiB (as I have 12 GiB of RAM) and moved it in between boot partition mount and root partition mount.



So the partitioning is like below:



512 MB : /efi 
2 GB : /boot
4 GB : /linux-swap
60 GB : /root
Everything else : /home


I haven't touched the efi and boot partition mount at all.



This is the error message as it shows below:
(I have also put a picture below for reference as it is an OCR version of the error message)



00440821 mce: [Hardware Error: CPU 0: Machine Check: 0 Bank 5: ae00000000
40110a
0044086 ] mce: [Hardware Error]: TSC O ADDR fef87700 MISC b8a0000086
0044089 ] mce: [Hardware Error: PROCESSOR 0:306c3 TIME 1554998774 SOCKET O

APIC O microcode 25

10022361 Problem loading UEFI:db X.509 certificate (-65)
1002260 ] Problem loading UEFI:db X.509 certificate (-65)
1559344 PKCS#7 signature not signed with a trusted key
1673021 ] ACPI BIOS Error (bug): Could not resolve [_SB.PCIO.GFX0.DD02. BC
L. AE_NOT_FOUND 20180531 /psargs-330)

1673034 ] ACPI Error: Method parse/execution failed _SB.PCIO.PEGO.PEGP.DDO
2. BCL, AE_NOT_FOUND 20180531 /psparse-516)
1678519 ] PKCS#7 signature not signed with a trusted key

1679954 ] PKCS#7 signature not signed with a trusted key
You are in emergency mode. After logging in, type "Journalctl -xb" to view
system logs, "systemctl reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
(or press Control-D to continue):
root@xen: # systemctl default
You are in emergency mode. After logging in, type Journalctl -xb to view
system logs, "systemct1 reboot" to reboot, "systemctl default" or "exit"
to boot into default mode.
Press Enter for maintenance
or press Control-D to continue):


Picture : https://i.stack.imgur.com/mmtfY.jpg



I'm really locked out and used my phone to ask this question and this is my first community question ever. So please spare me for my mistakes. I only have my Laptop which I have messed up. A fast and easy solution is very much appreciated as I don't want to install Linux again and do everything from scratch (Exams are around the corner).



Thank you in advance.







boot partitioning 18.04 uefi gparted






share|improve this question









New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited Apr 11 at 17:11







Godfather













New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked Apr 11 at 16:42









GodfatherGodfather

65




65




New contributor




Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Godfather is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












  • This question has been asked before I think. Try disable secure boot from your UEFI Bios and clear the cert (if any) then rebooting.

    – Bernard Wei
    Apr 11 at 17:52











  • Secure boot is disabled. Doesn't work.

    – Godfather
    Apr 11 at 17:58












  • Boot using Live CD and drop to root prompt. Check that the store devices are present, e.g, /dev/sd* or nvme* and try mounting them manually on /mnt to see if they are all okay and your data are still present.

    – Bernard Wei
    Apr 11 at 18:11











  • Yes I saw them! all my data is still there.

    – Godfather
    Apr 11 at 18:39












  • Can you post parted --list <your drive> and also content of /etc/fstab Just want to make sure if anything is statically configured to the device nod, it is still matching your current device setup. Add them to the end of your original question.

    – Bernard Wei
    Apr 11 at 19:05


















  • This question has been asked before I think. Try disable secure boot from your UEFI Bios and clear the cert (if any) then rebooting.

    – Bernard Wei
    Apr 11 at 17:52











  • Secure boot is disabled. Doesn't work.

    – Godfather
    Apr 11 at 17:58












  • Boot using Live CD and drop to root prompt. Check that the store devices are present, e.g, /dev/sd* or nvme* and try mounting them manually on /mnt to see if they are all okay and your data are still present.

    – Bernard Wei
    Apr 11 at 18:11











  • Yes I saw them! all my data is still there.

    – Godfather
    Apr 11 at 18:39












  • Can you post parted --list <your drive> and also content of /etc/fstab Just want to make sure if anything is statically configured to the device nod, it is still matching your current device setup. Add them to the end of your original question.

    – Bernard Wei
    Apr 11 at 19:05

















This question has been asked before I think. Try disable secure boot from your UEFI Bios and clear the cert (if any) then rebooting.

– Bernard Wei
Apr 11 at 17:52





This question has been asked before I think. Try disable secure boot from your UEFI Bios and clear the cert (if any) then rebooting.

– Bernard Wei
Apr 11 at 17:52













Secure boot is disabled. Doesn't work.

– Godfather
Apr 11 at 17:58






Secure boot is disabled. Doesn't work.

– Godfather
Apr 11 at 17:58














Boot using Live CD and drop to root prompt. Check that the store devices are present, e.g, /dev/sd* or nvme* and try mounting them manually on /mnt to see if they are all okay and your data are still present.

– Bernard Wei
Apr 11 at 18:11





Boot using Live CD and drop to root prompt. Check that the store devices are present, e.g, /dev/sd* or nvme* and try mounting them manually on /mnt to see if they are all okay and your data are still present.

– Bernard Wei
Apr 11 at 18:11













Yes I saw them! all my data is still there.

– Godfather
Apr 11 at 18:39






Yes I saw them! all my data is still there.

– Godfather
Apr 11 at 18:39














Can you post parted --list <your drive> and also content of /etc/fstab Just want to make sure if anything is statically configured to the device nod, it is still matching your current device setup. Add them to the end of your original question.

– Bernard Wei
Apr 11 at 19:05






Can you post parted --list <your drive> and also content of /etc/fstab Just want to make sure if anything is statically configured to the device nod, it is still matching your current device setup. Add them to the end of your original question.

– Bernard Wei
Apr 11 at 19:05











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
);



);






Godfather is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133042%2fafter-resizing-root-and-home-partition-it-is-stuck-on-emergency-mode-during-boot%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








Godfather is a new contributor. Be nice, and check out our Code of Conduct.









draft saved

draft discarded


















Godfather is a new contributor. Be nice, and check out our Code of Conduct.












Godfather is a new contributor. Be nice, and check out our Code of Conduct.











Godfather 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.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1133042%2fafter-resizing-root-and-home-partition-it-is-stuck-on-emergency-mode-during-boot%23new-answer', 'question_page');

);

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







Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?