On Thu, 2005-12-29 at 16:19 +0100, Bernd Petrovitsch wrote: > On Thu, 2005-12-29 at 03:45 -0800, Rajaram Suryanarayanan wrote: > > Hi, > > > > I downloaded the source of the kernel 2.6.14.4 and compiled the kernel > > with the following steps. > > > > make xconfig > > make > > make modules_install > > make install. > > > > I saw that the grub.conf was added with the following > > > > title Red Hat Enterprise Linux AS (2.6.14.4-NoIPtables) > > root (hd0,6) > > kernel /vmlinuz-2.6.14.4-NoIPtables ro root=LABEL=/ rhgb quiet > ^^^^^^^ > Replace that qwith the cotrrect device name like /dev/hda33. doesn't matter; the initrd does the mount-by-label correctly anyway. In fact this way it's less error prone... -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/