LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 04-26-2024, 09:25 AM   #211
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071

Quote:
Originally Posted by beginstart View Post
But why is Debian running.
Each Debian release comes with a newer and bigger, hungrier for RAM kernel:
Quote:
Code:
-rw-r--r-- 1  3702240  7. Mär 2022  vmlinuz-4.9.0-18-686-pae
-rw-r--r-- 1  5042208 31. Dez 16:46 vmlinuz-5.10.0-27-686-pae
Google lists multiple websites that discuss kernel panic diagnosis. Perhaps you can apply what you find there to solving your issue.

I have several PCs that have CPUs that are siblings to your LGA775 Wolfdale E5200, e.g. E7500, E7600 & E8400. Each of them works without panics with either Bullseye amd64 and/or Bookworm amd64.

Good luck finding your kernel panic solution!
 
Old 04-26-2024, 09:58 AM   #212
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
I concur with mrmazda that there is a memory problem, from your panic screen shot:
Quote:
EIP: acpi_ex_system_memory_space_handler.....
code: 89 03 31 ........
 
Old 04-26-2024, 10:35 PM   #213
friendlysalmon8827
Member
 
Registered: Dec 2023
Distribution: Anfroid,Debian
Posts: 101

Rep: Reputation: 6
Quote:
Originally Posted by mrmazda View Post
I believe The old HDD could then be utilized as a backup medium or extra storage space or both.
I'd recommend that the OP seriously consider investing in a Hard Disk Drive(HDD/Spinner) that is targeted at the Small/Home office market sector in addition I'd also strongly recommend that the OP consider investing in a HDD that has A High Mean Time Between Failure(HMTBF) which means that it is less likely to fail on you when you most need it to.

The type of hard disk drive type that I mention in my recommendation above may run you a couple more USD per gigabyte but it will most likely out last your use of the machine.
 
Old 04-30-2024, 06:49 AM   #214
beginstart
Member
 
Registered: Nov 2023
Posts: 95

Original Poster
Rep: Reputation: 0
Next stupid idea:
Update 11 to 12.
Why. The accident happened during the update.


Can somebody post me the five or 6 tasks,
Ill have to do?
Thank You.

Is this the way?

Code:
Edit the file /etc/apt/sources.list using a text editor and replace each instance of bullseye with bookworm. Next find the update line, replace keyword bullseye-updates with bookworm-updates. Finally, search the security line, replace keyword bullseye-security with bookworm-security.

sudo apt update

sudo apt upgrade --without-new-pkgs

sudo apt full-upgrade

Last edited by beginstart; 04-30-2024 at 07:12 AM.
 
Old 04-30-2024, 05:28 PM   #215
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,368

Rep: Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592Reputation: 1592
Quote:
Why. The accident happened during the update.
May be just one of those things that happens without any reason. To check the memory to rule it out as the problem
Code:
sudo apt install memtest86+
reboot should have a boot menu to run memtest to check the memory on the system.

Last edited by colorpurple21859; 04-30-2024 at 05:30 PM.
 
Old 05-01-2024, 11:26 PM   #216
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071
Quote:
Originally Posted by beginstart View Post
Is this the way?
  1. Edit the file /etc/apt/sources.list using a text editor and replace each instance of bullseye with bookworm. Next find the update line, replace keyword bullseye-updates with bookworm-updates. Finally, search the security line, replace keyword bullseye-security with bookworm-security.
  2. sudo apt update
  3. sudo apt upgrade --without-new-pkgs
  4. sudo apt full-upgrade
It's probably worth trying.

Make sure the security line turns out as follows:
Code:
deb http://deb.debian.org/debian-security bookworm-security main non-free non-free-firmware contrib
You may omit contrib if desired.
 
Old 05-05-2024, 06:46 AM   #217
beginstart
Member
 
Registered: Nov 2023
Posts: 95

Original Poster
Rep: Reputation: 0
Code:
sudo apt install memtest86+
I did it.
Thank You.
Everything is fine.
Did memtest86+ say.


