ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    Fedora 27 Update History; surprise BIOS update

    IT Discussion
    fedora linux
    8
    42
    4.4k
    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.
    • ObsolesceO
      Obsolesce @black3dynamite
      last edited by

      @black3dynamite said in Fedora 27 Update History; surprise BIOS update:

      http://lifeofageekadmin.com/update-dell-firmware-fedora-20/

      sudo dnf search firmware-addon-dell
      firmware-addon-dell.x86_64 : A firmware-tools plugin to handle BIOS/Firmware for: Dell systems

      I'll check in a few minutes.

      1 Reply Last reply Reply Quote 0
      • black3dynamiteB
        black3dynamite @Obsolesce
        last edited by

        @tim_g said in Fedora 27 Update History; surprise BIOS update:

        @black3dynamite said in Fedora 27 Update History; surprise BIOS update:

        http://lifeofageekadmin.com/update-dell-firmware-fedora-20/

        I know you can do bios updates, but you have to set it up and do it. I did nothing. It's basically a default fedora 27 workstation install, with minor other software installed like team viewer, Firefox, and other useful such things.

        Did you by chance installed any Dell utilities packages that might include the ability to update BIOS?

        1 Reply Last reply Reply Quote 0
        • ObsolesceO
          Obsolesce @black3dynamite
          last edited by

          @black3dynamite said in Fedora 27 Update History; surprise BIOS update:

          http://lifeofageekadmin.com/update-dell-firmware-fedora-20/

          sudo dnf search firmware-addon-dell
          firmware-addon-dell.x86_64 : A firmware-tools plugin to handle BIOS/Firmware for: Dell systems

          This is not installed.

          1 Reply Last reply Reply Quote 0
          • ObsolesceO
            Obsolesce @dbeato
            last edited by

            @dbeato said in Fedora 27 Update History; surprise BIOS update:

            @tim_g said in Fedora 27 Update History; surprise BIOS update:

            I find this so strange. A BIOS update is something you do on purpose... this was a complete surprise and 100% not me.

            And there is no fwupdate-efi package?

            Yes, this is installed.

            Installed Packages
            Name         : fwupdate-efi
            Version      : 10
            Release      : 1.fc27
            Arch         : x86_64
            Size         : 138 k
            Source       : fwupdate-10-1.fc27.src.rpm
            Repo         : @System
            From repo    : updates
            Summary      : UEFI binaries used by libfwup
            URL          : https://github.com/rhinstaller/fwupdate
            License      : GPLv2+
            Description  : UEFI binaries used by libfwup.
            
            dbeatoD JaredBuschJ 2 Replies Last reply Reply Quote 0
            • dbeatoD
              dbeato @Obsolesce
              last edited by dbeato

              @tim_g said in Fedora 27 Update History; surprise BIOS update:

              @dbeato said in Fedora 27 Update History; surprise BIOS update:

              @tim_g said in Fedora 27 Update History; surprise BIOS update:

              I find this so strange. A BIOS update is something you do on purpose... this was a complete surprise and 100% not me.

              And there is no fwupdate-efi package?

              Yes, this is installed.

              Installed Packages
              Name         : fwupdate-efi
              Version      : 10
              Release      : 1.fc27
              Arch         : x86_64
              Size         : 138 k
              Source       : fwupdate-10-1.fc27.src.rpm
              Repo         : @System
              From repo    : updates
              Summary      : UEFI binaries used by libfwup
              URL          : https://github.com/rhinstaller/fwupdate
              License      : GPLv2+
              Description  : UEFI binaries used by libfwup.
              

              That is most likely the cause of the update.
              With an update 10 days ago
              https://github.com/rhboot/fwupdate/releases

              1 Reply Last reply Reply Quote 0
              • JaredBuschJ
                JaredBusch @Obsolesce
                last edited by

                @tim_g said in Fedora 27 Update History; surprise BIOS update:

                @dbeato said in Fedora 27 Update History; surprise BIOS update:

                @tim_g said in Fedora 27 Update History; surprise BIOS update:

                I find this so strange. A BIOS update is something you do on purpose... this was a complete surprise and 100% not me.

                And there is no fwupdate-efi package?

                Yes, this is installed.

                My Fedora 27 system does not have that installed.

                But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                [jbusch@dt-jared ~]$ sudo dnf list installed fwupdate*
                [sudo] password for jbusch: 
                Error: No matching Packages to list
                [jbusch@dt-jared ~]$ sudo dnf install fwupdate-efi
                Last metadata expiration check: 0:22:12 ago on Fri 19 Jan 2018 11:05:09 AM CST.
                Dependencies resolved.
                ==================================================================================================================================
                 Package                           Arch                       Version                           Repository                   Size
                ==================================================================================================================================
                Installing:
                 fwupdate-efi                      x86_64                     10-1.fc27                         updates                      59 k
                Installing dependencies:
                 fwupdate-libs                     x86_64                     10-1.fc27                         updates                      33 k
                 libsmbios                         x86_64                     2.3.3-2.fc27                      updates                     211 k
                
                Transaction Summary
                ==================================================================================================================================
                Install  3 Packages
                
                Total download size: 304 k
                Installed size: 1.0 M
                Is this ok [y/N]: n
                Operation aborted.
                [jbusch@dt-jared ~]$
                
                ObsolesceO 1 Reply Last reply Reply Quote 0
                • ObsolesceO
                  Obsolesce @JaredBusch
                  last edited by

                  @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                  My Fedora 27 system does not have that installed.
                  But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                  I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                  I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                  Nothing.

                  The only thing I've run relating to all of this is:

                  wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                  and then...

                  sh spectre-meltdown-checker.sh

                  dbeatoD zachary715Z 2 Replies Last reply Reply Quote 1
                  • dbeatoD
                    dbeato @Obsolesce
                    last edited by

                    @tim_g said in Fedora 27 Update History; surprise BIOS update:

                    @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                    My Fedora 27 system does not have that installed.
                    But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                    I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                    I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                    Nothing.

                    The only thing I've run relating to all of this is:

                    wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                    and then...

                    sh spectre-meltdown-checker.sh

                    I am reading this:
                    https://bodhi.fedoraproject.org/updates/FEDORA-2018-6b319763ab

                    1 Reply Last reply Reply Quote 0
                    • zachary715Z
                      zachary715 @Obsolesce
                      last edited by zachary715

                      @tim_g said in Fedora 27 Update History; surprise BIOS update:

                      @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                      My Fedora 27 system does not have that installed.
                      But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                      I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                      I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                      Nothing.

                      The only thing I've run relating to all of this is:

                      wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                      and then...

                      sh spectre-meltdown-checker.sh

                      So I just checked my VM of Fedora Workstation and fwupdate-efi is installed by default it seems. I've installed nothing on this VM except gnome-tweak-tool as I was playing with Gnome configuration to see if I might like it more than Cinnamon. I use the Cinnamon desktop on my laptop at home. So apparently if you select the Workstation install option this gets installed automatically. Whether this is where your problem is or not I don't know

                      ObsolesceO JaredBuschJ 2 Replies Last reply Reply Quote 0
                      • ObsolesceO
                        Obsolesce @zachary715
                        last edited by

                        @zachary715 said in Fedora 27 Update History; surprise BIOS update:

                        @tim_g said in Fedora 27 Update History; surprise BIOS update:

                        @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                        My Fedora 27 system does not have that installed.
                        But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                        I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                        I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                        Nothing.

                        The only thing I've run relating to all of this is:

                        wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                        and then...

                        sh spectre-meltdown-checker.sh

                        So I just checked my VM of Fedora Workstation and fwupdate-efi is installed by default it seems. I've installed nothing on this VM except gnome-tweak-tool as I was playing with Gnome configuration to see if I might like it more than Cinnamon. I use the Cinnamon desktop on my laptop at home. So apparently if you select the Workstation install option this gets installed automatically. Whether this is where your problem is or not I don't know

                        I installed Fedora Workstation (default is Gnome) because it's my laptop. I also have gnome-tweak-tool installed now.

                        black3dynamiteB 1 Reply Last reply Reply Quote 0
                        • black3dynamiteB
                          black3dynamite @Obsolesce
                          last edited by

                          @tim_g said in Fedora 27 Update History; surprise BIOS update:

                          @zachary715 said in Fedora 27 Update History; surprise BIOS update:

                          @tim_g said in Fedora 27 Update History; surprise BIOS update:

                          @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                          My Fedora 27 system does not have that installed.
                          But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                          I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                          I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                          Nothing.

                          The only thing I've run relating to all of this is:

                          wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                          and then...

                          sh spectre-meltdown-checker.sh

                          So I just checked my VM of Fedora Workstation and fwupdate-efi is installed by default it seems. I've installed nothing on this VM except gnome-tweak-tool as I was playing with Gnome configuration to see if I might like it more than Cinnamon. I use the Cinnamon desktop on my laptop at home. So apparently if you select the Workstation install option this gets installed automatically. Whether this is where your problem is or not I don't know

                          I installed Fedora Workstation (default is Gnome) because it's my laptop. I also have gnome-tweak-tool installed now.

                          Both of you installed from netinstall?
                          Could be Gnome3, tweak tool, or both.

                          1 Reply Last reply Reply Quote 0
                          • JaredBuschJ
                            JaredBusch @zachary715
                            last edited by

                            @zachary715 said in Fedora 27 Update History; surprise BIOS update:

                            @tim_g said in Fedora 27 Update History; surprise BIOS update:

                            @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                            My Fedora 27 system does not have that installed.
                            But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                            I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                            I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                            Nothing.

                            The only thing I've run relating to all of this is:

                            wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                            and then...

                            sh spectre-meltdown-checker.sh

                            So I just checked my VM of Fedora Workstation and fwupdate-efi is installed by default it seems. I've installed nothing on this VM except gnome-tweak-tool as I was playing with Gnome configuration to see if I might like it more than Cinnamon. I use the Cinnamon desktop on my laptop at home. So apparently if you select the Workstation install option this gets installed automatically. Whether this is where your problem is or not I don't know

                            I can assure you that it is not part of a default install if you select the Workstation Cinnamon Desktop option from the NetInstall disk.

                            It is not on either my deskop or my laptop.

                            zachary715Z 1 Reply Last reply Reply Quote 1
                            • ObsolesceO
                              Obsolesce
                              last edited by Obsolesce

                              First of all, is that fwupdate-efi or fwupdate-libs package responsible for my surprise BIOS update without any intervention from me?

                              That's what I want to know.

                              But anyways...

                              Somehow one of these packages got onto my system, and I'm not sure how:

                              • fwupdate-efi
                              • fwupdate-libs

                              I used Fedora 27 Net Install iso to install straight Fedora Workstation, no optional software.

                              Using dnf provides, dnf deplist, and rpm -q --whatrequires are not helping me.

                              So either this was installed by default, installed by something else, or I don't remember doing it.

                              1 Reply Last reply Reply Quote 1
                              • momurdaM
                                momurda
                                last edited by

                                I have been reading about this
                                If the fwupdate package is installed it is enabled by default
                                However i cant find a way to make it check for updates, download and install them automatically

                                1 Reply Last reply Reply Quote 0
                                • momurdaM
                                  momurda
                                  last edited by

                                  I just wiped one of my r220 test servers, installed fedora minimal.
                                  Installed this fwupdate package. Now i am going to go get the new r220 uefi/bios package from dell put it on a usb drive and install it with this package.

                                  1 Reply Last reply Reply Quote 0
                                  • stacksofplatesS
                                    stacksofplates @Obsolesce
                                    last edited by

                                    @tim_g said in Fedora 27 Update History; surprise BIOS update:

                                    @aidan_walsh said in Fedora 27 Update History; surprise BIOS update:

                                    I had a microcode update applied by Korora 26 during the week, perhaps that?

                                    Check dnf history?

                                    Yeah dnf history shows my command/install history. But I don't know how to get it to show everything that was updated.

                                    You can do

                                    dnf history info <history number>
                                    
                                    ObsolesceO 1 Reply Last reply Reply Quote 0
                                    • stacksofplatesS
                                      stacksofplates @Obsolesce
                                      last edited by

                                      @tim_g said in Fedora 27 Update History; surprise BIOS update:

                                      @momurda said in Fedora 27 Update History; surprise BIOS update:

                                      dnf list installed | grep micro*
                                      The package is named microcode_ctl i think.
                                      Just checking a fedora 27 vm.

                                      Yes I have that, but that was on before the BIOS update.

                                      Here's what it did:

                                      The microcode_ctl package is what updates the firmware. I'm 99% sure you just update microcode_ctl and it will patch the firmware.

                                      momurdaM 1 Reply Last reply Reply Quote 2
                                      • ObsolesceO
                                        Obsolesce @stacksofplates
                                        last edited by

                                        @stacksofplates said in Fedora 27 Update History; surprise BIOS update:

                                        @tim_g said in Fedora 27 Update History; surprise BIOS update:

                                        @aidan_walsh said in Fedora 27 Update History; surprise BIOS update:

                                        I had a microcode update applied by Korora 26 during the week, perhaps that?

                                        Check dnf history?

                                        Yeah dnf history shows my command/install history. But I don't know how to get it to show everything that was updated.

                                        You can do

                                        dnf history info <history number>
                                        

                                        I've tried that but it doesn't show the whole line... it gets cut off so it doesn't help at all.

                                        stacksofplatesS 1 Reply Last reply Reply Quote 0
                                        • stacksofplatesS
                                          stacksofplates @Obsolesce
                                          last edited by

                                          @tim_g said in Fedora 27 Update History; surprise BIOS update:

                                          @stacksofplates said in Fedora 27 Update History; surprise BIOS update:

                                          @tim_g said in Fedora 27 Update History; surprise BIOS update:

                                          @aidan_walsh said in Fedora 27 Update History; surprise BIOS update:

                                          I had a microcode update applied by Korora 26 during the week, perhaps that?

                                          Check dnf history?

                                          Yeah dnf history shows my command/install history. But I don't know how to get it to show everything that was updated.

                                          You can do

                                          dnf history info <history number>
                                          

                                          I've tried that but it doesn't show the whole line... it gets cut off so it doesn't help at all.

                                          huh? There should be a lot more than one line.

                                          0_1516397979510_Screenshot 2018-01-19 at 4.39.19 PM.png

                                          ObsolesceO 1 Reply Last reply Reply Quote 1
                                          • zachary715Z
                                            zachary715 @JaredBusch
                                            last edited by

                                            @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                                            @zachary715 said in Fedora 27 Update History; surprise BIOS update:

                                            @tim_g said in Fedora 27 Update History; surprise BIOS update:

                                            @jaredbusch said in Fedora 27 Update History; surprise BIOS update:

                                            My Fedora 27 system does not have that installed.
                                            But as usual, I did not click any extra packages on the right side menu during setup when I chose the Cinnamon desktop experience on the left hand menu.

                                            I never install extra packages either... I just select Fedora Workstation on the left, and that's it. Defaults.

                                            I'm looking through my history to see if anything could have installed that fwupdate-efi thing...

                                            Nothing.

                                            The only thing I've run relating to all of this is:

                                            wget https://raw.githubusercontent.com/speed47/spectre-meltdown-checker/master/spectre-meltdown-checker.sh

                                            and then...

                                            sh spectre-meltdown-checker.sh

                                            So I just checked my VM of Fedora Workstation and fwupdate-efi is installed by default it seems. I've installed nothing on this VM except gnome-tweak-tool as I was playing with Gnome configuration to see if I might like it more than Cinnamon. I use the Cinnamon desktop on my laptop at home. So apparently if you select the Workstation install option this gets installed automatically. Whether this is where your problem is or not I don't know

                                            I can assure you that it is not part of a default install if you select the Workstation Cinnamon Desktop option from the NetInstall disk.

                                            It is not on either my deskop or my laptop.

                                            Yeah when I said Workstation, I was referring to the default Workstation installation option being Gnome. That's how it's labeled is Workstation vs Cinnamon Desktop on the installation options.

                                            Currently installing a new VM with default Fedora Workstation as @Tim_G has done and going to see what all packages are included. Fedora 27 netinstall image.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 2 / 3
                                            • First post
                                              Last post