LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 12-23-2023, 08:44 AM   #61
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590

At the grub menu press e for edit, add acpi=off to the end of the line that begins with linux. crtrl-x or f10 to boot. What happens?
 
Old 12-27-2023, 12:41 PM   #62
beginstart
Member
 
Registered: Nov 2023
Posts: 92

Original Poster
Rep: Reputation: 0
"At the grub menu press e for edit, add acpi=off to the end of the line that begins with linux. crtrl-x or f10 to boot. What happens?"

I ll do add only the term
acpi=off

then I ll do
F10
and then check what will happen.
Thank You.

***
I did it.
I put acpi=off at the end of the line started with "linux".
Then F10 and
panic.
Im sorry.

Last edited by beginstart; 12-28-2023 at 12:32 PM.
 
Old 12-29-2023, 06:46 PM   #63
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Quote:
I put acpi=off at the end of the line started with "linux".
Then F10 and
panic.
Im sorry.
Well at least we know what isn't the problem, back to the drawing board.
 
Old 12-30-2023, 11:50 AM   #64
beginstart
Member
 
Registered: Nov 2023
Posts: 92

Original Poster
Rep: Reputation: 0
Please
I ask for help.

Is this important:
I created the bug during updating to new Debian.
 
Old 12-30-2023, 05:20 PM   #65
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Go to the grub submenu to this menuentry 'Debian GNU/Linux, with Linux 4.9.0-18-686-pae, press e for edit and change the linux line from this:
linux /boot/vmlinuz-4.9.0-18-686-pae root=UUID=f0295e7e-ea3f-42c4-bef6-e7df6ef9d9bc ro quiet
to this:
linux /boot/vmlinuz-4.9.0-18-686-pae root=/dev/sda1 ro nomodeset acpi=off 2

Do you get a console login screen?
 
Old 12-31-2023, 03:46 PM   #66
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,813
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
Quote:
Originally Posted by beginstart View Post
I do add
init 2
at the end of that line.
Then there is a booting.
Quote:
If boot is successful, you should have shell login prompts on each of tty1-tty6, and be facing the one on tty1 with boot messages remaining on it. You can opt to leave tty1 to goto any of the other ttys using the Alt key, such as Alt-F3, to reach an otherwise empty screen except for a welcome message and login prompt.
Sorry.
I dont understand.
There was then a booting.
Then I see black screen like a terminal.
What do I have to do then?
I don't understand what you did or saw. Was the black screen entirely black with no text? What does "there was a booting" mean? Did you reach a screen with a white text login prompt on a black screen, either before or after striking Alt-F3?

To be clear, this striking of E key to append 2 needs to be repeated on every boot that occurs until a solution to the original problem is found and applied.

Last edited by mrmazda; 01-03-2024 at 09:43 AM. Reason: Amplification apparently needed.
 
Old 01-01-2024, 06:44 AM   #67
beginstart
Member
 
Registered: Nov 2023
Posts: 92

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by colorpurple21859 View Post
Go to the grub submenu to this menuentry 'Debian GNU/Linux, with Linux 4.9.0-18-686-pae, press e for edit and change the linux line from this:
linux /boot/vmlinuz-4.9.0-18-686-pae root=UUID=f0295e7e-ea3f-42c4-bef6-e7df6ef9d9bc ro quiet
to this:
linux /boot/vmlinuz-4.9.0-18-686-pae root=/dev/sda1 ro nomodeset acpi=off 2

Do you get a console login screen?
Sorry.
Same result.
Panic.
Thank You.


Thank You to mrmazda.

Sorry for misunderstanding.
"I don't understand what you did or saw"

My question was:
What do I have to do when there is no panic.
 
Old 01-01-2024, 08:45 AM   #68
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
Quote:
So my first idea was download Debian 11 burn it
boot with DVD and make a new Debian.
This didnt work.
Give more details of what didn't work. What was name of iso you used? What did you do, attempt to reinstall, use rescue mode of iso, other? At what point did it not work?
 
Old 01-01-2024, 01:20 PM   #69
mrmazda
LQ Guru
 
Registered: Aug 2016
Location: SE USA
Distribution: openSUSE 24/7; Debian, Knoppix, Mageia, Fedora, others
Posts: 5,813
Blog Entries: 1

Rep: Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068Reputation: 2068
Quote:
Originally Posted by beginstart View Post
What do I have to do when there is no panic.
Login. Is there a login prompt on each of the screens reached by doing Alt-F6, Alt-F4, Alt-F5, Alt-F3 or Alt-F2? If you can login, then do so as root, not your regular username, and try just the following to start with:
Code:
cat /var/log/Xorg.0.log | pastebinit
Show us exactly what appears on the screen when you do that. It should show a URL. If it does, it's all we need to have in order to see the content of that log file. If you get an error message instead of the URL, we need to see the message.

Next try this:
Code:
journalctl -b -1 | grep aile | pastebinit
This too should provide a URL that you can show us.
 
Old 01-02-2024, 08:15 AM   #70
beginstart
Member
 
Registered: Nov 2023
Posts: 92

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by colorpurple21859 View Post
Give more details of what didn't work. What was name of iso you used? What did you do, attempt to reinstall, use rescue mode of iso, other? At what point did it not work?

"Give more details of what didn't work. "

Same problem.
I did put LIVE DVD in,
boot
panic.
 
Old 01-02-2024, 05:59 PM   #71
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
What is name of iso you used for live DVD?
Give specs of computer: make model, amount of memory, type of processor any other specs that might be helpful.
 
Old 01-03-2024, 09:28 AM   #72
beginstart
Member
 
Registered: Nov 2023
Posts: 92

Original Poster
Rep: Reputation: 0
"Give specs of computer"

Please tell me the instruction
for redaing out the hardware facts.

I did try many LICE DVDs
Debian
Ubuntu
Suse
Fedora
Knoppix

....

Same reaction
"panic".
Its a horrible situation.
Thank You.

Can this help:
Attached Thumbnails
Click image for larger version

Name:	debgrub.png
Views:	15
Size:	10.1 KB
ID:	42334  
 
Old 01-03-2024, 10:21 AM   #73
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,587
Blog Entries: 19

Rep: Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454Reputation: 4454
Computer make and model should be on a label on the case.

For cpu model, open a terminal and type
Code:
cat /proc/cpuinfo|grep model
For memory, type
Code:
 lsmem|grep Total
 
Old 01-03-2024, 06:00 PM   #74
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,353

Rep: Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590Reputation: 1590
If you can only boot in rescue mode, how did you obtain the thumbnail in post 72 of the grub folder from a file manager?

Last edited by colorpurple21859; 01-03-2024 at 08:47 PM.
 
Old 01-04-2024, 09:18 AM   #75
beginstart
Member
 
Registered: Nov 2023
Posts: 92

Original Poster
Rep: Reputation: 0
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
:~$ 




~$ lsmem|grep Total
lsmem: cannot open /sys/devices/system/memory: Datei oder Verzeichnis nicht gefunden
h:~$

Thank You for help.

Filemanager and Chromium is working.

I can edit and burn and open terminals.
 
  


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 09:45 AM.

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