Shall memtest86+ stay
and I do ignore it during booting?
 
Old Yesterday, 06:01 AM   #218
beginstart
Member
 
Registered: Nov 2023
Posts: 95

Original Poster
Rep: Reputation: 0
Is this ok?

Special: blank noblank ok after the "/"?


Code:
#OLD
# deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official i386 xfce-CD
Binary-1 20150425-11:43]/ jessie main
#  deb cdrom:[Debian GNU/Linux 8.0.0 _Jessie_ - Official i386 xfce-CD
Binary-1 20150425-11:43]/ jessie main
#   ++deb http://ftp.de.debian.org/debian/ jessie main
#    ++deb-src http://ftp.de.debian.org/debian/ jessie main
# ++ deb http://security.debian.org/ jessie/updates main
#  ++deb-src http://security.debian.org/ jessie/updates main
# jessie-updates, previously known as 'volatile'
#  ++  deb http://ftp.de.debian.org/debian/ jessie-updates main
#  ++ eb-src http://ftp.de.debian.org/debian/ jessie-updates main
#deb http://deb.debian.org/debian/ bullseye main contrib non-free
#deb http://security.debian.org/debian-security bullseye/updates main
contrib non-free
#deb http://security.debian.org/debian-security bullseye-security main
contrib non-free
#deb http://deb.debian.org/debian/ bullseye-updates main contrib non-free
deb http://deb.debian.org/debian/ bullseye main non-free contrib
#deb http://security.debian.org/debian-security bullseye-security main
non-free contrib
deb http://security.debian.org/debian-security bullseye-security main
deb http://deb.debian.org/debian/ bullseye-updates main non-free contrib







#new
#deb http://deb.debian.org/debian/ bookworm main contrib non-free
#deb http://security.debian.org/debian-security bookworm/updates main
contrib non-free
#deb http://security.debian.org/debian-security bookworm-security main
contrib non-free
#deb http://deb.debian.org/debian/ bookworm-updates main contrib non-free
deb http://deb.debian.org/debian/ bookworm main non-free contrib
#deb http://security.debian.org/debian-security bookworm-security main
non-free contrib
deb http://security.debian.org/debian-security bookworm-security main
deb http://deb.debian.org/debian/ bookworm-updates main non-free contrib
 
Old Yesterday, 04:38 PM   #219
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,837
Blog Entries: 1

Rep: Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071Reputation: 2071
Quote:
Originally Posted by beginstart View Post
Code:
contrib non-free
contrib non-free
deb http://deb.debian.org/debian/ bookworm main non-free contrib
non-free contrib
deb http://security.debian.org/debian-security bookworm-security main
deb http://deb.debian.org/debian/ bookworm-updates main non-free contrib
I have quoted what the package management system has to work with on your PC. It ignores lines that begin with #.

So what it is getting is 3 non-valid lines mixed with 3 that look OK. You may be OK to proceed by simply removing from yours the lines that do not begin with "deb".

Here's one of mine for bookworm that works:
Code:
deb http://ftp.debian.org/debian/ bookworm main non-free non-free-firmware contrib

deb http://deb.debian.org/debian-security bookworm-security main non-free non-free-firmware contrib

deb http://deb.debian.org/debian bookworm-updates main non-free non-free-firmware contrib
 
Old Today, 05:41 AM   #220
beginstart
Member
 
Registered: Nov 2023
Posts: 95

Original Poster
Rep: Reputation: 0
So this is a good sources list:

Code:

deb http://ftp.debian.org/debian/ bookworm main non-free non-free-firmware contrib

deb http://deb.debian.org/debian-security bookworm-security main non-free non-free-firmware contrib

deb http://deb.debian.org/debian bookworm-updates main non-free non-free-firmware contrib


Then I do this

Code:
sudo apt update
sudo apt upgrade --without-new-pkgs
sudo apt full-upgrade

# Does mean: OS does ignore it, for better reading, I do delete it.
 
  


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 01:47 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