LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 12-02-2015, 07:08 PM   #1
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Rep: Reputation: Disabled
Kernel panic after installing Linux Mint 17.2 64bit Cinnamon


Originally I had Windows 7 on my Fujitsu AH532/G21 laptop. I recently installed Ubuntu 15.10, it worked just fine. Then I wanted to try out mint, but it gave me the error
Quote:
kernel panic-not syncing: VFS: unable to mount root fs on unknown block(0,0)
both in the normal boot and the recovery mode.

Upon typing the command
Code:
ls
I get
Quote:
error: failure reading sector 0x0 from cd0
I can't boot from any USB or CD. The only option I get in the boot menu is "ubuntu", and I can't access bios setup to change the boot order. Previously, I could boot from USB and access bios setup.

After long hours of research and trial and error, I've come to the conclusion that the only thing I can modify is the command prompt in GRUB 2.

I am new on these things and I would appreciate easily understandable instructions. thanks
 
Old 12-03-2015, 01:59 AM   #2
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
try out, as in live cd/usb?
your ubuntu install still works?
in that case i'd say something went wrong when you created the bootable live medium.
 
Old 12-03-2015, 04:45 AM   #3
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
I deleted ubuntu to install mint, but the program I used to prepare the usb was Unetbootin (so I guess that was a live usb?)
The ubuntu install doesn't work.

Last edited by etta; 12-03-2015 at 04:53 AM. Reason: clarification
 
Old 12-03-2015, 07:44 AM   #4
yancek
LQ Guru
 
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 10,573

Rep: Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499Reputation: 2499
After you downloaded the Mint iso, did you do an md5 checksum to verify the download? Did you get any warning/error messages while using unetbootin to create the bootable usb? Do you have another computer on which you can try to boot the Mint usb to eliminate that as a possible problem?

Why exactly did you "delete" Ubuntu if it was working and you just wanted to "try Mint"? Obviously, you could try it from the Live USB.
The inability to access the BIOS has nothing to do with any operating system you might have on a flash drive, hard drive or DVD?
Also, at what point do you get the kernel panic message, the usb or the install on the hard drive?
 
1 members found this post helpful.
Old 12-03-2015, 08:34 AM   #5
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
1) I don't know what that is :/ 2) I didn't get any error messages in unetbootin. 3) I have another computer, but I wiped out the usb after this error happened, to use bootrepair but it didn't work as well. Currently I have Ubuntu 15.10 in the usb. The other laptop recognizes it just well, but in the problematic laptop it doesn't show up at all. 4) I didn't find ubuntu very suitable for me so it was more of a transition. 5) Yeah, the BIOS is separate from all that but it's a part of the problem as I can't boot from any usb or cd.

When I turn on the computer the grub menu shows up. there are two options.
Quote:
Linux Mint 17.2 Cinnamon 64-bit
Linux Mint 17.2 Cinnamon 64-bit advanced options
Upon selecting the first option I get the error
Quote:
error: failure reading sector 0x5cdad0 from 'hd0'. Press any key to continue.
Nothing happens when I press any button.

In the second option I get two more options:
Quote:
Linux Mint 17.2 Cinnamon 64-bit, with linux 3.16.0-38-generic
Linux Mint 17.2 Cinnamon 64-bit, with linux 3.16.0-38-generic (recovery mode)
All the options give 0x5cdad0 error but only the recovery mode advances to kernel panic. there are all sorts of things written on the screen at this point. I can post a screenshot if it helps.
 
Old 12-03-2015, 09:03 AM   #6
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by etta View Post
After long hours of research and trial and error, I've come to the conclusion that the only thing I can modify is the command prompt in GRUB 2.
Access BIOS:
Code:
Entering the BIOS Setup Utility
To enter the BIOS Setup Utility, do the following:
1. Turn on or restart your notebook.
2. Press [F2] once the Fujitsu logo appears on the
screen. This will open the main menu of the BIOS
Setup Utility with the current settings displayed.
[1]

