- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: acpi=off otherwise machine doesnt boot
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 12:27 AM
тАО06-22-2007 12:27 AM
After installation i tried to boot the machine... but machine doesnt. To boot the system i pass acpi=off kenel parameter... and machine boots succesfuly.
#uname -r
2.6.16.21-0.8-default
output of dmidecode is attached
here i wana asked that .. is there any proper way to fix this issue... because i think that acpi=off is a workaround, but not a proper sol.
Regards
Maaz
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 12:34 AM
тАО06-22-2007 12:34 AM
Re: acpi=off otherwise machine doesnt boot
had to do the same on my notebook. have no other solution found but also not long searched ;)
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 01:33 AM
тАО06-22-2007 01:33 AM
Re: acpi=off otherwise machine doesnt boot
Cheers,
Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 03:52 AM
тАО06-22-2007 03:52 AM
Re: acpi=off otherwise machine doesnt boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2007 10:39 PM
тАО06-22-2007 10:39 PM
Re: acpi=off otherwise machine doesnt boot
>Who needs power management anyway.
So why its there ?... so why it(acpi) works on other and not this particular machine.
Regards
Maaz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2007 03:10 PM
тАО06-23-2007 03:10 PM
Re: acpi=off otherwise machine doesnt boot
Further, it acts as a hardware abstraction layer between the OS and the platform BIOS -- allowing the OS and the platform to evolve independently. See the Documentation section for further information.
The Linux/ACPI project is focused on making Linux run well on all ACPI-enabled platforms.
Linux/ACPI is based on Intel's ACPI Component Architecture (ACPICA) reference implementation.
http://www.intel.com/technology/iapc/acpi/downloads.htm
A central goal of the project is that any computer whose ACPI implementation boots and runs Windows properly, should also boot and run Linux properly.
This means that if Linux needs any ACPI-related command-line parameters or a modified BIOS DSDT to boot and run properly, then you should file a Linux bug.
To participate in the project, the latest information on filing bugs and submitting patches is here:
http://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/README.ACPI
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-23-2007 03:12 PM
тАО06-23-2007 03:12 PM
Re: acpi=off otherwise machine doesnt boot
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 05:49 PM
тАО06-24-2007 05:49 PM
Re: acpi=off otherwise machine doesnt boot
so, you have to turn acpi off, blame it on the HW vendor for being incompliant to the acpi standard. it's a lousy excuse but it is true.
on the other hand, were you planning on using acpi? you won't be missing out on anything major, it's a desktop pc after all...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-24-2007 11:37 PM
тАО06-24-2007 11:37 PM
Re: acpi=off otherwise machine doesnt boot
I use Linux on servers and laptops. Battery management, fans and cpu supervisions are great for those kind of environments. As for low energy consuption, that saves computer components.
Managing this points with a single interface on many machines is also a good point.
Really, ACPI is our friend.
Regards,
Fred
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 11:11 AM
тАО06-28-2007 11:11 AM
Re: acpi=off otherwise machine doesnt boot
http://www.intel.com/products/motherboard/D945GCCR/tools.htm
That might correct some problem with the ACPI data provided by the BIOS.
You could also try a less drastic boot option such as pci=nommconf which disables attempts to use the memory mapped IO mechanism for PCI. That is a common cure for problems with recent Intel motherboards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-28-2007 07:49 PM
тАО06-28-2007 07:49 PM
Re: acpi=off otherwise machine doesnt boot
whats this kernel parameter does pci=nommconf... ? what is it for ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-29-2007 04:41 AM
тАО06-29-2007 04:41 AM
SolutionThe MMCONFIG feature uses a recently added ACPI MCFG table that provides another way to describe PCI devices' configuration to the OS. MMCONFIG changes from IO mapping PCI devices to memory mapping PCI devices.
There are other older ways to identify and access PCI devices. It seems that some systems and BIOS revisions have trouble with linux trying to use MMCONFIG, while others have trouble with trying to use the "bios" or "conf1" or "conf2" methods. The MMCONFIG mechanism is still fairly new in linux. And the ACPI MCFG feature itself is new. Because ACPI MCFG is ignored by windows releases prior to vista it may not have had much testing. So trouble with MMCONFIG may be due to problems in the kernel or problems in the BIOS, or disagreement in interpreting specifications.
Forcing pci=nommconf means that the PCI devices are iomapped in the old way instead of memory mapped in the new way.