peted
08-09-2002, 03:37 PM
Redhat 7.2 and trying to build a 2.4.9-34 kernel for a hogwash project (just look hogwash up...).
I can get the kernel built "by the book" and installed. When I boot to the new kernel, only the / (root) mounts. No other partitions mount.
here are the steps I used (I had no errors):
make mrproper
make xconfig (did what hogwash settings said to do)
make dep
make
make bzImage
make modules
make install
make modules_install
configured Grub
It works fine but /usr et. al. don't mount. I can use a different "grub" choice (the originally installed rpm kernel for 2.4.9-34) and everything works.
For some reason, the custom kernel for 2.4.9.34 doesn't/can't mount all the partitions.
I did find this error in the /var/log/messages file:
modprobe: Can't locate modules ext3
modprobe: Can't locate modules freeext3
Any help would be appreciated.
I can get the kernel built "by the book" and installed. When I boot to the new kernel, only the / (root) mounts. No other partitions mount.
here are the steps I used (I had no errors):
make mrproper
make xconfig (did what hogwash settings said to do)
make dep
make
make bzImage
make modules
make install
make modules_install
configured Grub
It works fine but /usr et. al. don't mount. I can use a different "grub" choice (the originally installed rpm kernel for 2.4.9-34) and everything works.
For some reason, the custom kernel for 2.4.9.34 doesn't/can't mount all the partitions.
I did find this error in the /var/log/messages file:
modprobe: Can't locate modules ext3
modprobe: Can't locate modules freeext3
Any help would be appreciated.