LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-05-2018, 09:01 PM   #1
Falling_Stars
LQ Newbie
 
Registered: Dec 2018
Posts: 3

Rep: Reputation: Disabled
Very New Linux Mint 19 User with Complicated Problem


I installed Linux Mint 19 to my 64 bit, 4GB of RAM, on an Asus Notebook K52JU/K52JT series with an intel core i5 cpu M 480 @ 2.67Ghz

I was working with Libre Office files when I accidentally re-started the computer by accidental push of the power button (yes, I'm a klutz, lol)

When the computer re-booted, it went to a screen called busybox v1.27.2

I did the exit command, and got this:

mount: mounting /sys on /root/sys failede: no such file or directory
mount: mounting /proc on /root/proc failed: no such root or directory
/init: line 341: can't open /root/dev/console: no such file
[ 102.830035] kernel panic - not syncing: attempted to kill init! exitcode=0x00000100

and a bunch more data under that.

how do I get up and running again?
 
Old 12-05-2018, 09:29 PM   #2
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,310
Blog Entries: 28

Rep: Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136Reputation: 6136
It's shot in the dark, but you might try booting to a live CD of something (the Mint install disk might work) and reinstalling GRUB. I suggest this because, as you describe the issue, you are not getting to the GRUB screen.

http://ubuntuhandbook.org/index.php/...ntu-wont-boot/

Give that a shot and report back.

Oh, and welcome to LQ.

Last edited by frankbell; 12-05-2018 at 09:30 PM.
 
Old 12-05-2018, 10:14 PM   #3
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,119

Rep: Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120Reputation: 4120
grub has been and gone - those are mount of pseudo filesystem. That's linux, not grub.
I'd be more inclined to think filesystem corruption, but busybox can be pretty limited. Fire up the install USB and run in live mode ("try Ubuntu" or somesuch probably), open a terminal and run these. Post the output - take a photo if you can't get copy-and-paste to work.
Code:
lsblk -f
dmesg | tail -n 15
 
Old 12-06-2018, 01:55 AM   #4
roy_lt_69
Member
 
Registered: Aug 2006
Location: Vancouver, BC, Canada
Distribution: Slackware, Mint, Debian
Posts: 238

Rep: Reputation: 29
Could boot from a Linux USB flash drive to run in Live mode and then run fsck on the Linux partition(s) on the h/d.
 
Old 12-06-2018, 03:25 AM   #5
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Did you have Timeshift up and running (https://linuxmint-installation-guide...imeshift.html)?

If so, you can try reverting to a previous snapshot once you have your filesystem back in shape (with a fsck as mentioned above). You can do this by booting from a live Mint media and running Timeshift from there.
 
Old 12-06-2018, 03:27 AM   #6
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Also an additional note that through your system Power settings, you can change how Mint reacts when the power button is pressed. That might be a good idea in the future (my system, for example, has the setting of "Ask me").
 
Old 12-06-2018, 03:33 AM   #7
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Quote:
Originally Posted by Falling_Stars View Post
Title: Very New Linux Mint 19 User with Complicated Problem
Hello Falling_Stars and welcome to LQ
Can you please change your thread title into something more specific (see my sig)? HOWTO: change the title by editing your very first post of this thread.
This way you may attract more people to your thread and gather a maximum of advice.
 
1 members found this post helpful.
Old 12-06-2018, 05:20 AM   #8
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by Falling_Stars View Post
I accidentally re-started the computer by accidental push of the power button (yes, I'm a klutz, lol)

When the computer re-booted, it went to a screen called busybox v1.27.2

I did the exit command, and got this:

mount: mounting /sys on /root/sys failede: no such file or directory
mount: mounting /proc on /root/proc failed: no such root or directory
/init: line 341: can't open /root/dev/console: no such file
[ 102.830035] kernel panic - not syncing: attempted to kill init! exitcode=0x00000100
this should not happen after accidentally pressing the power button.
are you sure that's what happened?
or maybe you long-pressed? even so, it should not result in a kernel panic.
how many times did you restart the machine between installation and fatal accident?
 
Old 12-06-2018, 07:37 AM   #9
Falling_Stars
LQ Newbie
 
Registered: Dec 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by l0f4r0 View Post
Hello Falling_Stars and welcome to LQ
Can you please change your thread title into something more specific (see my sig)? HOWTO: change the title by editing your very first post of this thread.
This way you may attract more people to your thread and gather a maximum of advice.
How do I edit the thread title? I don't know how
 
Old 12-06-2018, 08:38 AM   #10
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Quote:
Originally Posted by Falling_Stars View Post
How do I edit the thread title? I don't know how
Tell me what is not clear with my instructions
 
Old 12-06-2018, 10:04 AM   #11
Falling_Stars
LQ Newbie
 
Registered: Dec 2018
Posts: 3

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by l0f4r0 View Post
Tell me what is not clear with my instructions
I require very specific step by step instructions. Just how my brain works. I went to the edit post button, and after selecting that edit button, there was no option for me to edit the title, only the body of the post.
 
Old 12-06-2018, 10:53 AM   #12
l0f4r0
Member
 
Registered: Jul 2018
Location: Paris
Distribution: Debian
Posts: 900

Rep: Reputation: 290Reputation: 290Reputation: 290
Quote:
Originally Posted by Falling_Stars View Post
I require very specific step by step instructions. Just how my brain works. I went to the edit post button, and after selecting that edit button, there was no option for me to edit the title, only the body of the post.
Unfortunately my own threads are too old. That's probably the reason why the "Edit" button has disappeared so I cannot give you step by step instructions (however, other members can certainly do it!). Is there really nothing about the title when you click the button (at least a text area when you can enter some new text just above the post content)?

Last edited by l0f4r0; 12-06-2018 at 10:54 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
One very complicated media network.... wemaxey Linux - Networking 2 08-09-2012 10:54 AM
Need a very light linux distribution (seriously, very very light) dafrazzman Linux - Distributions 7 08-06-2009 05:46 AM
A very very very very big problem!! Elbryan Linux - Software 2 09-23-2005 05:56 AM
Computer Stupidities dont miss very very very funny nakkaya General 13 05-14-2003 01:32 PM
Slack is being very very very slack ExEleven Slackware 9 08-28-2002 05:35 AM

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

All times are GMT -5. The time now is 03:56 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