Multistage Bootloader on VM Virtual Box
-
- Posts: 2
- Joined: Mon Apr 29, 2013 6:44 pm
Multistage Bootloader on VM Virtual Box
hey I'm trying to get a multistage boot loader to work on VM Virtual Box but can't seem to do it.....Does anyone have experience with this type of thing?? Thanks in Advance.
- Kazinsal
- Member
- Posts: 559
- Joined: Wed Jul 13, 2011 7:38 pm
- Libera.chat IRC: Kazinsal
- Location: Vancouver
- Contact:
Re: Multistage Bootloader on VM Virtual Box
It's 99% likely it's not VirtualBox, but the bootloader itself. "A multistage bootloader" is not descriptive enough to figure out what your problem could possibly be. Are you rolling your own? Using GRUB? LILO? NTLDR?
-
- Posts: 2
- Joined: Mon Apr 29, 2013 6:44 pm
Re: Multistage Bootloader on VM Virtual Box
Thanks for the reply. I've been trying to roll my own. My main question is how to put the files in a format that Virtual Box will read. I know how to use dd a little to make virtual floppies, but i don't know how to get the two at the right memory locations and such
Re: Multistage Bootloader on VM Virtual Box
This is not a Virtual Box problem. You will face exactly the same questions running on any emulator or on real hardware. You need to do a little more research (or don't reinvent the wheel and just use GRUB).