On Thursday 19 August 2004 15:44, Ahmed A wrote: > Hello, > > I have a RedHat Enterprise Linux 3.0 system. I am > trying to get 2.6 kernel running on this platform. I > successfully compiled the 2.6 kernel, but I have not > done a "make modules_install" yet. I just would like > to get the kernel booting as much as possible without > modules (for now). > > # My 2.6. kernel > title Linux 2.6.7 > root (hd0,0) > kernel /boot/bzImage-2.6.7 ro root=LABEL=/12 > mem=448M vga=normal > I think you'll need to use the initrd if you want LABEL support. Otherwise just put your root device right after the "root=" instead of the LABEL stuff. e.g. root=/dev/hda1 -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/