Skip to main content

How to install Dell System Update with Fedora Linux

How to install Dell System Update on a Fedora Linux live USB to update your Dell PowerEdge servers firmware.

The Dell System Update (DSU) is a handy app to help you update all of the firmware on your Dell PowerEdge server. It'll even get the ones you missed or that wouldn't install properly such as Ethernet or HBA firmware.

It can be easily installed and used from a Fedora workstation live image.

  1. Download Fedora Workstation and install it on a USB drive.
  2. Boot to the USB drive and into Fedora.
  3. You should now see a live Fedora desktop - do not select the install option.
  4. Open the Terminal app.
  5. Run nano dell.repo
  6. Enter or paste the following into the file:
     

    [Dell]
    name=Dell
    baseurl=https://linux.dell.com/repo/hardware/os_independent/
    enabeld=1
    gpgcheck=0
  7. Save the file (CTRL+O) and exit (CTRL+X)
  8. Add the repository by running sudo dnf config-manager addrepo --from-repofile=dell.repo
  9. Install DSU: sudo yum install dell-system-update
  10. Run DSU: sudo dsu --ignore-signature
  11. You can now select the firmware you need by typing the numbers, then 'c' to install them all.

Some updates such as to iDRAC or BIOS won't let you go from really old versions to the latest version. You may need to do this multiple times.

Add new comment

Plain text

  • No HTML tags allowed.
  • Lines and paragraphs break automatically.
  • Web page addresses and email addresses turn into links automatically.