1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 | Index | 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 <2022> 2023 2024 2025 |
<== Date ==> | <== Thread ==> |
---|
Subject: | Re: booting error on VxWorks |
From: | Andrew Johnson via Tech-talk <tech-talk at aps.anl.gov> |
To: | "Qadri, S Noor CIV USN NRL (7212) Washington DC (USA)" <noor.qadri at nrl.navy.mil>, "'tech-talk at aps.anl.gov'" <tech-talk at aps.anl.gov> |
Date: | Fri, 2 Dec 2022 11:27:05 -0600 |
Hi Noor, On 12/2/22 9:27 AM, Qadri, S Noor CIV
USN NRL (7212) Washington DC (USA) via Tech-talk wrote:
If I understand right that you're seeing the error message "WARNING:Bootline longer than BOOT_LINE_SIZE (255 bytes). Not saved to NVRAM." then the reason is described in the error message itself — VxWorks CPUs only have a small amount of NVRAM available for storing the boot parameters, and the error is telling you that the parameters you are trying to set need more storage than is available to hold them. In the case asked on tech-talk the user may have copy/pasted extraneous characters into their parameter strings, and deleting them helped resolve the error for them. If that isn't the case with your settings you will have to work out how to shorten one or more of the file paths in those parameters, until you can get them all to fit. Soft links on the server may be one way to do that. HTH, - Andrew -- Complexity is free, it's Simplicity that takes work. |