[CentOS] directory /dev/disk/by-label

Mon Sep 17 17:28:45 UTC 2012
m.roth at 5-cent.us <m.roth at 5-cent.us>

Jerry Geis wrote:
> On 09/17/2012 01:04 PM, Jerry Geis wrote:
>> On 09/17/2012 01:04 PM, Jerry Geis wrote:
>>>> Because of the information in a previous message, I think you have a
>>>> separate partition for /boot. Is that the case and, if so, did you
>>>> consider section 5.1 of the Grub Installation information?
>>>>
>>>> (For what it's worth, I don't recommend having a separate partition
>>>> for /boot.)
>>>>
>>>> Also, vmlinuz-2.6.32.59 doesn't look right; I think it should be
>>>> vmlinuz-2.6.32.59.el6 or so.
>>>>
>>>> I guess I should ask you to post /boot/grub/grub.conf and /etc/fstab,
>>>> and the outpout of "df" and "ls -l /boot".
>>> No I have one partition in this case.
>>> /dev/sda1 is everything
>>> /dev/sda2 is swap
<snip>
> I have built 2.6.32.59 as I needed to run the kernel without PAE.
> I extracted the kernel on a KVM image, I did
> cp /boot/config-2.6.32-279.el6.i686 .config
> make oldconfig
> make menuconfig
> went to HIGH MEMORY Support and changed to 4GB.
> did the make bzImage, make modules, make modules_install, make install
> That's where I get the 2.6.32.59...
<snip>
Hmmm... you built it. I missed that. Here's a thought: when you built it,
was it *running* on the cf card? If not, consider booting linux rescue,
chroot to the mounted filesystem, and rebuild initrfs, to make sure that
the driver for the cf card is in the init.....

        mark