LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 01-21-2014, 09:13 PM   #1
fjur94
LQ Newbie
 
Registered: Jan 2014
Posts: 29

Rep: Reputation: Disabled
Unhappy Kernel panic - not syncing: VFS: unable to mount root fs on uknown-block(253,0)


/dev/sda1 = /boot = bootable partition
/dev/sda2 = LVM Partition
/dev/lvfelix/root = /
/dev/lvfelix/var = /var
/dev/lvfelix/opt = /opt
/dev/lvfelix/home = /home
/dev/lvfelix/usr = /usr
/dev/lvfelix/swap = swap

Finally i start the installation, then when it finished that i had to boot the operating system, this message shows up(See the link below)

http://postimg.org/image/3nvdh48ex/
 
Old 01-22-2014, 06:05 PM   #2
Richard Cranium
Senior Member
 
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,858

Rep: Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225Reputation: 2225
You'll need an initrd to start LVM up so that you can mount your boot partition.

In the meantime, use your installation DVD/CD to boot up. Don't attempt to mount your partitions, but accept the huge kernel, the default keyboard, and log in as root. Once you've done that, enter the following commands...
Code:
mkdir -p /var/lock/lvm
/sbin/vgchange -ay --ignorelockingfailure
/sbin/udevadm settle --timeout=10
mkdir /mnt/fix
mount /dev/lvfelix/root /mnt/fix
mount -R /proc /mnt/fix/proc
mount -R /sys /mnt/fix/sys
mount -R /dev /mnt/fix/dev
chroot /mnt/fix
mount -a
...and at this point, you should be able to run the /usr/share/mkinitrd/mkinitrd_command_generator.sh script to create your initrd. Ensure that /etc/lilo.conf has the correct stanza in it and re-run lilo. Reboot.

You might want to point /boot/vmlinuz to the generic kernel, too, before you re-run lilo and reboot.
 
  


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
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown block (0,0) hughesits Linux - Newbie 1 10-15-2013 04:29 PM
kernel panic not syncing vfs unable to mount root fs on unknown block(0,0) k84834 Linux - Kernel 1 09-04-2012 10:37 AM
Kernel panic - not syncing:VFS: Unable to mount root fs on unknown-block (1,0) Zenx Linux - Kernel 12 08-04-2010 05:33 AM
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block mitchellray Linux - Software 9 06-25-2010 09:44 PM
Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(3,2) Volgin Linux - Software 1 12-11-2005 07:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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