onie
onie copied to clipboard
ONIE Deployment issues on accton_wedge100_32x
I have built ONIE for accton_wedge100_32x platform which resembles close to the broadcom switch that i use in terms of the processor. However, the CONSOLE_SPEED appears to be different (9600 for Broadcom switch and 57600 for accton_wedge100_32x ). So i changed the CONSOLE_SPEED in the machine.make file for accton_wedge100_32x to 9600.
The baud-rate related issues have gone now, but i am facing following errors when i boot with onie-recovery iso image on my broadcom switch.
ONIE: Rescue Mode ... /etc/init.d/rc: line 29: /etc/rcS.d/S01makedev.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S05gen-config.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S10init-arch.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S15boot-mode.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S20network-driver.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S30networking.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S40syslogd.sh: not found /etc/init.d/rc: line 29: /etc/rcS.d/S50klogd.sh: not found /etc/init.d/rc: line 29: /etc/rc3.d/S10dropbear.sh: not found /etc/init.d/rc: line 29: /etc/rc3.d/S10telnetd.sh: not found /etc/init.d/rc: line 29: /etc/rc3.d/S50discover.sh: not found
Please press Enter to activate this console. To check the install status inspect /var/log/onie.log. Try this: tail -f /var/log/onie.log
ONIE-RECOVERY:/ #
How can i fix this issue? Please help me fix this issue.