Ticket #993 (closed defect: fixed)
790s need reboot=pci
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Upstream Utopia |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: | LP:818933 |
Description
Change History
comment:1 Changed 13 years ago by jdreed
- Summary changed from 790s need reboot=bios to 790s need acpi=off
comment:3 Changed 13 years ago by jdreed
- Status changed from committed to proposed
OK, this is deployed in the beta installer. I don't think we need to build and push out auto-upgrade on a rush schedule, because that should only be needed when _upgrading_ a 790, and all 790s are going to be installed at natty.
So I'm calling the beta installer "proposed" for now.
comment:4 Changed 13 years ago by jdreed
- Summary changed from 790s need acpi=off to 790s need reboot=pci
Right, so, uh, we don't want acpi=off, because then the machine can't power itself down. I have iterated through all the values documented in reboot.c for reboot=:
- bios (x86_32 only)
- smp (x86_32 only)
- kbd (fails)
- acpi (fails)
- force (fails)
- efi (fails)
- pci (works!) (WTF?)
So, short of waiting for 3.0, we should replace acpi=off with reboot=pci
comment:5 Changed 13 years ago by jdreed
Committed in r25340, svn up'd to beta and deployed, and it works.
Note: See
TracTickets for help on using
tickets.
They actually need acpi=off. reboot=bios doesn't help. Yay.