Eibo Thieme:
> Something is happening on switching root at the end of the initramfs. 
> The error is not happening in the initramfs, it happens immediatly after 
> init takes over, I will continue to analyse this.

Here are my suggestion due to not-so-deep thinking.
- check all /etc/rc scripts which will be executed after initramfs,
  particularly /etc/fstab on your root dir. disabling most rc scripts
  may be a good approach for debugging.
- somewhere early stage in rc script, try re-mounting all mount-points
  such like "mount -o remount /var" which will have an effect to discard
  unused caches.
- you can get the similar effect by "echo 2 > /proc/sys/vm/drop_caches".


J. R. Okajima

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb

Reply via email to