Hi Kwon

Am 25.02.2015 um 18:28 schrieb n22e113:
> Huston! We have a problem with:
> Bering-uClibc_5.1.{1,2}_geode_syslinux_serial115200.tar.gz
> Using alix2d3 with v5.1.{1,2} had resulted intermittent boots. Once in 
> awhile, it cannot read leaf.cfg and reports both PKGPATH and LRP are 'empty 
> or unset'? It booted okay only 15 minutes before as I have the following in 
> /etc/crontab for testing:
> */15 *  * * *   root    [ -f /etc/.noreboot ] || reboot
> The last working copy for alix2d3 is v5.0.5 which reboots consistently for 
> more than 48 hours; but v5.1.x would stop working. Help?

Unless you boot from USB the usb options might not help you

Have a look at yout boot parameters. With ALIX the pata driver is
different and might need some tweaking. I am using grub to boot my
boxes, but the driver parameters should behave the same

title LEAF Styx primary boot
  root (hd0,1)
  kernel /linux \
  console=ttyS0,38400 \
  init=/linuxrc rw \
  usb_wait=3 \
  VERBOSE=1 \
  intel_idle.max_cstate=0 \
  processor.max_cstate=1 \
  root=/dev/ram0 \
  boot=/dev/sda2:vfat \
  reboot=bios \
  initrd=initrd.lrp \
  KMODULES=pata_sc1200 \
  libata.force=1.00:pio4 \
  PKGPATH=/dev/sda2:vfat \
  LEAFCFG=/dev/sda2:vfat
  savedefault

You might need the libata.force parameterc. The KMODULES is plain wrong,
but makes no diference in my case, it helps booting on WRAP platforms.

cheers

ET


Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to