On Wed, 8 Jan 1997, Fundamental wrote: > I know i can fix this by running rdev, but how do i run an rdev on a > kernel that wont boot?
before writing the new kernel to disk or running lilo on it go into /usr/src/linux/arch/i386/boot or some similar path (can't remember exactly what it is at the moment) and find the zImage file. then do a `rdev zImage' to see which partition the kernel is pointing to. if it is pointing to the wrong partition then point it to the correct one. i'm not sure of the syntax as i've never had this problem before but `man rdev' should help you out. after correcting that do a `dd if=zImage of=/dev/fd0 ; sync' and try booting again. good luck. -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED]