12-02-2013, 06:27 PM
I've been PXE booting openelec 2.0 for quite some time with no problems. I even played a bit with 2.99.5 betas and that booted fine too.
I've now tried booting 3.2.4, and it doesn't work.
The following is my pxelinux.cfg/xxx file:
This is the output I see on the screen with the openelec logo:
Issuing the "mount" command I can see that both /flash and /storage are mounted.
Any suggestions as to what I may be able to do to make CIFS booting work with 3.2.4?
I've now tried booting 3.2.4, and it doesn't work.
The following is my pxelinux.cfg/xxx file:
Code:
KERNEL openelec/3.2.4/KERNEL
APPEND ip=dhcp boot=CIFS=//172.16.1.1/PXE,user=xbmc12,password=x,prefixpath=openelec/3.2.4/ disk=CIFS=//172.16.1.1/xbmc12,user=xbmc12,password=x,prefixpath=storage/ debugging
Code:
cp: can't stat '/flash/SYSTEM' : No such file or directory
Mount: mounting /dev/SYSTEM on /sysroot failed: no such file or directory
Mount: mounting /dev/SYSTEM on /sysroot failed: no such file or directory
...
*** Error in prepare_sysroot: mount_common: Could not mount /dev/SYSTEM
Any suggestions as to what I may be able to do to make CIFS booting work with 3.2.4?