Richard Fish wrote: > >>Here's what I get booting (I'm writing it from memory mostly so don't >>think it's exact output): >> >>-install: applet not found >>/init: 41: ln: not found >>/init: 45: cat: not found >> >> > > > It looks to me like your /initramfs is completely screwed. Whatever > created that missed copying a bunch of necessary utilities (or more > likely, a dependant library) to the /initramfs. The "/init" messages > you see are almost certainly from the "/init" script in the initramfs. > Every line indicates it went to run a command, and either the command or > a library wasn't found. >
It's not as bad as it looks. I had the same problem. You simply need to enable CONFIG_FEATURE_INSTALLER in the busybox config. Then you can do "busybox --install" and it automatically creates hardlinks for all the enabled applets. Zac -- gentoo-user@gentoo.org mailing list