In a Debian Sid VM a call to poweroff doesn't power down the VM and I need to stop the VM using the "Stop Virtual Machine" button. This looks like it could be an ACPI option as on boot the following messages are displayed:
FATAL: Error inserting fan (/lib/modules/2.6.22-1-686/kernel/drivers/acpi/fan.ko): No such device
WARNING: Error inserting processor (/lib/modules/2.6.22-1-686/kernel/drivers/acpi/processor.ko): No such device
thermal: Unknown symbol acpi_processor_set_thermal_limit
FATAL: Error inserting thermal (/lib/modules/2.6.22-1-686/kernel/drivers/acpi/thermal.ko): Unknown symbol in module, or unknown parameter (see dmesg)
the only thing mention in dmesg regarding ACPI is as follows:
ACPI: Core revision 20070126
ACPI: Exception (tbxface-0618): AE_NO_ACPI_TABLES, While loading namespace form ACPI tables [20070126]
ACPI: Unable to load the System Description Tables
doing a google search on this problem suggests adding the boot option acpi=force to my boot options, but this has no effect. On a call to powerdown I still get:
Will now halt.
Shutdown: hda
System halted.
Is this an OS issue or something to do with Parallels?
FATAL: Error inserting fan (/lib/modules/2.6.22-1-686/kernel/drivers/acpi/fan.ko): No such device
WARNING: Error inserting processor (/lib/modules/2.6.22-1-686/kernel/drivers/acpi/processor.ko): No such device
thermal: Unknown symbol acpi_processor_set_thermal_limit
FATAL: Error inserting thermal (/lib/modules/2.6.22-1-686/kernel/drivers/acpi/thermal.ko): Unknown symbol in module, or unknown parameter (see dmesg)
the only thing mention in dmesg regarding ACPI is as follows:
ACPI: Core revision 20070126
ACPI: Exception (tbxface-0618): AE_NO_ACPI_TABLES, While loading namespace form ACPI tables [20070126]
ACPI: Unable to load the System Description Tables
doing a google search on this problem suggests adding the boot option acpi=force to my boot options, but this has no effect. On a call to powerdown I still get:
Will now halt.
Shutdown: hda
System halted.
Is this an OS issue or something to do with Parallels?