On Mon, 11 Feb 2002, Prabhu wrote: |couple of days back.. i posted a query about bzImage..but i havent got any |clues yet...so i m forcing myself to write again to the list...
Never post multiple *unrelated* questions in a single.. it'll prevent people might know the answer to one of them from reading/replying. |i compiled a new kernel..i went till make bzimage..after that..since i |m using grub as the boot loader...i dont know how to put the new |kernel image in it..i tried to read man pages..but i dint figure out |much...can some one help me with this.. ? copy your current kernel image to /boot/bzImage-2.4.17 and assuming you are currently running 2.4.9 you'll find an entry like this in menu.lst --snip-- # For booting Linux title Linux root (hd0,0) kernel /bzImage-2.4.9 root=/dev/hda12 --snip-- now *add* another entry into menu.lst right below the existing one. --snip-- # For booting My Custom Linux Kernel title My Custom Linux Kernel root (hd0,0) kernel /bzImage-2.4.17 root=/dev/hda12 --snip-- And you reboot the machine and you'll find the entry in the grub menu for your new kernel. | with that i m also stuck with the other problem..icant to domain |logons with the windows98 machine on linux box. i tried to upgrade |samba but dint get any success in that too..its giving invalid |password or username when i try to do domain log on from win |machine... can some one show me some light ? Shot in the dark.. maybe one of the systems is using an encrypted password and the other is using plain text... check your configuration. Kingsly _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
