ACPI error AE_NOT_FOUND with same motherboard replaced

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
2
down vote

favorite












My Shuttle barebone has broken down after two months. I sent it back to customer service who changed the motherboard and they also updated the BIOS (so BIOS version is not the same as on previous system).



Now when I connect my HDD, I see errors and system failed to boot :



[ 1.474485] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
[ 1.474577] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
[ 1.482152] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
[ 1.482296] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
/dev/sda5: recovering journal
/dev/sda5: clean, 419821/7331840 files , 2934231/29296640 blocks
Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode.
Press Enter for maintenance
(or press Control-D to continue):


I run Ubuntu 16.04 64-bit with linux kernel 4.13.0.37 and legacy BIOS.



Can anyone help me to solve this issue ?



Thank you.







share|improve this question


























    up vote
    2
    down vote

    favorite












    My Shuttle barebone has broken down after two months. I sent it back to customer service who changed the motherboard and they also updated the BIOS (so BIOS version is not the same as on previous system).



    Now when I connect my HDD, I see errors and system failed to boot :



    [ 1.474485] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
    [ 1.474577] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
    [ 1.482152] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
    [ 1.482296] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
    /dev/sda5: recovering journal
    /dev/sda5: clean, 419821/7331840 files , 2934231/29296640 blocks
    Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode.
    Press Enter for maintenance
    (or press Control-D to continue):


    I run Ubuntu 16.04 64-bit with linux kernel 4.13.0.37 and legacy BIOS.



    Can anyone help me to solve this issue ?



    Thank you.







    share|improve this question
























      up vote
      2
      down vote

      favorite









      up vote
      2
      down vote

      favorite











      My Shuttle barebone has broken down after two months. I sent it back to customer service who changed the motherboard and they also updated the BIOS (so BIOS version is not the same as on previous system).



      Now when I connect my HDD, I see errors and system failed to boot :



      [ 1.474485] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
      [ 1.474577] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
      [ 1.482152] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
      [ 1.482296] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
      /dev/sda5: recovering journal
      /dev/sda5: clean, 419821/7331840 files , 2934231/29296640 blocks
      Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode.
      Press Enter for maintenance
      (or press Control-D to continue):


      I run Ubuntu 16.04 64-bit with linux kernel 4.13.0.37 and legacy BIOS.



      Can anyone help me to solve this issue ?



      Thank you.







      share|improve this question














      My Shuttle barebone has broken down after two months. I sent it back to customer service who changed the motherboard and they also updated the BIOS (so BIOS version is not the same as on previous system).



      Now when I connect my HDD, I see errors and system failed to boot :



      [ 1.474485] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
      [ 1.474577] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
      [ 1.482152] ACPI Error: [DSSP] Namespace lookup failure. AE_NOT_FOUND (20170531/psargs-364)
      [ 1.482296] ACPI Error: Method parse/execution failed _SB.PCI0.SAT0.PRT2._GTF. AE_NO_FOUND (20170531/psparse-550)
      /dev/sda5: recovering journal
      /dev/sda5: clean, 419821/7331840 files , 2934231/29296640 blocks
      Welcome to emergency mode! After logging in, type "journalctl -xb" to view system logs, "systemctl reboot" to reboot, "systemctl default" or ^D to try again to boot into default mode.
      Press Enter for maintenance
      (or press Control-D to continue):


      I run Ubuntu 16.04 64-bit with linux kernel 4.13.0.37 and legacy BIOS.



      Can anyone help me to solve this issue ?



      Thank you.









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 1 at 7:16

























      asked Apr 30 at 20:53









      Céline Garel

      114




      114




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote













          The kernel drivers/ata/libata-acpi.c driver calls this ACPI method. The SATA (Serial ATA bus interface that connects to block devices) ACPI (Advanced Configuration and Power Interface) driver calls the _GTF control method in your firmware (BIOS) to re-initialize the drive. The _GTF method returns a bunch of ATA commands that are sent to the drive to restore the drive to the boot up defaults.



          The error you are seeing is because your firmware does not have a _GTF method defined. This may be intentional as your hardware may not need these ATA commands, or it may be a bug because the BIOS vendor forgot to put them in. However, if your SATA drives are working correctly without error then it most probably is just not required and you need not worry about this kernel driver message.






          share|improve this answer




















          • Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
            – Céline Garel
            May 1 at 8:29










          • Does your machine always break in the same way each time you reboot it?
            – Colin Ian King
            May 1 at 8:40










          • Yes, this is exactly what happens
            – Céline Garel
            May 1 at 8:56










          • I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
            – Colin Ian King
            May 1 at 9:03










          • Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
            – thigi
            Jul 1 at 14:17










          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );








           

          draft saved


          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030310%2facpi-error-ae-not-found-with-same-motherboard-replaced%23new-answer', 'question_page');

          );

          Post as a guest






























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          0
          down vote













          The kernel drivers/ata/libata-acpi.c driver calls this ACPI method. The SATA (Serial ATA bus interface that connects to block devices) ACPI (Advanced Configuration and Power Interface) driver calls the _GTF control method in your firmware (BIOS) to re-initialize the drive. The _GTF method returns a bunch of ATA commands that are sent to the drive to restore the drive to the boot up defaults.



          The error you are seeing is because your firmware does not have a _GTF method defined. This may be intentional as your hardware may not need these ATA commands, or it may be a bug because the BIOS vendor forgot to put them in. However, if your SATA drives are working correctly without error then it most probably is just not required and you need not worry about this kernel driver message.






          share|improve this answer




















          • Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
            – Céline Garel
            May 1 at 8:29










          • Does your machine always break in the same way each time you reboot it?
            – Colin Ian King
            May 1 at 8:40










          • Yes, this is exactly what happens
            – Céline Garel
            May 1 at 8:56










          • I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
            – Colin Ian King
            May 1 at 9:03










          • Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
            – thigi
            Jul 1 at 14:17














          up vote
          0
          down vote













          The kernel drivers/ata/libata-acpi.c driver calls this ACPI method. The SATA (Serial ATA bus interface that connects to block devices) ACPI (Advanced Configuration and Power Interface) driver calls the _GTF control method in your firmware (BIOS) to re-initialize the drive. The _GTF method returns a bunch of ATA commands that are sent to the drive to restore the drive to the boot up defaults.



          The error you are seeing is because your firmware does not have a _GTF method defined. This may be intentional as your hardware may not need these ATA commands, or it may be a bug because the BIOS vendor forgot to put them in. However, if your SATA drives are working correctly without error then it most probably is just not required and you need not worry about this kernel driver message.






          share|improve this answer




















          • Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
            – Céline Garel
            May 1 at 8:29










          • Does your machine always break in the same way each time you reboot it?
            – Colin Ian King
            May 1 at 8:40










          • Yes, this is exactly what happens
            – Céline Garel
            May 1 at 8:56










          • I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
            – Colin Ian King
            May 1 at 9:03










          • Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
            – thigi
            Jul 1 at 14:17












          up vote
          0
          down vote










          up vote
          0
          down vote









          The kernel drivers/ata/libata-acpi.c driver calls this ACPI method. The SATA (Serial ATA bus interface that connects to block devices) ACPI (Advanced Configuration and Power Interface) driver calls the _GTF control method in your firmware (BIOS) to re-initialize the drive. The _GTF method returns a bunch of ATA commands that are sent to the drive to restore the drive to the boot up defaults.



          The error you are seeing is because your firmware does not have a _GTF method defined. This may be intentional as your hardware may not need these ATA commands, or it may be a bug because the BIOS vendor forgot to put them in. However, if your SATA drives are working correctly without error then it most probably is just not required and you need not worry about this kernel driver message.






          share|improve this answer












          The kernel drivers/ata/libata-acpi.c driver calls this ACPI method. The SATA (Serial ATA bus interface that connects to block devices) ACPI (Advanced Configuration and Power Interface) driver calls the _GTF control method in your firmware (BIOS) to re-initialize the drive. The _GTF method returns a bunch of ATA commands that are sent to the drive to restore the drive to the boot up defaults.



          The error you are seeing is because your firmware does not have a _GTF method defined. This may be intentional as your hardware may not need these ATA commands, or it may be a bug because the BIOS vendor forgot to put them in. However, if your SATA drives are working correctly without error then it most probably is just not required and you need not worry about this kernel driver message.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 1 at 8:13









          Colin Ian King

          11.4k13246




          11.4k13246











          • Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
            – Céline Garel
            May 1 at 8:29










          • Does your machine always break in the same way each time you reboot it?
            – Colin Ian King
            May 1 at 8:40










          • Yes, this is exactly what happens
            – Céline Garel
            May 1 at 8:56










          • I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
            – Colin Ian King
            May 1 at 9:03










          • Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
            – thigi
            Jul 1 at 14:17
















          • Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
            – Céline Garel
            May 1 at 8:29










          • Does your machine always break in the same way each time you reboot it?
            – Colin Ian King
            May 1 at 8:40










          • Yes, this is exactly what happens
            – Céline Garel
            May 1 at 8:56










          • I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
            – Colin Ian King
            May 1 at 9:03










          • Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
            – thigi
            Jul 1 at 14:17















          Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
          – Céline Garel
          May 1 at 8:29




          Many thanks for your detailled answer, I understand better how it works. I cannot boot system. Is there a fix that I can try to boot ?
          – Céline Garel
          May 1 at 8:29












          Does your machine always break in the same way each time you reboot it?
          – Colin Ian King
          May 1 at 8:40




          Does your machine always break in the same way each time you reboot it?
          – Colin Ian King
          May 1 at 8:40












          Yes, this is exactly what happens
          – Céline Garel
          May 1 at 8:56




          Yes, this is exactly what happens
          – Céline Garel
          May 1 at 8:56












          I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
          – Colin Ian King
          May 1 at 9:03




          I suspect the ' journalctl -xb' command may provide some more clues to why it is failing like this, but I'm not an expert in systemd, so perhaps somebody else can help you on that
          – Colin Ian King
          May 1 at 9:03












          Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
          – thigi
          Jul 1 at 14:17




          Have you fixed the problem? I have the same problem, but it just suddenly happened to start. @CélineGarel
          – thigi
          Jul 1 at 14:17












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1030310%2facpi-error-ae-not-found-with-same-motherboard-replaced%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491