Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
01-21-2014, 10:43 PM
|
#1
|
LQ Newbie
Registered: Jan 2014
Posts: 29
Rep:
|
Kernel panic - not syncing: VFS: unable to mount root fs on uknown-block(253,0)
SLACKWARE LINUX 14.0
/dev/sda1 = /boot
/dev/sda2 = LVM Partition
/dev/lvfelix/swap = swap
/dev/lvfelix/var = /var
/dev/lvfelix/root = /
/dev/lvfelix/usr = /usr
/dev/lvfelix/opt = /opt
/dev/lvfelix/home = /home
After the installation finished and i boot the operating system this message shows up(see link below)
(picture)
http://postimg.org/image/3nvdh48ex/
|
|
|
01-22-2014, 02:08 AM
|
#2
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979
Rep:
|
Hello fjur94, welcome to LQ,
I suppose you're using a generic kernel?
Seems your missing either the driver for the filesystem (ext4?) or the disk (ahci or ide?) in your initrd.
In general your errormessage means that the kernel cannot mount the / partition due to missing drivers.
I'd recommend to post Slackware-related issues in the Slackware-forums at LQ. I'll report this thread and ask for moving to the Slackware-Forums.
Markus
|
|
|
01-22-2014, 05:34 AM
|
#3
|
Member
Registered: Mar 2008
Location: Malta
Distribution: Slackware
Posts: 575
Rep:
|
/var on a separate partition might not have been a good idea but I cannot locate the document I vaguely remember recommending against it so I cannot be sure.
Did you build an initrd? How?
Did you include the entry for initrd it in /etc/lilo.conf?
Did you run lilo -v after editing /etc/lilo.conf
|
|
|
01-22-2014, 09:25 PM
|
#5
|
LQ Newbie
Registered: Jan 2014
Posts: 29
Original Poster
Rep:
|
Sorry Richard
Chris, no i have not done that :S
|
|
|
01-22-2014, 09:48 PM
|
#6
|
Senior Member
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860
|
No problem, it's just slightly annoying to have to post a reply in two different places.
|
|
|
01-24-2014, 03:02 PM
|
#7
|
LQ Newbie
Registered: Jan 2014
Posts: 29
Original Poster
Rep:
|
i made this vídeo during the installation, the most important part is when it is installing packages
See link below
http://www.youtube.com/watch?v=CsXP3Lb54ao
Note: i'm speaking spanish in the video
|
|
|
01-24-2014, 03:12 PM
|
#8
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979
Rep:
|
Hi,
at least one problem is quite obvious. You use a partition with only 1 GB of size for your /usr directory, this is way too small. I don't know how lvm comes into play, but there are errormessages about "no space left on device". But I would recommend to create only three partitions, /, /home and /swap (if necessary) and you should know that after a complete installation, there are about 7GB used on /
Markus
Last edited by markush; 01-24-2014 at 03:13 PM.
|
|
|
01-24-2014, 03:16 PM
|
#9
|
Senior Member
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860
|
One of your disk partitions filled up during the install. At that point, your system is insane. See which of the partitions is close to full, make it larger and reinstall from scratch.
(By the way, I've been there and done that.)
I've installed other things on this Slackware64 14.1 machine, but my current partition use is
Code:
~$ df -h
Filesystem Size Used Avail Use% Mounted on
/dev/mapper/vg1-rootlv 10G 1.2G 8.8G 12% /
/dev/sda2 488M 39M 415M 9% /boot
/dev/mapper/vg1-homelv 32G 1.5G 31G 5% /home
/dev/mapper/vg1-varlv 20G 829M 20G 5% /var
/dev/mapper/vg1-optlv 16G 2.2M 16G 1% /opt
/dev/mapper/vg1-usrlv 20G 7.5G 13G 38% /usr
/dev/mapper/vg1-libvirtstore 121G 60M 115G 1% /var/lib/libvirt/images
tmpfs 3.8G 0 3.8G 0% /dev/shm
tmpfs 3.8G 33M 3.7G 1% /tmp
You'll note that a lot of stuff goes into /usr, which tends to be the one that fills up. My use of tmpfs for /tmp is not considered standard behavior but I reboot this laptop often.
|
|
|
01-25-2014, 12:56 AM
|
#10
|
LQ Newbie
Registered: Jan 2014
Posts: 29
Original Poster
Rep:
|
i resized the /usr partition, everything seems to be well with the installation but while booting another message appeared
See link below
http://postimg.org/image/o7ggy2zij/
|
|
|
01-25-2014, 04:49 AM
|
#11
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979
Rep:
|
Please boot your install-CD and post the ouput of and then mount your /
Code:
mkdir /mnt/tmp/
mount /dev/rootpartition /mnt/tmp
where rootpartition is the device where your / resides. Then postthe output of
Code:
cat /mnt/tmp/etc/fstab
Furthermore I'd like to see the output of
Code:
ls -lh /mnt/tmp/boot
And please don't put your screenshots on external sites, LQ allows for upload of images, when you're writing your post look below at "Manage Attachments"
Markus
|
|
|
01-25-2014, 07:55 AM
|
#12
|
Senior Member
Registered: Apr 2009
Location: McKinney, Texas
Distribution: Slackware64 15.0
Posts: 3,860
|
The OP will have to run
Code:
/sbin/vgchange -ay --ignorelockingfailure
prior to attempting to mount the root directory.
I would also like to know the mkinitrd command used to create the initrd.
|
|
|
01-25-2014, 02:02 PM
|
#13
|
LQ Newbie
Registered: Jan 2014
Posts: 29
Original Poster
Rep:
|
mkinitrd command:
chroot
$( /usr/share/mkinitrd/mkinitrd_command_generator.sh -r )
Changed lilo.conf
Code:
image = /boot/vmlinuz-generic-smp-3.2.29-smp
initrd = /boot/initrd.gz
root = /dev/lvfelix/root
label = Linux
read-only
i reinstalled again, but i have not reboot yet(im not sure how to boot from cd with vmware, thats why i reinstalled.)
(pictures shows fdisk -l and df -h)
Last edited by fjur94; 01-25-2014 at 02:03 PM.
|
|
|
01-25-2014, 02:29 PM
|
#14
|
LQ Newbie
Registered: Jan 2014
Posts: 29
Original Poster
Rep:
|
markush /mnt/tmp already exist
note: Have not rebooted yet, the system will be damaged again if i start it :s
picture shows (ls -lh /mnt/tmp/boot) and (cat /mnt/tmp/etc/fstab)
Last edited by fjur94; 01-25-2014 at 02:37 PM.
|
|
|
01-25-2014, 02:31 PM
|
#15
|
Senior Member
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979
Rep:
|
Don't forget to run lilo again after creating a new initrd!
I use to have a "failsafe" option in my lilo.conf which means that I have also the huge-kernel available. This helps when there is something wrong with the initrd or the modules. Here the lines of my lilo.conf
Code:
# Linux bootable partition config begins
image = /boot/vmlinuz
initrd = /boot/initrd.gz
append = "resume=/dev/sda9"
root = /dev/sda5
label = Slack64-current
read-only
###
image = /boot/vmlinuz-huge-3.10.17
append = "resume=/dev/sda9"
root = /dev/sda5
label = failsafe
read-only
# Linux bootable partition config ends
I can't help with lmv. But I would recommend to boot the huge kernel in order to find out if the problem is related to initrd or lvm.
Markus
|
|
|
All times are GMT -5. The time now is 05:03 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|