Wednesday, May 8, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 14739  / 3 Years ago, mon, may 10, 2021, 5:15:18

I'm a newbie in ubuntu.


I want to get help because I'm facing a kernel panic problem like below.


enter image description here


So I googled and found some solutions and tried.


Solution1. Tried another version of kernel and its recovery mode.


enter image description here


I tried all of them. And they showed same kernel panic and exitcode=0x00000100.


Solution2. Made Ubuntu 18.04 LTS Live USB and tried to boot with USB.


But my computer displayed nothing then.


Solution3. Tried to boot manually in grub2 command line following this link.
https://www.linux.com/training-tutorials/how-rescue-non-booting-grub-2-linux/


But in grub, I couldn't found any sda or other device in /dev directory
enter image description here


Thanks for reading and apologize for my poor English.


More From » boot

 Answers
6

First check your file system...



  • boot to a Ubuntu Live DVD/USB in “Try Ubuntu” mode

  • open a terminal window by pressing Ctrl+Alt+T

  • type sudo fdisk -l

  • identify the /dev/sdXX device name for your "Linux Filesystem"

  • type sudo fsck -f /dev/sdXX, replacing sdXX with the number you found earlier

  • repeat the fsck command if there were errors

  • type reboot


Then test your memory...


Go to https://www.memtest86.com/ and download/run their free memtest to test your memory. Get at least one complete pass of all the 4/4 tests to confirm good memory. This may take a few hours to complete.


[#823] Tuesday, May 11, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ionodest

Total Points: 252
Total Questions: 122
Total Answers: 100

Location: Liechtenstein
Member since Tue, Apr 27, 2021
3 Years ago
ionodest questions
Sat, Jan 1, 22, 06:31, 2 Years ago
Wed, May 12, 21, 03:21, 3 Years ago
Tue, Feb 22, 22, 09:46, 2 Years ago
Thu, Jun 30, 22, 12:12, 2 Years ago
Wed, May 4, 22, 18:48, 2 Years ago
;