Displayed or not, does F2 get you into the BIOS?
Do you hear the POST beeps (Power-On Self Test)?
Press F2 just after POST and see what happens.
From there you should be able to set your boot order to include DVD/USB or other external devices.
"Legacy USB Support" should be enabled says [1] and the default is Enabled.

The Boot Menu can also be invoked by pressing the [F12] key when the Fujitsu logo appears on the screen.
says [1]
Insert USB device prior to (re)boot and press F12 immediately after POST. This may take a couple of keypresses, but
usually one or two is sufficient to get to a boot menu (this boot menu not grub[2]).

IF you are finally able to boot the Mint bootable medium:
Should be an option to "boot from the hard drive", (or similarly worded). Try that.
If that works, you can try these instructions:
Code:
sudo mount /dev/sda1 /mnt
sudo grub-install --root-directory=/mnt /dev/sda
If there are no errors on the grub-install,
reboot the system w\out the USB and see what happens.

Please let us know.

Last edited by Habitual; 12-03-2015 at 09:16 AM.
 
Old 12-03-2015, 09:51 AM   #7
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Unhappy

No post beep when I boot. 1 second of fujitsu screen, then the grub2 menu opens. However, I hear post beep when I press F2, no bios setup shows, it just goes directly to grub2 menu. When I press F12, I hear post beep then get into the broken boot menu. I can't access the bios setup utility in any way, it seems. Also, in the diagnostic screen i can see my usb whenever it's plugged in.
 
Old 12-03-2015, 10:00 AM   #8
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
You have to press F2 or F12 after the post beep.
 
Old 12-03-2015, 10:04 AM   #9
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
There is no post beep unless I press F2 or F12. When the laptop boots, it just goes to the grub menu.
 
Old 12-03-2015, 10:29 AM   #10
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
ouch.

Are you sure the USB is bootable?
 
Old 12-03-2015, 10:35 AM   #11
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Yes. It works in another laptop.
 
Old 12-03-2015, 10:36 AM   #12
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
Quote:
Originally Posted by etta View Post
That's not grub/grub2.
Unless someone here knows that system intimately, I'd say you may have to contact the Manufacturer.

compatibility guide to running Linux with the Fujitsu LifeBook AH532 laptop
says " Tested in Ubuntu 12.04" and "This is an UEFI system"

There are other comments. Some indicate this is a very troubled system to get Linux onto.
 
1 members found this post helpful.
Old 12-03-2015, 01:11 PM   #13
etta
LQ Newbie
 
Registered: Dec 2015
Posts: 7

Original Poster
Rep: Reputation: Disabled
Thanks anyway...
 
Old 12-03-2015, 04:36 PM   #14
Habitual
LQ Veteran
 
Registered: Jan 2011
Location: Abingdon, VA
Distribution: Catalina
Posts: 9,374
Blog Entries: 37

Rep: Reputation: Disabled
You are welcome.
Sorry, it didn't work out.
 
Old 12-04-2015, 12:20 AM   #15
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 Habitual View Post
"This is an UEFI system"
i think herein lies the key to solve your problem.
 
  


Reply

Tags
bios, fujitsu, kernel panic, linuxmint



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
Help needed in installing: Linux Mint 17.2 Rafaela Cinnamon Edition Ascetic_trip Linux - Desktop 1 09-23-2015 08:24 AM
Linux Mint 15 with cinnamon desktop kernel panic Pockets Linux - Newbie 3 07-01-2015 10:26 AM
[SOLVED] Kernel Updates -LInux Mint 17.1 w/Cinnamon pcfixerbob Linux - Newbie 2 05-09-2015 09:31 PM
Ultimate Linux MINT -Cinnamon- 64bit super_tux Linux Mint 1 09-03-2014 04:39 PM
Kernel Panic in 64bit Arch Linux after Kernel Recompile: 2.6.35-rc3 jackerybakery Linux - General 3 06-16-2010 10:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

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