LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-21-2024, 03:31 PM   #106
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,852
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074

Quote:
Originally Posted by beginstart View Post
Code:
journalctl -b -1 | grep aile | pastebinit
https://paste.debian.net/1304530/
I observe nothing there suggestive of trouble with normal booting.

I'm inserting here for reference the relevant portions of output from the latter two requested commands:
Quote:
Code:
cat /etc/fstab /proc/mdstat | pastebinit
https://paste.debian.net/1304532/
Code:
# <file system> <mount point>   <type>  <options>       <dump>  <pass>
# / was on /dev/sda1 during installation
UUID=f0295e7e-ea3f-42c4-bef6-e7df6ef9d9bc /               ext4    errors=remount-ro 0       1
# swap was on /dev/sda5 during installation
UUID=b372616b-6d70-4ed3-a74f-55adebae5ac5 none            swap    sw              0       0
/dev/sr0        /media/cdrom0   udf,iso9660 user,noauto     0       0
Above is a match to comment #35 and looks fine.
Quote:
Code:
lsblk -f | pastebinit
https://paste.debian.net/1304533/
Code:
NAME   FSTYPE FSVER LABEL UUID                                 FSAVAIL FSUSE% MOUNTPOINT
sda                                                                           
├─sda1 ext4   1.0         f0295e7e-ea3f-42c4-bef6-e7df6ef9d9bc   42,9G    64% /
├─sda2                                                                        
└─sda5 swap   1           b372616b-6d70-4ed3-a74f-55adebae5ac5                [SWAP]
Above is a match to fstab. The UUID for sda1 is a cursory match to all instances of UUID= in comment #31. IOW, I still see no evidence of reason why the default Grub stanza would cause kernel panic.

Is there only the Grub rescue boot selection that fails to panic, or do others besides the default also cause panic?
 
Old 01-22-2024, 08:50 PM   #107
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
boot where filemanager is working,
open a terminal and post the output of the following:
Code:
ls /boot
uname -r
cat /etc/issue
 
Old 01-23-2024, 06:45 AM   #108
beginstart
Member
 
Registered: Nov 2023
Posts: 97

Original Poster
Rep: Reputation: 0
Thank You for help.



$ ls /boot
config-4.9.0-18-686-pae System.map-4.9.0-18-686-pae
config-5.10.0-13-686-pae System.map-5.10.0-13-686-pae
config-5.10.0-15-686-pae System.map-5.10.0-15-686-pae
grub vmlinuz-4.9.0-18-686-pae
initrd.img-4.9.0-18-686-pae vmlinuz-5.10.0-13-686-pae
initrd.img-5.10.0-13-686-pae vmlinuz-5.10.0-15-686-pae
initrd.img-5.10.0-15-686-pae
$ uname -r
4.9.0-18-686-pae
$ cat /etc/issue
Debian GNU/Linux 11 \n \l


What does this mean?

"Is there only the Grub rescue boot selection that fails to panic, or do others besides the default also cause panic?"



I do boot normal: panic.

I do boot then change to rescue
everything is working
the whole day.
 
Old 01-23-2024, 06:08 PM   #109
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
open a terminal and run the following:
Code:
sudo update-initramfs -u -k 5.10.0-15-686-pae
If no errors, reboot
 
Old 01-25-2024, 07:58 AM   #110
beginstart
Member
 
Registered: Nov 2023
Posts: 97

Original Poster
Rep: Reputation: 0
I did that:

update-initramfs -u -k 5.10.0-15-686-pae

update-initramfs: Generating /boot/initrd.img-5.10.0-15-686-pae



Then I did booting:
Panic
Sorry.
 
Old 01-25-2024, 09:30 AM   #111
_blackhole_
Member
 
Registered: Mar 2023
Distribution: FreeBSD
Posts: 94

Rep: Reputation: 78
Quote:
Originally Posted by beginstart View Post
$ ls /boot
config-4.9.0-18-686-pae System.map-4.9.0-18-686-pae
config-5.10.0-13-686-pae System.map-5.10.0-13-686-pae
config-5.10.0-15-686-pae System.map-5.10.0-15-686-pae
grub vmlinuz-4.9.0-18-686-pae
initrd.img-4.9.0-18-686-pae vmlinuz-5.10.0-13-686-pae
initrd.img-5.10.0-13-686-pae vmlinuz-5.10.0-15-686-pae
initrd.img-5.10.0-15-686-pae
$ uname -r
4.9.0-18-686-pae
$ cat /etc/issue
Debian GNU/Linux 11 \n \l
This shows that the running kernel is from Debian 9 "stretch", two releases behind, so you're getting panics, presumably only when booting 5.10? An incompatible ABI would explain why kernel 4.9 boots where 5.10 panics.

You said you ran upgrades from 7 to 8, you never mentioned upgrades to 9 and 10, though we can see that the upgrade to 9 was at least attempted, not sure about 10? You have no remnant kernels from the Debian 7,8 and 10, so I would suggest the upgrade to 10 was either skipped or never completed. Irrelevant now anyway.

