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





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











  • Secure boot is disabled. Doesn't work.

    – Godfather
    yesterday













  • 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
    yesterday











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

    – Godfather
    yesterday













  • 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
    yesterday




















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
    yesterday











  • Secure boot is disabled. Doesn't work.

    – Godfather
    yesterday













  • 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
    yesterday











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

    – Godfather
    yesterday













  • 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
    yesterday
















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 yesterday







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 yesterday









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
    yesterday











  • Secure boot is disabled. Doesn't work.

    – Godfather
    yesterday













  • 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
    yesterday











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

    – Godfather
    yesterday













  • 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
    yesterday





















  • 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
    yesterday











  • Secure boot is disabled. Doesn't work.

    – Godfather
    yesterday













  • 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
    yesterday











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

    – Godfather
    yesterday













  • 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
    yesterday



















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
yesterday





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
yesterday













Secure boot is disabled. Doesn't work.

– Godfather
yesterday







Secure boot is disabled. Doesn't work.

– Godfather
yesterday















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
yesterday





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
yesterday













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

– Godfather
yesterday







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

– Godfather
yesterday















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
yesterday







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
yesterday












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

GameSpot

connect to host localhost port 22: Connection refused

Getting a Wifi WPA2 wifi connection