Excellent! Disabling CSM did the job! Thank you!
Is CSM like an alias for UEFI secure boot? So I can now install OS without UEFI option? Or I didn't get it?
so it is confirmed then ! Disabling CSM does work ! I was not sure myself, but this is the second case working. Now lets wait for @frollic when he gets his unit
@trendy I would update the bios first to get rid of the watchdog, after that it becomes a normal x86 box. You can enable ( although I think itβll enable itself upon reboot) CSM and repurpose it for your needs
No, there is no relation to secure boot. Your system doesn't have a BIOS, but a UEFI firmware (all modern systems from the last ~decade+ do), but in order to non-UEFI capable bootloaders and Operating Systems (e.g. DOS) many UEFI firmwares allow to enable a BIOS personality to the bootloader/ OS. This BIOS compatibility mode is called "legacy CSM", it fakes legacy BIOS calls on top of the running UEFI.
EDIT: Normally one would use modern systems in UEFI mode (if possible) and disable the "legacy CSM"; secure boot is orthogonal to this question (except that there can't be secure boot active while "legacy CSM" is enabled). Very recent mainboards may not even offer the option to enable the "legacy CSM" (but disabling secure boot should still be possible).
The steps I took to have it up and running, in case someone else needs it.
Enter BIOS, advanced Disable CSM, fix boot order
Boot from DiagOS: https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=dmg5j
Install DiagOS on MMC, SSD, or some other USB stick.
Installer will fail so follow instructions -> https://forums.servethehome.com/index.php?threads/dell-vep-vmware-edge-velo-cloud-sd-wan-veracloud-vep1400-vep1400-x-firewall-units.39392/page-12#post-421676
login root:calvin
Disable watchdog: i2cset -y 1 0x22 0 0 b
Boot into DiagOS.
Copy bios update: https://www.dell.com/support/home/en-us/drivers/driversdetails?driverid=dftr4
run the update: vep1400x_ufw_2.5
Multiple reboots until it is done.
Enter bios with password "service tag" with ! at the end.
again disable CSM, fix boot order to boot from usb and install the OS.
As the device has no graphics, you always need to enable console output. If it is not enabled in grub, you need to edit the grub options by appending: console=ttyS0,115200n8
They are quite loud. I don't remember their speed and unfortunately they don't seem to be detectable by lm-sensors.
I am anyway planning to install the box in a rack I have in a pantry, but I'm afraid it will still be audible to the other rooms.
A few possible solutions are:
Replace fans with more quiet or at least adjustable rotations.
Make a surgery and add a rheostat or resistance.
Make a surgery and replace the ground cable with some 5V, so to give 12-5=7V and lower the rotation speed.
I have ordered two small fan controllers from Ali. Iβll hook them between the board and the two fans. The noise of these things is annoying.
Maybe somebody writes a daemon or a script for this in the future so that we can run
I managed to get one of those NL 680, cheap enough to take some risks... I tore it apart to take pictures, but didn't have enough courage to desolder the shields covering some parts.
My BIOS (UEFI) fimware looks like this:
BIOS Boot Selector for VEP1400-X
Version 3.50.0.9-12
POST Configuration
CPU Signature 506F1
CPU FamilyID=6, Model=5F, SteppingId=1, Processor=0
Microcode Revision 2E
Platform ID: 0x0
PMG_CST_CFG_CTL: 0x37
Misc EN: 0x840089
Gen PM ConA: 0xA0800200
Therm Status: 0x8000000
POST Control=0xEA000303, Status=0xE6008700
BIOS initializations...
My BIOS version is 3.50.0.9-12, yet I see that everyone is flashing a previous version.
Also, when disabling watchdog on i2c bus 1, address 0x22 with "0 0 b", do we know where do we get those parameters?
ic2 buses and addresses are hardware coded or may vary from OS to OS?
Hi there,
from what I know, not every box comes with an active watchdog, mostly they do.
You'll notice the state of watchdog when you try to boot something on it. When active, the box will automatically reboot every 5 minutes or so.
So if the box does not reboot, you're good to go, otherwise just boot into Dell Diag OS and flash the latest bios ( 3.50.0.9.20)