Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Unable to open initramfs
2019-05-10, 09:27 (This post was last modified: 2019-05-10 09:31 by daferret.)
Post: #3
RE: Unable to open initramfs
(2019-05-10 08:56)NiKiZe Wrote:  
(2019-05-10 08:38)daferret Wrote:  set default_uut_os ${mfg_data}/uut-os/default
kernel ${default_uut_os}/vmlinuz console=ttyS0,11520 fastboot initrd=${default_uut_os}/initramfs.gz mfg_setup=${mfg_releases}/mfg/default/admin/uut_os/setup-after-boot.sh
initrd ${default_uut_os}/initramfs.gz

You need to differ between initrd to download the file which can use full path to find it.
When it is downloaded however there is no path information, this can be seen by using imgstat.

what you need is to change your kernel line to only have
initrd=initramfs.gz
that is without the ${default_uut_os}/ part

Cool...thanks...will try it out and let you know how it goes!
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Unable to open initramfs - daferret - 2019-05-10, 08:38
RE: Unable to open initramfs - daferret - 2019-05-10 09:27



User(s) browsing this thread: 1 Guest(s)