I suspect that some part of the 9 to 10 upgrade was left incomplete and you most likely have some ABI incompatible remnants - it's possible that glibc and many other packages are well behind. You really should have bailed on this one months ago.
Quote:
Originally Posted by beginstart View Post
[CODE]
$ cat /proc/cpuinfo|grep model
model : 23
model name : Pentium(R) Dual-Core CPU E5200 @ 2.50GHz
model : 23
model name : Pentium(R) Dual-Core CPU E5200 @ 2.50GHz
:~$
This CPU supports amd64: https://ark.intel.com/content/www/us...0-mhz-fsb.html

Consider clean installing 64 bit Debian. I suggest you start backing up your important data and reinstalling from scratch.

As you seem completely out of your depth, I would also suggest enlisting some help. This thread has had over 100 replies and you have been at it since the end of November last year and no further forward.

Last edited by _blackhole_; 01-25-2024 at 09:56 AM. Reason: reworded
 
Old 01-25-2024, 02:54 PM   #112
niceflipper8827
Member
 
Registered: Sep 2023
Location: Washington State,USA
Distribution: ChromeOS,SlackWare,Android and Lubuntu
Posts: 68

Rep: Reputation: 2
As several other LQ members have said it would be of great benefit to have the associated log files so that we may better assist you in solving your issue.
 
Old 01-26-2024, 10:00 AM   #113
beginstart
Member
 
Registered: Nov 2023
Posts: 97

Original Poster
Rep: Reputation: 0
Did I understand?
The kernel is
DEBIAN 9
I do use DEBIAN 11--->result crash.

Is this right?
Question:
Do I have to update the kernel?

How can I do it?

I hope we did find my bug.

I did in one step
9 to 10 then to 11
then I did booting
so maybe this was my mistake.

Thank You.
 
Old 01-26-2024, 01:32 PM   #114
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,852
Blog Entries: 1

Rep: Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074Reputation: 2074
Debian 11 should have 5.10 or 6.1 kernel. If your network is working using rescue boot, you may try in one session:
  1. sudo apt clean
  2. sudo apt update
  3. sudo apt-get upgrade
  4. sudo apt-get full-upgrade
This is how I have successfully upgraded my many Debians for many years.
 
Old 01-27-2024, 07:16 AM   #115
beginstart
Member
 
Registered: Nov 2023
Posts: 97

Original Poster
Rep: Reputation: 0
Im sorry.
I do this every week.
No improving.

Explanation:
DEBIAN is doing a lot
but not updating of the kernel.
 
Old 01-27-2024, 08:28 AM   #116
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
try this:
Code:
sudo mv /boot/initrd.img-5.10.0-15-686-pae /boot/initrd.img-5.10.0-15-686-pae.old
sudo update-initramfs -c -k 5.10.0-15-686-pae
reboot

Last edited by colorpurple21859; 01-27-2024 at 08:30 AM.
 
Old 01-28-2024, 07:18 AM   #117
beginstart
Member
 
Registered: Nov 2023
Posts: 97

Original Poster
Rep: Reputation: 0
I ll try it. colorpurple21859



mrmazda I did it. Panic again.

Thank You.

Last edited by beginstart; 01-28-2024 at 07:20 AM.
 
Old 01-29-2024, 09:46 AM   #118
beginstart
Member
 
Registered: Nov 2023
Posts: 97

Original Poster
Rep: Reputation: 0
This did happen:

mv /boot/initrd.img-5.10.0-15-686-pae/boot/initrd.img-5.10.0-15-686-pae.old

mv: Fehlender Zieldatei‐Operand hinter '/boot/initrd.img-5.10.0-15-686-pae/boot/initrd.img-5.10.0-15-686-pae.old'
„mv --help“ liefert weitere Informationen.
~#*
 
Old 01-29-2024, 12:02 PM   #119
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,371

Rep: Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593Reputation: 1593
There is suppose to be a space between -pae and /boot
 
Old 01-29-2024, 01:10 PM   #120
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,549

Rep: Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498Reputation: 2498
I would suggest that when someone gives you a command to enter, you copy/paste it to avoid problems such as this. Also, you should probably translate your results to English rather than expecting members here to do it as it is your problem.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: 'I'm sorry, your lift has had a problem and had to shut down' LXer Syndicated Linux News 0 09-05-2016 07:20 AM
Infinite Grub Loop: GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB GRUB... beeblequix MEPIS 2 11-02-2013 10:56 PM
Hello. I've had this computer for five years and have had MANY different distros on i graeyhat Linux - Desktop 2 10-08-2013 01:12 AM
I had a windows xp pro 64 & ubuntu 10.4 dual boot in which I had to reload windows. JEBUP2JE Ubuntu 2 09-24-2010 12:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 02:33 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration