Custom bootloader that launches the GRUBbootloader

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
bbrar
Posts: 5
Joined: Tue Jun 12, 2012 11:39 am

Custom bootloader that launches the GRUBbootloader

Post by bbrar »

Is this possible: Have a CD with a custom bootloader ( that does some BIOS PCI specific operations) and then it jumps to the actual bootloader in the MBR of the harddrive of the computer?So when the computer boots up, it is set to boot from CD and then it executes this custom BL and then the custom BL will load the actual BL stored in the MBR of the harddrive.
Will this work?
User avatar
Griwes
Member
Member
Posts: 374
Joined: Sat Jul 30, 2011 10:07 am
Libera.chat IRC: Griwes
Location: Wrocław/Racibórz, Poland
Contact:

Re: Custom bootloader that launches the GRUBbootloader

Post by Griwes »

http://forum.osdev.org/viewtopic.php?p=211505#p211505

What are those "PCI operations" you want to do before GRUB is executed?
Reaver Project :: Repository :: Ohloh project page
<klange> This is a horror story about what happens when you need a hammer and all you have is the skulls of the damned.
<drake1> as long as the lock is read and modified by atomic operations
Post Reply