Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved]Kernel panic - not syncing VFS
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
cristi92b
n00b
n00b


Joined: 26 Feb 2012
Posts: 29

PostPosted: Tue Feb 12, 2013 1:36 am    Post subject: [Solved]Kernel panic - not syncing VFS Reply with quote

I get the following kernel panic message:

Code:
Kernel panic - not syncing: VFS: Unable to mount root fs on unknow block(0,0)


But I dont understand why, I included ext2,ext3,ext4 and SATA support....


/usr/src/linux/.config
Kernel config file


fdisk -l /dev/sda
Code:


Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0xb32d51c8

   Device Boot      Start         End      Blocks   Id  System
/dev/sda1   *           1          45      358400    7  HPFS/NTFS
Partition 1 does not end on cylinder boundary.
/dev/sda2              45       33146   265881600    7  HPFS/NTFS
Partition 2 does not end on cylinder boundary.
/dev/sda3           33146      113460   645120000    7  HPFS/NTFS
Partition 3 does not end on cylinder boundary.
/dev/sda4          113460      121602    65401560    5  Extended
Partition 4 does not end on cylinder boundary.
/dev/sda5          113460      113468       65536   83  Linux
/dev/sda6          113468      121537    64809688   83  Linux
/dev/sda7          121537      121602      523264   82  Linux swap / Solaris



/etc/fstab
Code:

# /etc/fstab: static file system information.
#
# noatime turns off atimes for increased performance (atimes normally aren't
# needed); notail increases performance of ReiserFS (at the expense of storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail / tail freely.
#
# The root filesystem should have a pass number of either 0 or 1.
# All other filesystems should have a pass number of 0 or greater than 1.
#
# See the manpage fstab(5) for more information.
#

# <fs>         <mountpoint>   <type>      <opts>      <dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
/dev/sda5      /boot      ext2      noauto,noatime   1 2
/dev/sda6      /      ext4      noatime      0 1
/dev/sda7      none      swap      sw      0 0
/dev/cdrom      /mnt/cdrom   auto      noauto,ro,user   0 0
#/dev/fd0      /mnt/floppy   auto      noauto      0 0



lspci -k
Code:

00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
   Subsystem: Giga-byte Technology Device 5001
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
   Subsystem: Giga-byte Technology Device 0c11
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
   Subsystem: Giga-byte Technology Device 0c11
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
   Subsystem: Giga-byte Technology Device 0c11
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
   Subsystem: Giga-byte Technology Device 5004
   Kernel driver in use: ohci_hcd
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
   Subsystem: Giga-byte Technology Device 5004
   Kernel driver in use: ehci_hcd
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
   Subsystem: Giga-byte Technology Device a002
   Kernel driver in use: HDA Intel
   Kernel modules: snd-hda-intel
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
   Subsystem: Giga-byte Technology Device 5002
   Kernel driver in use: AMD_IDE
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
   Subsystem: Giga-byte Technology Device e000
   Kernel driver in use: forcedeth
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
   Subsystem: Giga-byte Technology Device b002
   Kernel driver in use: sata_nv
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] Family 10h Processor Link Control
01:06.0 FireWire (IEEE 1394): Agere Systems FW322/323 (rev 61)
   Subsystem: Agere Systems FW322/323
   Kernel driver in use: ohci1394
02:00.0 VGA compatible controller: nVidia Corporation GT218 [GeForce 210] (rev a2)
   Subsystem: Giga-byte Technology Device 34f2
02:00.1 Audio device: nVidia Corporation High Definition Audio Controller (rev a1)
   Subsystem: Giga-byte Technology Device 34f2
   Kernel driver in use: HDA Intel
   Kernel modules: snd-hda-intel


What I did wrong?

------------

It works now, grub syntax was the problem
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