Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    What is this board??? Help!

    Scheduled Pinned Locked Moved Hardware
    150 Posts 19 Posters 69.8k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      adven @dextaslab
      last edited by

      @dextaslab
      for your information,
      and thanks for the alternative rom
      Also put this rom on it, then linuxmint-live on it, it ran fine, and indeed no wachdog.
      Unfortunately only wlan, but no lan ports.

      A 1 Reply Last reply Reply Quote 0
      • YourAverageHomelabberY
        YourAverageHomelabber @maitien2004
        last edited by

        @maitien2004 I figured out the root password. Apparently it’s “VeloHello000” (replace 000 with the last 3 digits of your serial). Only problem is, I wiped the internal storage by accident effectively making this device useless without an image to boot from. I used the openwrt build on the modlog page and it booted but I haven’t been able to install it to the internal storage yet.

        M 1 Reply Last reply Reply Quote 0
        • M
          maitien2004 @YourAverageHomelabber
          last edited by

          @osbnet Thanks for your information.
          You can boot from usb device and after booted you can use dd command to clone partition from usb to internal storage.

          YourAverageHomelabberY 1 Reply Last reply Reply Quote 0
          • YourAverageHomelabberY
            YourAverageHomelabber @maitien2004
            last edited by

            @maitien2004 I used the dd command and it finished but from what I remember, grub couldn’t find the boot partition (I tried this was last month). I’ll try it again and update with my progress.

            M 1 Reply Last reply Reply Quote 0
            • M
              maitien2004 @YourAverageHomelabber
              last edited by

              @osbnet Please use dd command to clone all disk from usb to internal storage or clone one by one three partitions (partition index 0, 1(efi include grub) and 2(openwrt))
              Example: dd if=/dev/sda of=/dev/sdb

              1 Reply Last reply Reply Quote 0
              • A
                adven @adven
                last edited by

                @adven
                Yes, now installed opensense on the velocloud , the install (vga) went well. How to proceed, I don't know yet.
                to be continued.

                M 1 Reply Last reply Reply Quote 0
                • M
                  maitien2004 @adven
                  last edited by

                  @adven Download installation file from opnsense website and burn iso/img file to usb and plug usb to velocloud to boot and install.

                  A 1 Reply Last reply Reply Quote 0
                  • A
                    adven @maitien2004
                    last edited by

                    @maitien2004
                    Hey. i know my english is not good but what you advise to me is exactly what il already did...
                    The problem for me now is that I have to delve into the opensense config, and how to create working wan/lan ports.
                    My post was more informational for others working with this box, or for tips on velocloud port drivers.
                    gr. ad.

                    M 1 Reply Last reply Reply Quote 0
                    • M
                      maitien2004 @adven
                      last edited by

                      @adven opnsense only detect two wan port (520-AC model) so your want use all wan/lan port you need to edit/update driver. I still working on this and give u new information asap.

                      A 1 Reply Last reply Reply Quote 0
                      • stephenw10S
                        stephenw10 Netgate Administrator
                        last edited by

                        Yes, it needs a modified igb driver to expose the mdio control bus for the switch. It was discussed earlier in this thread. There are FreeBSD drivers out there that do this but I'm not sure they've ever been made public.

                        Steve

                        1 Reply Last reply Reply Quote 0
                        • A
                          adven @maitien2004
                          last edited by

                          @maitien2004 said in What is this board??? Help!:

                          (520-AC

                          Ok maintien, thanks for this info about the (520-AC)

                          1 Reply Last reply Reply Quote 0
                          • R
                            robphoenix @adven
                            last edited by

                            @adven What was the password?

                            A 1 Reply Last reply Reply Quote 0
                            • A
                              adven @robphoenix
                              last edited by

                              @robphoenix The default credentials after a fresh install are username “root” and password “opnsense”.

                              1 Reply Last reply Reply Quote 0
                              • YourAverageHomelabberY
                                YourAverageHomelabber
                                last edited by

                                Out of curiosity, how did you flash the rom? Did you do it using a physical flashing device, or is it a software option somewhere on the velocloud?

                                C 1 Reply Last reply Reply Quote 0
                                • C
                                  castarnet @YourAverageHomelabber
                                  last edited by castarnet

                                  @youraveragehomelabber You can try it but ethernet will be not working correctly.
                                  First find micro usb port in the device(it may be hidden in the plastic. It's serial to USB port)
                                  then Flash No-Watchdog bootloader by serial console(username is root and password is VeloHello[last 3 digits of S/N], and You can download bootloader on https://bitbucket.org/velocloud/openwrt/src/master/trunk/target/linux/x64/edge5x0/files/root/firmware/5×0/vc5x0-cb-01-bootorder.rom and you can flash it using flashrom)
                                  and write usb that installs pfsense or opnsense IN SERIAL VERSION in any tool you want.
                                  reboot your pc(NOT velocloud, your x86 pc) and go to install media, then enter to shell and type like this

                                  umount /boot
                                  mount -o rw /
                                  

                                  then edit /boot/loader.conf.local (create this if not exists)
                                  add this lines

                                  hint.uart.0.flags=0x0
                                  hint.uart.1.flags=0x10
                                  comconsole_speed="115200"
                                  comconsole_port="0x2F8"
                                  console="comconsole"
                                  kern.cam.boot_delay="10000"
                                  

                                  Turn off your pc, and plug that usb to your velocloud will start installation on serial.
                                  I installed it on other USB, not in velocloud storage. It installs correctly then boots(If you see no output on serial, reboot to installation usb, mount installed storage, then edit conf again ON INSTALLED STORAGE), but It unable to detect ANY ethernet device, only two fiber ports.

                                  YourAverageHomelabberY 1 Reply Last reply Reply Quote 0
                                  • YourAverageHomelabberY
                                    YourAverageHomelabber @castarnet
                                    last edited by

                                    @castarnet thanks for the reply. Unfortunately I wiped the internal storage by mistake while installing the openwrt image shared earlier in this thread. Is the flashrom stuff included in the openwrt image that we’ve been using, or is it only in the stock firmware? Do you have a way to flash the stock firmware back on here? I’m not super knowledgeable with compiling firmware so any help is greatly appreciated.

                                    C YourAverageHomelabberY 2 Replies Last reply Reply Quote 0
                                    • C
                                      castarnet @YourAverageHomelabber
                                      last edited by

                                      @youraveragehomelabber Flashrom is common so maybe you can use it.

                                      1 Reply Last reply Reply Quote 0
                                      • YourAverageHomelabberY
                                        YourAverageHomelabber @YourAverageHomelabber
                                        last edited by

                                        @castarnet said in What is this board??? Help!:

                                        https://bitbucket.org/velocloud/openwrt/src/master/trunk/target/linux/x64/edge5x0/files/root/firmware/5×0/vc5x0-cb-01-bootorder.rom

                                        I can't seem to view anything in here. It says "we can't let you view this page" I've tried two accounts and no luck.

                                        C shdfS 2 Replies Last reply Reply Quote 0
                                        • C
                                          castarnet @YourAverageHomelabber
                                          last edited by

                                          @youraveragehomelabber Oh snap.... They locked bitbucket to private. I'll send you rom file when I'm in home, but development about velocloud seems cannot be continued without that repo.

                                          1 Reply Last reply Reply Quote 0
                                          • shdfS
                                            shdf @YourAverageHomelabber
                                            last edited by shdf

                                            @youraveragehomelabber
                                            hello i was in the same situation as you and i could fix the problem. You don't need to flash that rom, only the usb image from @kristian is necessary.
                                            Look here : https://forum.openwrt.org/t/trying-to-install-openwrt-on-a-velocloud-520-ac/127930/43?u=shdf

                                            once you booted on this image, at the end, you just have to fire the command :
                                            ./installer -d sdb -p
                                            as /dev/sda will be your usb key, and /dev/sdb the velocloud storage.

                                            C 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.