I have recently compiled a new kernel for my linux server. It is almost identical with the previous kernel (I added cifs support). Because physical access to the server is limited, I configured grub to fallback to the old kernel if the new kernel failed to boot cleanly. I can now boot the server, but I don't know which kernel is running.
I tried doing "uname -a" and it gives me the kernel name followed by #2. Is the #2 relevant to my problem?
How can I find out which of the two possible kernels is running? Ideally I'd like to relate it to the order listed in my grub.conf