- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Compaq OEM BIOS + Reboot linux
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
тАО04-03-2003 12:27 AM
тАО04-03-2003 12:27 AM
Compaq OEM BIOS + Reboot linux
I installed Linux (Redhat 7.0 ) + Kernel 2.4.19 on a Compaq Deskpro DP6000 (6266MMX).
All is working well, but i have a trouble with warm boot (same as this url :
http://mail-index.netbsd.org/port-i386/2002/11/25/0012.html
)
I installed the latest version of lilo (but I don't think lilo is concerned).
I didn't find any fix about this trouble.
I tried to see kernel sources, and I'm quite sure that the BIOS call for reboot had something wrong. As it is binary datas, I don't know how to debug it !!
If someone knows a little about this Compaq BIOS (Compaq is now HP ???) , it would be helpfull.
regards
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 01:14 AM
тАО04-11-2003 01:14 AM
Re: Compaq OEM BIOS + Reboot linux
In case somebody didn't see it the first time...
Benoit
__________
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 01:41 AM
тАО04-11-2003 01:41 AM
Re: Compaq OEM BIOS + Reboot linux
Did you try passing reboot= kernel option ?
Available choices are :
warm
cold
bios
hard
smp
So reboot=warm etc.
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 04:16 AM
тАО04-11-2003 04:16 AM
Re: Compaq OEM BIOS + Reboot linux
But I didn't know there were a smp one ?? what is this option ??
regards
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 04:36 AM
тАО04-11-2003 04:36 AM
Re: Compaq OEM BIOS + Reboot linux
#ifdef CONFIG_SMP
case 's': /* "smp" reboot by executing reset on BSP or other CPU*/
G.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 05:11 AM
тАО04-11-2003 05:11 AM
Re: Compaq OEM BIOS + Reboot linux
Just my two pennies:-
I've seen this happen with compaq laptops in particular, and its usually something to do with the power saving options in the bios. Either try and disable the power-save functions or obtain the kernel patch for ACPI, which sometime s solves the problem...
Cheers,
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 05:41 AM
тАО04-11-2003 05:41 AM
Re: Compaq OEM BIOS + Reboot linux
Well, reboot=smp didn't change anything. Power save is already disabled...
I will look for if there's something into the kernel with APCI... May take some times ! I will try to enable the power save and add the apci functionnality ?
If someone has any other idea ??
thanks
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-11-2003 08:09 AM
тАО04-11-2003 08:09 AM
Re: Compaq OEM BIOS + Reboot linux
no more successes !
Any Idea ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2003 02:38 AM
тАО04-12-2003 02:38 AM
Re: Compaq OEM BIOS + Reboot linux
Hmmm. Try using the reboot=bios and noapic options at boot time, with all apic bios features turned off.
Hope it works!
Cheers,
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-12-2003 02:41 AM
тАО04-12-2003 02:41 AM
Re: Compaq OEM BIOS + Reboot linux
Another thought..... I've seen various people on the web complain about this issue, most of them say it can be resolved by using one of the older 2.2 kernels - maybe worth a try also!!
Cheers,
-ChaZ-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО04-14-2003 12:04 AM
тАО04-14-2003 12:04 AM
Re: Compaq OEM BIOS + Reboot linux
I tried both without any more successes.
I could not got back to 2.2 kernel (I'm using some feature which exists only in 2.4).
But I will try to see if reboot can work with another kernel, and if it works, then I know there's a solution .
thanks for your help.
Benoit