0

I am trying to create a bootloader which can run on Oracle virtual box using GNU assembler(gas). After searching Internet I found that there is no information about this. I am trying to write it for VDI HDD format of Oracle virtual box. Can someone tell me how to achieve it. I have already tested a bootloader using floppy drive feature of Oracle virtual box and it is running fine.

niksd
  • 11
  • 2
  • 1
    Why not code your bootloader as normal then use `VBoxManage convertfromraw` to convert the image to vdi? – Jester Aug 08 '18 at 11:15
  • Thanks Jester, I will try it. Will you please provide me steps to create it. – niksd Aug 08 '18 at 14:27
  • Does thisanswer help any? https://stackoverflow.com/questions/43566542/virtualbox-no-bootable-medium-found/43566982#43566982 – Michael Petch Aug 08 '18 at 17:26
  • Please avoid *"Give me the codez"* questions. Instead show the script you are working on and state where the problem is. Also see [How much research effort is expected of Stack Overflow users?](https://meta.stackoverflow.com/q/261592/608639) – jww Aug 08 '18 at 20:35
  • Thanks Michael Petch. Information mentioned in link is what I was looking for. – niksd Aug 09 '18 at 03:45

0 Answers0