• How to boot vxWorks 6.9 image using grub2 from USB?

    From Manasvi Tyagi@21:1/5 to All on Wed Sep 14 22:22:22 2016
    Here is what I did
    1. I added the following grub.cfg

    menuentry "VxWorks Test"{
    set root=(hd0,msdos1)
    multiboot (hd0,msdos1)/boot/vxworks_Test sysbootline:fs(0,0)host:/ata0:1/vxWorks
    e=192.168.1.66 o=gei0 tn=ipc277
    module /boot/vxworks_Test vxworks_Test
    }

    2. update-grub
    3. kept vxWorks_image file at /boot/..

    But i get 2 errors
    error:premature end of file (hd0,msdos1)/boot/vxworks_Test
    error: you need to load the kernel first.

    Can somebody explain what am I missing,
    I built the image using PROFILE_BOOTAPP

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)