Boot ACPI

I added line
hint.acpi.0.disable="1" in /boot/loader.conf
Now, its throwing me error
Panic:running without device atpic requires a local APIC.
Now I am unable to access loader.conf to remove hint.acpi.0.disable="1
Is there any way I can edit /boot/loader.conf from boot menu??
 
Is there any way I can edit /boot/loader.conf from boot menu??
No, loader(8) doesn't have that functionality. But you can 'unset' the variable. Drop to the loader prompt from the menu and enter unset hint.acpi.0.disable. Then boot to boot the system. Once it's up and running normally you can edit loader.conf.
 
No, loader(8) doesn't have that functionality. But you can 'unset' the variable. Drop to the loader prompt from the menu and enter unset hint.acpi.0.disable. Then boot to boot the system. Once it's up and running normally you can edit loader.conf.

Thank you very much
 
Back
Top