On 03/12/2015 11:24, Karanbir Singh wrote:
On 03/12/15 09:40, Bernard Lheureux wrote:
On 12/03/2015 10:29 AM, Duncan Brown wrote: initramfs is missing... check if /boot/initramfs-{kernelversion}.img is correctly there, if not do a "yum reinstall kernel-{version}" and it should be ok !
You might want to also check there is enough diskspace for the initrd to be built and hosted in the right place..
The boot partition is half empty, and as far as I can tell it is there OK:
[root@gobbla boot]# ls -lah total 252M dr-xr-xr-x. 4 root root 4.0K Dec 3 11:43 . drwxr-xr-x. 18 root root 4.0K Dec 3 11:23 .. -rw-r--r-- 1 root root 121K Sep 15 16:14 config-3.10.0-229.14.1.el7.x86_64 -rw-r--r-- 1 root root 121K Nov 3 19:18 config-3.10.0-229.20.1.el7.x86_64 -rw-r--r-- 1 root root 124K Nov 19 22:20 config-3.10.0-327.el7.x86_64 drwxr-xr-x. 2 root root 26 Oct 9 07:20 grub drwx------. 6 root root 104 Dec 3 11:20 grub2 -rw-r--r--. 1 root root 39M May 21 2015 initramfs-0-rescue-00095717eba54050b81e403ded5ee369.img -rw------- 1 root root 45M Dec 3 11:43 initramfs-3.10.0-229.14.1.el7.x86_64.img -rw------- 1 root root 24M Sep 18 06:33 initramfs-3.10.0-229.14.1.el7.x86_64kdump.img -rw------- 1 root root 35M Dec 3 11:19 initramfs-3.10.0-229.20.1.el7.x86_64.img -rw------- 1 root root 17M Dec 2 13:38 initramfs-3.10.0-229.20.1.el7.x86_64kdump.img -rw------- 1 root root 8.8M Dec 3 11:43 initramfs-3.10.0-229.20.1.el7.x86_64.tmp -rw------- 1 root root 29M Dec 3 11:17 initramfs-3.10.0-327.el7.x86_64.img -rw-r--r--. 1 root root 20M Dec 2 13:40 initrd-plymouth.img -rw-r--r-- 1 root root 235K Sep 15 16:16 symvers-3.10.0-229.14.1.el7.x86_64.gz -rw-r--r-- 1 root root 235K Nov 3 19:21 symvers-3.10.0-229.20.1.el7.x86_64.gz -rw-r--r-- 1 root root 247K Nov 19 22:22 symvers-3.10.0-327.el7.x86_64.gz -rw------- 1 root root 2.8M Sep 15 16:14 System.map-3.10.0-229.14.1.el7.x86_64 -rw------- 1 root root 2.8M Nov 3 19:18 System.map-3.10.0-229.20.1.el7.x86_64 -rw------- 1 root root 2.9M Nov 19 22:20 System.map-3.10.0-327.el7.x86_64 -rwxr-xr-x. 1 root root 4.7M May 21 2015 vmlinuz-0-rescue-00095717eba54050b81e403ded5ee369 -rwxr-xr-x 1 root root 4.8M Sep 15 16:14 vmlinuz-3.10.0-229.14.1.el7.x86_64 -rw-r--r-- 1 root root 171 Sep 15 16:14 .vmlinuz-3.10.0-229.14.1.el7.x86_64.hmac -rwxr-xr-x 1 root root 4.8M Nov 3 19:18 vmlinuz-3.10.0-229.20.1.el7.x86_64 -rw-r--r-- 1 root root 171 Nov 3 19:18 .vmlinuz-3.10.0-229.20.1.el7.x86_64.hmac -rwxr-xr-x 1 root root 5.0M Nov 19 22:20 vmlinuz-3.10.0-327.el7.x86_64 -rw-r--r-- 1 root root 166 Nov 19 22:20 .vmlinuz-3.10.0-327.el7.x86_64.hmac
thanks for the reply
Duncan