GNU GRUB (short for GNU GRand Unified Bootloader) is a boot loader package from the GNU Project.
1
vote
8answers
428 views
Does dual booting Linux and Windows Vista require special treatment?
I'm planning to install Linux on a computer that is currently running Windows Vista. Vista needs to remain functional after the install. I've been reading and it sounds like Microsoft changed the way ...
0
votes
4answers
4k views
How do I debug GRUB handing on “GRUB Loading stage2…”?
I've seen this asked a lot around on the internet, with no satisfactory answers or root cause. Sometimes it's just 'well, replace your RAID controller', or 're-run grub install', etc. I'm running ...
10
votes
2answers
1k views
How do I make GRUB automatically boot the kernel?
I am currently writing a kernel, and in an attempt to actually run it, I've decided to use GRUB. Currently, we have a script to attach GRUB's stage1, stage2, a pad file, and the actual kernel itself ...
6
votes
3answers
1k views
Grub and getting into Real Mode (low-level assembly language programming)
I've been working on a toy OS and have been using grub as my boot loader. Recently when trying to use VGA I found that I couldn't use hardware interrupts. This I found was because I had been slung ...