Kernel panic not syncing : System is deadlocked on memory












0














I updated my Ubuntu 14.04 kernel to 4.19, however,when I reboot there's a error: Kernel panic - not syncing: System is deadlocked on memory.
It remains there, and I don't know what to do.



enter image description here




  1. I have made my kernel several times and installed the modules,there's no error show in the old terminal.

  2. I used GParted to enlarge my dev/sda1,and I have set the Swap area, all done.

  3. Everything is pretty well about the old kernel. I can login and use smoothly.










share|improve this question









New contributor




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




















  • How did you upgrade the kernel? Also, why did you want to use the newer kernel? Any problem with just using the stock one? There might be an easier way to get the feature(s) you need from the newer kernel.
    – Zanna
    2 days ago










  • I installed a new one linux-4.19,I reboot and want to use the new one because I added a syscall in linux-4.19...actually,this is my homework and I have to make it right...
    – wjrforcyber
    2 days ago










  • yeah but how did you install it? what process did you follow? It seems like you did something wrong in the configuration, but we can't see what it was since you haven't given any info... A deadlock means processes are waiting for each other so that none of them can start...
    – Zanna
    2 days ago










  • Command I have used:#cp /boot/config-**** .config; # make menuconfig;#make -j4;#make modules_install ;#make install;#reboot;As for the syscall,I just add a very simple helloword in the sys.c and I have added it in the syscalls.h and syscall_64.tbl. Everything works well in the old one...I really don't know.
    – wjrforcyber
    2 days ago










  • well what do you do in make menuconfig :) ? Really you are not giving enough information for anyone to help you! I would expect to see in your question (not in the comments) every command you have run and any warnings from make (tee out to a file if you don't want to sit and watch it). Does this kernel build and boot without you adding your patch and whatever you do in make menuconfig? The vanilla kernel (if that's what you're building - you haven't said!) will be very light on drivers compared to the Ubuntu kernel, might not have everything for your device. Also why compile as root?
    – Zanna
    2 days ago
















0














I updated my Ubuntu 14.04 kernel to 4.19, however,when I reboot there's a error: Kernel panic - not syncing: System is deadlocked on memory.
It remains there, and I don't know what to do.



enter image description here




  1. I have made my kernel several times and installed the modules,there's no error show in the old terminal.

  2. I used GParted to enlarge my dev/sda1,and I have set the Swap area, all done.

  3. Everything is pretty well about the old kernel. I can login and use smoothly.










share|improve this question









New contributor




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




















  • How did you upgrade the kernel? Also, why did you want to use the newer kernel? Any problem with just using the stock one? There might be an easier way to get the feature(s) you need from the newer kernel.
    – Zanna
    2 days ago










  • I installed a new one linux-4.19,I reboot and want to use the new one because I added a syscall in linux-4.19...actually,this is my homework and I have to make it right...
    – wjrforcyber
    2 days ago










  • yeah but how did you install it? what process did you follow? It seems like you did something wrong in the configuration, but we can't see what it was since you haven't given any info... A deadlock means processes are waiting for each other so that none of them can start...
    – Zanna
    2 days ago










  • Command I have used:#cp /boot/config-**** .config; # make menuconfig;#make -j4;#make modules_install ;#make install;#reboot;As for the syscall,I just add a very simple helloword in the sys.c and I have added it in the syscalls.h and syscall_64.tbl. Everything works well in the old one...I really don't know.
    – wjrforcyber
    2 days ago










  • well what do you do in make menuconfig :) ? Really you are not giving enough information for anyone to help you! I would expect to see in your question (not in the comments) every command you have run and any warnings from make (tee out to a file if you don't want to sit and watch it). Does this kernel build and boot without you adding your patch and whatever you do in make menuconfig? The vanilla kernel (if that's what you're building - you haven't said!) will be very light on drivers compared to the Ubuntu kernel, might not have everything for your device. Also why compile as root?
    – Zanna
    2 days ago














0












0








0







I updated my Ubuntu 14.04 kernel to 4.19, however,when I reboot there's a error: Kernel panic - not syncing: System is deadlocked on memory.
It remains there, and I don't know what to do.



enter image description here




  1. I have made my kernel several times and installed the modules,there's no error show in the old terminal.

  2. I used GParted to enlarge my dev/sda1,and I have set the Swap area, all done.

  3. Everything is pretty well about the old kernel. I can login and use smoothly.










share|improve this question









New contributor




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











I updated my Ubuntu 14.04 kernel to 4.19, however,when I reboot there's a error: Kernel panic - not syncing: System is deadlocked on memory.
It remains there, and I don't know what to do.



enter image description here




  1. I have made my kernel several times and installed the modules,there's no error show in the old terminal.

  2. I used GParted to enlarge my dev/sda1,and I have set the Swap area, all done.

  3. Everything is pretty well about the old kernel. I can login and use smoothly.







14.04 boot kernel compiling






share|improve this question









New contributor




wjrforcyber 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




wjrforcyber 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 2 days ago









Zanna

50.2k13133241




50.2k13133241






New contributor




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









asked 2 days ago









wjrforcyberwjrforcyber

11




11




New contributor




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





