- 論壇徽章:
- 0
|
一塊硬盤(pán)在一臺(tái)C4 1.7G,845G主板的機(jī)器上安裝了FreeBSD5.3,現(xiàn)在把它安裝到一臺(tái)IBM老機(jī)器上
CPU: Intel Celeron 900MHz
810主板,第二IDE接口,設(shè)為主盤(pán)。
過(guò)了啟動(dòng)菜單以后,出現(xiàn)如下錯(cuò)誤:
- ...
- real memory = 133103616 (126 MB)
- avail memeory = 120582144 (144 MB)
- ACPI-0388: *** Error: Looking up [\_S3_] in namespace, AE_ALREADY_EXISTS
- ACPI-1303: *** Error: [NULL NAME], AE_ALREADY_EXISTS
- Fatal trap 12: page fault while in kernel mode
- fault virtual address =0x10
- fault code =supervisor read, page not present
- instruction pointer =0x8:0xc0a1225d
- stack pointer =0x10:0xc0c21c38
- frame pointer =0x10:0xc0c21c54
- code segment =base 0x0, limit 0xfffff, type 0x1b
- =DPL 0, pres 1, def32 1,gran 1
- processor eflags =interrupt enable, resume, IOPL = 0
- current process =0 (swapper)
- trap number =12
- panic: page fault
- Uptime:1s
- Automatic reboot in 15 seconds - press s key on the console to abort
復(fù)制代碼
修改啟動(dòng)方式,問(wèn)題依舊。仔細(xì)看出錯(cuò)提示,與ACPI有關(guān),重新啟動(dòng)打開(kāi)
BIOS-> ower Management->;ACPI Suspend Type
有兩個(gè)選項(xiàng)
S3(STR)(默認(rèn)值)
S1(POS)
由S3(STR)改成S1(POS),重新啟動(dòng),啟動(dòng)正常,改回S3,上述錯(cuò)誤重現(xiàn)。
希望能改遇到類(lèi)似問(wèn)題的站友一點(diǎn)提示  |
|