"Mark Hamblin" <MarkHamblin@cox.net> wrote: >13 title Red Hat Linux (2.4.18-3) >14 root (hd0,0) >15 kernel /vmlinuz-2.4.18-3 ro root=/dev/hde2 >16 initrd /initrd-2.4.18-3.img >17 title Red Hat Linux (2.5.46) >18 root (hd0,0) >19 kernel /bzImage-2.5.46 ro root=/dev/hde2 >20 initrd /initrd-2.4.18-3.img > >I added lines 17-20. Note that I use bzImage instead of vmlinuz. I'm not >sure about that. I also don't know if I should modify the initrd line. Line 20 as of above is definitely wrong. Either you create an initrd for your kernel version or (which is probably the simpler thing) is compile all drivers statically into kernel which are necessary to mount / (the root filesystem), i.e. usually the IDE or SCSI driver and the filesystem driver (ext2, ext3, or whatever) and delete line 20 from above. Bernd -- Bernd Petrovitsch Email : bernd@gams.at g.a.m.s gmbh Fax : +43 1 205255-900 Prinz-Eugen-Straße 8 A-1040 Vienna/Austria/Europe LUGA : http://www.luga.at -- Kernelnewbies: Help each other learn about the Linux kernel. Archive: http://mail.nl.linux.org/kernelnewbies/ FAQ: http://kernelnewbies.org/faq/