LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-05-2008, 07:53 AM   #1
East
Member
 
Registered: Jan 2008
Posts: 84

Rep: Reputation: 15
help in reboot=bios in kernel


hi all
what will happen or what will be the changes if reboot=bios option given in grub's kernel parameter? Can anyone expalin me?
 
Old 04-05-2008, 09:43 AM   #2
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
thats a very good question and I do not use it myself.

what it means is that if you set it on the kernel line....when you issue a normal reboot command within a booted system....it must go to the normal full cold start reboot...the one that goes to the bios screen.

but AFAIK this may be a kernel parameter that is obsolete....circa 2004.

2) can you open a shell and
Code:
su
grub
and post the grub version please.

3) can you also run
strings /boot/grub/stage2 > strings.txt and check for any mention of reboot
 
Old 04-06-2008, 01:47 AM   #3
East
Member
 
Registered: Jan 2008
Posts: 84

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by aus9 View Post
2) can you open a shell and
Code:
su
grub
and post the grub version please.
For Fedora core 4
grub version is 0.95

For redhat 8.0
grub version is 0.92

For Puppy Linux 3.01
grub version is 0.97

I have checked with reboot=bios in kernel parameter for all the above, none got the difference from normal reboot.

Quote:
Originally Posted by aus9 View Post
3) can you also run
strings /boot/grub/stage2 > strings.txt and check for any mention of reboot
I can found only in two places where the reboot is present, one is reboot and another is Reboot the system string.
 
Old 04-06-2008, 09:44 AM   #4
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
thanks for that

all but puppy have a version thats close to the current edition.

I had already run strings on my own and did not get a reboot= option so thats why I think its not a grub supported option.

BTW...it does not appear in any recent cheat code aka boot parameter either
 
Old 04-07-2008, 11:38 PM   #5
East
Member
 
Registered: Jan 2008
Posts: 84

Original Poster
Rep: Reputation: 15
In linux2.6.23.12 code base's kernel parameters.txt, reboot option is present.when we do make bzImage, the reboot.c in /arch/*/kerenl/reboot.c is complied and is that reboot.o is copied into /sbin folder as reboot?
 
Old 04-08-2008, 02:23 AM   #6
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
well a strings /sbin/reboot gives
usage: %s [-n] [-w] [-d] [-f] [-h] [-i]%s
-n: don't sync before halting the system
-w: only write a wtmp reboot record and exit.
-d: don't write a wtmp record.
-f: force halt/reboot, don't call shutdown.
-h: put harddisks in standby mode.
-i: shut down all network interfaces.
-p: power down the system (if possible, otherwise halt)

2) I am running a vanilla kernel on mdv

3) but you are right...I was looking at knoppix cheat code not the vanilla boot parameter.

I am still none the wiser...if your reboot does not go thru bios....I will have to do some more checking.

will post back if I have a grub kernel line with a reboot= ? parameter that does not use bios.
 
Old 04-08-2008, 06:48 AM   #7
East
Member
 
Registered: Jan 2008
Posts: 84

Original Poster
Rep: Reputation: 15
Thanks asus!
But when i searched for reboot=bios option in google, with lilo only it is used and more over it is to avoid any hang during reboot because of any hardware bug. whatever may be, we just want to know how it is got differ with normal reboot.Thanks for your assistance.
 
Old 04-08-2008, 08:10 AM   #8
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
ok trying to find a boot parameter not easy but
http://lwn.net/Articles/112763/

looks like it.
 
Old 04-09-2008, 04:28 AM   #9
East
Member
 
Registered: Jan 2008
Posts: 84

Original Poster
Rep: Reputation: 15
I am not able to access the link for the patch which is in
http://lwn.net/Articles/112763/
 
Old 04-09-2008, 06:02 AM   #10
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
yes I did say it was not easy...2004 I was referring only to
reboot-force

reboot-nobios

those 2004 links do not work for me either but I assume you knew they were 64 bit?

according to
http://www.x86-64.org/cvsaccess.html

cvs anon has been disabled so I assume the same as occured to ftp
 
Old 04-09-2008, 06:59 AM   #11
East
Member
 
Registered: Jan 2008
Posts: 84

Original Poster
Rep: Reputation: 15
Thaks for the reply. The reason for searching this is, i want to switch from protected mode real mode to make use of int 19h. I searched in google it can't be done in linux because accessing CR0 register is not allowed by user programs. Anyway when system restarts at one stage it will switch to real mode. I have seen reboot comes with different modes like warm, cold, "BIOS". So i trying with that option without knowing it fully (not able to get the details what is the exact reason for it).
 
Old 04-09-2008, 09:55 AM   #12
aus9
LQ 5k Club
 
Registered: Oct 2003
Location: Western Australia
Distribution: Icewm
Posts: 5,842

Rep: Reputation: Disabled
well I am glad you have told us the reason.

this is out of my area of comfort.

I shall sign off.

this looks it may have promise
http://my.execpc.com/~geezer/johnfine/segments.htm
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can i reboot into bios setup from grub? dfong63 Linux - General 17 02-27-2018 09:52 PM
BIOS problem? self-reboot, failed booting pavodive Linux - Newbie 4 04-13-2007 02:05 PM
reboot freezes after yast update run, reboot for kernel update sparkbot Linux - Software 2 11-15-2006 06:34 PM
Reboot after "BIOS Data Check Successful" using 2.6 kernel tvynr Linux - Software 2 10-05-2005 12:28 PM
Howto modify BIOS setting without reboot ? victorbraganza Linux - Software 1 02-25-2005 09:13 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration