• 1 Post
  • 14 Comments
Joined 9 months ago
cake
Cake day: September 9th, 2024

help-circle





  • sudo dmsetup info returns:

    Name:              raven--vg-root
    State:             ACTIVE
    Read Ahead:        256
    Tables present:    LIVE
    Open count:        1
    Event number:      0
    Major, minor:      254, 0
    Number of targets: 1
    UUID: LVM-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    
    Name:              raven--vg-swap_1
    State:             ACTIVE
    Read Ahead:        256
    Tables present:    LIVE
    Open count:        2
    Event number:      0
    Major, minor:      254, 1
    Number of targets: 1
    UUID: LVM-xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    


  • I click the reboot button on cockpit, which issues a shutdown --reboot command as root. I agree that sleep state S5 is powered off. From the acpi docs:

    A computer state where the computer consumes a minimal amount of power. No user mode or system mode code is run. This state requires a large latency in order to return to the Working state. The system’s context will not be preserved by the hardware. The system must be restarted to return to the Working state. It is not safe to disassemble the machine in this state.

    This likely means my system is failing to reach that s5/g2 state.




  • yeah journalctl logs show nothing relevant. I have disabled acpi and forced it(acpi=force), but that didn’t fix this. There are a lot of different combinations of acpi settings I could try:

    acpi=force noapic
    nolapic
    noapic
    acpi_osi=“Linux”
    acpi_osi=“Windows 2006”
    acpi=ht
    pci=noacpi
    acpi=noirq
    pnpacpi=off
    

    But I found these from a guy which they didn’t work on so I’m reluctant to try them.