Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Kernel Panic - VMware BIOS boot
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
TsTr
n00b
n00b


Joined: 09 Jun 2019
Posts: 14

PostPosted: Fri Jun 14, 2019 3:46 am    Post subject: Kernel Panic - VMware BIOS boot Reply with quote

Hello,
I'm keep getting
Code:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0)


I went over a few posts, here and also for other distro's, but still no solution.

I don't get what is the issue.

Any help will be appreciate.


Last edited by TsTr on Fri Jun 14, 2019 3:58 pm; edited 1 time in total
Back to top
View user's profile Send private message
TsTr
n00b
n00b


Joined: 09 Jun 2019
Posts: 14

PostPosted: Fri Jun 14, 2019 9:53 am    Post subject: Reply with quote

Here is the output of
Code:
lspci
:
https://pastebin.com/VLMpaESD

Here is the /usr/src/linux/.conf file:
https://pastebin.com/6SjMtTXU

If need any more information, just let me know.
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Fri Jun 14, 2019 6:28 pm    Post subject: Reply with quote

TsTr,

Code:
unknown-block(0,0)
tells that the kernel cannot see the hard drive.
Your hard drive is on one of
Code:
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 01)


The driver for your IDE interface is
Code:
CONFIG_ATA_PIIX=y
Thats good.

The driver for your SCSI interface is in the
Code:
# CONFIG_FUSION is not set
menu, so its off right now.
Change your kernel to enable the FUSION menu them choose the right option for a 53c1030 PCI-X Fusion-MPT inside the menu.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
TsTr
n00b
n00b


Joined: 09 Jun 2019
Posts: 14

PostPosted: Fri Jun 14, 2019 7:55 pm    Post subject: Reply with quote

Thank you.
I did understand that my hd might not been found that something is missing in the kernel. But I didn't know what related it to.
I edited the conf file and enable few more settings,
recompile and update.
But still the same error:
https://pastebin.com/P0LCVVBq

Is it might be the problem that I do not use initramfs?
Maybe a virtual machine on VMware require initramfs in order to work properly?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Fri Jun 14, 2019 8:35 pm    Post subject: Reply with quote

TsTr,

Code:
CONFIG_FUSION=y
is correct.

Reading the kernel help on the options inside the Fusion menu, one of them says
Code:
CONFIG_FUSION_SPI:                                                                                                                                  │ 
  │                                                                                                                                                     │ 
  │ SCSI HOST support for a parallel SCSI host adapters.                                                                                                │ 
  │                                                                                                                                                     │ 
  │ List of supported controllers:                                                                                                                      │ 
  │                                                                                                                                                     │ 
  │ LSI53C1020                                                                                                                                          │ 
  │ LSI53C1020A                                                                                                                                         │ 
  │ LSI53C1030                                                                                                                                          │ 
  │ LSI53C1035                                                                                                                                          │ 
  │ ATTO UL4D                       

You have a 53c1030, which is on that list but your kernel contains
Code:
# CONFIG_FUSION_SPI is not set
so the driver for your card is still missing.

You do not need an initrd provided everything needed to mount the root filesystem is configured as <*> in the kernel.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
TsTr
n00b
n00b


Joined: 09 Jun 2019
Posts: 14

PostPosted: Fri Jun 14, 2019 9:03 pm    Post subject: Reply with quote

Again, thanks very much for your help.

Work like a charm ! :o

How or where do you find this list in order to know what flag to turn on on menuconfig (for example, the SPI issue)?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54300
Location: 56N 3W

PostPosted: Fri Jun 14, 2019 9:25 pm    Post subject: Reply with quote

TsTr,

About the only way in to read the kernel help, item by item.

This 14 year old post is mostly correct today.
The method in good. The commands are a bit out of date.

Then there is kernel-seeds. Its no longer maintained but it goes into more detail.
The author of the site is still on the forums.

There is the Debian GNU/Linux device driver check page, also unmaintained.

I can't think of a single source.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum