vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I currently compile my kernel after patched my linux9 (2.4.20) with rtlinux3.2-pre2 patch.I try to boot the new kernel with grub but unsuccessful. My statement in grub.conf is title rtlinux root (hd0,0) kernel /vmlinuz-2.4.20-8 ro root=/dev/hda1 initrd /initrd-2.4.20.8.img the system hangs with the following error pivotroot Does anyone know what's go wrong? Thanks |
| ||||
| begin On Mon, 11 Aug 2003 21:37:16 +0800, Lo Yung Fai wrote: > I currently compile my kernel after patched my linux9 (2.4.20) with > rtlinux3.2-pre2 patch.I try to boot the new kernel with grub but > unsuccessful. > > My statement in grub.conf is > > title rtlinux > root (hd0,0) > kernel /vmlinuz-2.4.20-8 ro root=/dev/hda1 initrd > /initrd-2.4.20.8.img > > the system hangs with the following error > > pivotroot Yes, you patched the wrong kernel source. Red Hat modifies their supplied kernel-source packages with patches themselves. Applying patches based on a standard kernel source works. Applying patches to a patched kernel like Red Hat's can cause problems. Download the kernel-2.4.20 source from; http://www.kernel.org/ Apply your rtlinux3.2-pre2 patch and then compile. -- end There's no attachment here, your reader is broken by Microsoft's choice!! http://support.microsoft.com/default...;EN-US;q265230 |