Multistage Bootloader on VM Virtual Box

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
mgaythorpe
Posts: 2
Joined: Mon Apr 29, 2013 6:44 pm

Multistage Bootloader on VM Virtual Box

Post by mgaythorpe »

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.
User avatar
Kazinsal
Member
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

Post by Kazinsal »

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?
mgaythorpe
Posts: 2
Joined: Mon Apr 29, 2013 6:44 pm

Re: Multistage Bootloader on VM Virtual Box

Post by mgaythorpe »

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
User avatar
iansjack
Member
Member
Posts: 4711
Joined: Sat Mar 31, 2012 3:07 am
Location: Chichester, UK

Re: Multistage Bootloader on VM Virtual Box

Post by iansjack »

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).
Post Reply