It gets toUncompressing Linux.... 0k, booting the kernel And then never makes any further progress.
(Actually, both kernels are on the frontend; the GRUB default is the SMP kernel.)
The module that gets made on the frontend won't work on the compute
nodes because the kernels don't match. To force the frontend to use
the non-SMP kernel, I edited /boot/grub/menu.lst and changed
default=0 (the SMP kernel entry) to default=1 (the non-SMP kernel
entry) and rebooted.
menu.lst 是 grub.conf 的一個鏈接
RedHat Linux 5.3 above