|
|
#1 (permalink) |
|
New Member
![]() Join Date: Dec 2006
Posts: 6
|
The BIOS starts goes through the post and hardware configuration and what not and then attempts to find a boot device. Depending on the boot priority if there is no floppy or CD the BIOS will look at cylinder 0, head 0, sector 1 of HD one. The BIOS will pass control over to the OS. Now my question is, is there suppose to be some distinct instruction at cylinder 0, head 0, sector 1 like a jump or can the OS's code just start there?
|
|
|
|
|
|
#2 (permalink) |
|
Moderator
![]() Join Date: Dec 2004
Location: Canada
Age: 25
Posts: 10,206
|
The BIOS looks at the boot record for instructions on where to pass the boot sequence off to (the system's boot loader).
__________________
You know what the chain of command is? It's the chain I go get and beat you with 'til ya understand who's in ruttin' command here. I must plug a couple comics because they are good :D: www.ctrlaltdel-online.com www.userfriendly.org |
|
|
|
|
|
#3 (permalink) |
|
Diamond Member
![]() Join Date: Apr 2006
Location: Inside a pc
Posts: 19,730
|
Upto the first 100mb on a drive is generally used for the master boot record(mbr) along with the boot partition information. On a Windows based machine that will contain instructions for locating the boot loader like Cromewell has explained there.
On a Linux based or another OS the boot loader may not be on the actual hard drive itself but on removable media such as Grub or Lilo boot floppy. For mulitple OSs you may see the use of a universal type boot loader that needs installattion into the first part of the hard drive. A graphical user interface(gui) is then used to select the OS that will be loaded. |
|
|
|
|
|
#5 (permalink) |
|
Moderator
![]() Join Date: Dec 2004
Location: Canada
Age: 25
Posts: 10,206
|
I'm not entirely sure what you are trying to do but the mbr wiki should help. http://en.wikipedia.org/wiki/Master_boot_record
__________________
You know what the chain of command is? It's the chain I go get and beat you with 'til ya understand who's in ruttin' command here. I must plug a couple comics because they are good :D: www.ctrlaltdel-online.com www.userfriendly.org |
|
|
|
|
|
#6 (permalink) |
|
Diamond Member
![]() Join Date: Apr 2006
Location: Inside a pc
Posts: 19,730
|
The only information placed at the beginning of a drive either done by the Windows installer or the drive partitioning tool used. The information there generally is not directly accessible for the user to modify. For custom booting configurations you would still use a utility only prepared for that. That portion of any drive remains hidden from view.
|
|
|
|
|
|
#8 (permalink) |
|
Moderator
![]() Join Date: Dec 2004
Location: Canada
Age: 25
Posts: 10,206
|
Yes.
__________________
You know what the chain of command is? It's the chain I go get and beat you with 'til ya understand who's in ruttin' command here. I must plug a couple comics because they are good :D: www.ctrlaltdel-online.com www.userfriendly.org |
|
|
|
|
|
#9 (permalink) |
|
VIP Member
![]() Join Date: Apr 2006
Location: Kansas City, MO
Posts: 6,313
|
You can download the source of boot loaders like GRUB for example and customize your own GRUB boot menu. If you look at the ultimate boot disk, I think its a complete GRUB menu for all the utilities.
|
|
|
|
|
|
#10 (permalink) |
|
Diamond Member
![]() Join Date: Apr 2006
Location: Inside a pc
Posts: 19,730
|
Ubuntu had a boot manager on floppy that if you can get it installed onto the front end of the drive will detect and load "any" OS whether Windows, Linux, Mac, etc. at one point. When booted from floppy it just about guaranteed to load any OS by clearly indicating any and all partitions with the choice to whatever one was on the one you selected. I lost the site before going into it further to see if a cd or install to drive option was found.
That would solve any custom boot situations you wanted.
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| computer will boot from absolutely nothing | tmurphy12 | Desktop Computers | 5 | 10-28-2006 05:18 AM |
| Vista RC1 problems | codeman0013 | Operating Systems | 16 | 09-02-2006 06:22 AM |
| Cloning Hardrive | carrspaints | Operating Systems | 4 | 07-12-2005 06:04 AM |
| Boot record not found on IDE-0 (dual-boot system) | mhodgins | Computer Memory and Hard Drives | 4 | 10-09-2004 11:39 PM |
| No OS, can't boot from cd rom | Jim Steele | Desktop Computers | 10 | 08-12-2004 10:35 PM |