Cannot disable beep on boot

When running
/system routerboard settings set silent-boot=yes
I get:
failure: not allowed by device-mode

Model: RB962UiGS-5HacT2HnT (hAP ac)

I am unsure what that means.

system/device-mode/print                        
                 mode: advanced     
     allowed-versions: 7.13+,6.49.8+
              flagged: no           
     flagging-enabled: yes          
            scheduler: yes          
                socks: yes          
                fetch: yes          
                 pptp: yes          
                 l2tp: yes          
       bandwidth-test: yes          
          traffic-gen: no           
              sniffer: yes          
                ipsec: yes          
                romon: yes          
                proxy: yes          
              hotspot: yes          
                  smb: yes          
                email: yes          
             zerotier: yes          
            container: no           
  install-any-version: no           
           partitions: no           
          routerboard: no           
        attempt-count: 0

Because of this

routerboard: no

try this

/system/device-mode/update routerboard=yes

then poweroff your device

https://help.mikrotik.com/docs/spaces/ROS/pages/93749258/Device-mode
Agree with @loloski

Thanks, that resolved the issue!