New contributor





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






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












  • How did you upgrade the kernel? Also, why did you want to use the newer kernel? Any problem with just using the stock one? There might be an easier way to get the feature(s) you need from the newer kernel.
    – Zanna
    2 days ago










  • I installed a new one linux-4.19,I reboot and want to use the new one because I added a syscall in linux-4.19...actually,this is my homework and I have to make it right...
    – wjrforcyber
    2 days ago










  • yeah but how did you install it? what process did you follow? It seems like you did something wrong in the configuration, but we can't see what it was since you haven't given any info... A deadlock means processes are waiting for each other so that none of them can start...
    – Zanna
    2 days ago










  • Command I have used:#cp /boot/config-**** .config; # make menuconfig;#make -j4;#make modules_install ;#make install;#reboot;As for the syscall,I just add a very simple helloword in the sys.c and I have added it in the syscalls.h and syscall_64.tbl. Everything works well in the old one...I really don't know.
    – wjrforcyber
    2 days ago










  • well what do you do in make menuconfig :) ? Really you are not giving enough information for anyone to help you! I would expect to see in your question (not in the comments) every command you have run and any warnings from make (tee out to a file if you don't want to sit and watch it). Does this kernel build and boot without you adding your patch and whatever you do in make menuconfig? The vanilla kernel (if that's what you're building - you haven't said!) will be very light on drivers compared to the Ubuntu kernel, might not have everything for your device. Also why compile as root?
    – Zanna
    2 days ago


















  • How did you upgrade the kernel? Also, why did you want to use the newer kernel? Any problem with just using the stock one? There might be an easier way to get the feature(s) you need from the newer kernel.
    – Zanna
    2 days ago










  • I installed a new one linux-4.19,I reboot and want to use the new one because I added a syscall in linux-4.19...actually,this is my homework and I have to make it right...
    – wjrforcyber
    2 days ago










  • yeah but how did you install it? what process did you follow? It seems like you did something wrong in the configuration, but we can't see what it was since you haven't given any info... A deadlock means processes are waiting for each other so that none of them can start...
    – Zanna
    2 days ago










  • Command I have used:#cp /boot/config-**** .config; # make menuconfig;#make -j4;#make modules_install ;#make install;#reboot;As for the syscall,I just add a very simple helloword in the sys.c and I have added it in the syscalls.h and syscall_64.tbl. Everything works well in the old one...I really don't know.
    – wjrforcyber
    2 days ago










  • well what do you do in make menuconfig :) ? Really you are not giving enough information for anyone to help you! I would expect to see in your question (not in the comments) every command you have run and any warnings from make (tee out to a file if you don't want to sit and watch it). Does this kernel build and boot without you adding your patch and whatever you do in make menuconfig? The vanilla kernel (if that's what you're building - you haven't said!) will be very light on drivers compared to the Ubuntu kernel, might not have everything for your device. Also why compile as root?
    – Zanna
    2 days ago
















How did you upgrade the kernel? Also, why did you want to use the newer kernel? Any problem with just using the stock one? There might be an easier way to get the feature(s) you need from the newer kernel.
– Zanna
2 days ago




How did you upgrade the kernel? Also, why did you want to use the newer kernel? Any problem with just using the stock one? There might be an easier way to get the feature(s) you need from the newer kernel.
– Zanna
2 days ago












I installed a new one linux-4.19,I reboot and want to use the new one because I added a syscall in linux-4.19...actually,this is my homework and I have to make it right...
– wjrforcyber
2 days ago




I installed a new one linux-4.19,I reboot and want to use the new one because I added a syscall in linux-4.19...actually,this is my homework and I have to make it right...
– wjrforcyber
2 days ago












yeah but how did you install it? what process did you follow? It seems like you did something wrong in the configuration, but we can't see what it was since you haven't given any info... A deadlock means processes are waiting for each other so that none of them can start...
– Zanna
2 days ago




yeah but how did you install it? what process did you follow? It seems like you did something wrong in the configuration, but we can't see what it was since you haven't given any info... A deadlock means processes are waiting for each other so that none of them can start...
– Zanna
2 days ago












Command I have used:#cp /boot/config-**** .config; # make menuconfig;#make -j4;#make modules_install ;#make install;#reboot;As for the syscall,I just add a very simple helloword in the sys.c and I have added it in the syscalls.h and syscall_64.tbl. Everything works well in the old one...I really don't know.
– wjrforcyber
2 days ago




Command I have used:#cp /boot/config-**** .config; # make menuconfig;#make -j4;#make modules_install ;#make install;#reboot;As for the syscall,I just add a very simple helloword in the sys.c and I have added it in the syscalls.h and syscall_64.tbl. Everything works well in the old one...I really don't know.
– wjrforcyber
2 days ago












well what do you do in make menuconfig :) ? Really you are not giving enough information for anyone to help you! I would expect to see in your question (not in the comments) every command you have run and any warnings from make (tee out to a file if you don't want to sit and watch it). Does this kernel build and boot without you adding your patch and whatever you do in make menuconfig? The vanilla kernel (if that's what you're building - you haven't said!) will be very light on drivers compared to the Ubuntu kernel, might not have everything for your device. Also why compile as root?
– Zanna
2 days ago




well what do you do in make menuconfig :) ? Really you are not giving enough information for anyone to help you! I would expect to see in your question (not in the comments) every command you have run and any warnings from make (tee out to a file if you don't want to sit and watch it). Does this kernel build and boot without you adding your patch and whatever you do in make menuconfig? The vanilla kernel (if that's what you're building - you haven't said!) will be very light on drivers compared to the Ubuntu kernel, might not have everything for your device. Also why compile as root?
– Zanna
2 days ago










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


}
});






wjrforcyber 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%2f1107077%2fkernel-panic-not-syncing-system-is-deadlocked-on-memory%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








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










draft saved

draft discarded


















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













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












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





Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


Please pay close attention to the following guidance:


  • 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%2f1107077%2fkernel-panic-not-syncing-system-is-deadlocked-on-memory%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

How to reconfigure Docker Trusted Registry 2.x.x to use CEPH FS mount instead of NFS and other traditional...

is 'sed' thread safe

How to make a Squid Proxy server?