Hello everyone

I did a fresh install of obsd 6.2 (stock kernel) on a machine which was running obsd 5.7 , this machine is an old  Dell poweredge  T110 but now after install the newer OS it's taking a lot more time to boot, during the boot process everything are ok until rc invoke acpidump which takes a lot time to run and is returning the message "RDST entry 6 is corrupted" , if you run this command manually it returns same message  and commenting out the related lines on /etc/rc the machine boots normally, i also tried to get info from one of the files generated by acpidump  called RSDT.0 using the acpica utils and generated a file containing the text below. Any ideas ?


Regards and Happy 2018
Dante F. B. Colò


/*
 * Intel ACPI Component Architecture
 * AML/ASL+ Disassembler version 20170303 (64-bit version)
 * Copyright (c) 2000 - 2017 Intel Corporation
 *
 * Disassembly of /var/db/acpi/RSDT.0, Tue Jan  2 14:40:47 2018
 *
 * ACPI Data Table [RSDT]
 *
 * Format: [HexOffset DecimalOffset ByteLength]  FieldName : FieldValue
 */

[000h 0000   4]                    Signature : "RSDT"    [Root System Description Table]
[004h 0004   4]                 Table Length : 00000050
[008h 0008   1]                     Revision : 01
[009h 0009   1]                     Checksum : 9A
[00Ah 0010   6]                       Oem ID : "DELL  "
[010h 0016   8]                 Oem Table ID : "PE_SC3  "
[018h 0024   4]                 Oem Revision : 00000001
[01Ch 0028   4]              Asl Compiler ID : "DELL"
[020h 0032   4]        Asl Compiler Revision : 00000001

[024h 0036   4]       ACPI Table Address   0 : 000F202C
[028h 0040   4]       ACPI Table Address   1 : 000F2194
[02Ch 0044   4]       ACPI Table Address   2 : 000F2213
[030h 0048   4]       ACPI Table Address   3 : 000F2263
[034h 0052   4]       ACPI Table Address   4 : 000F229B
[038h 0056   4]       ACPI Table Address   5 : 000F22D7
[03Ch 0060   4]       ACPI Table Address   6 : 00000000
[040h 0064   4]       ACPI Table Address   7 : 00000000
[044h 0068   4]       ACPI Table Address   8 : 00000000
[048h 0072   4]       ACPI Table Address   9 : 00000000
[04Ch 0076   4]       ACPI Table Address  10 : 000F2459

Raw Table Data: Length 80 (0x50)

  0000: 52 53 44 54 50 00 00 00 01 9A 44 45 4C 4C 20 20  // RSDTP.....DELL
  0010: 50 45 5F 53 43 33 20 20 01 00 00 00 44 45 4C 4C  // PE_SC3 ....DELL
  0020: 01 00 00 00 2C 20 0F 00 94 21 0F 00 13 22 0F 00  // ...., ...!..."..   0030: 63 22 0F 00 9B 22 0F 00 D7 22 0F 00 00 00 00 00  // c"..."..."......   0040: 00 00 00 00 00 00 00 00 00 00 00 00 59 24 0F 00  // ............Y$..





Reply via email to