Cant Install Custom OS On Virtualbox 5+

Discussions about using non Windows and Linux guests such as FreeBSD, DOS, OS/2, OpenBSD, etc.
Post Reply
PheonixVX
Posts: 2
Joined: 11. Mar 2017, 05:33

Cant Install Custom OS On Virtualbox 5+

Post by PheonixVX »

Ok I've Installed Virtualbox and Turned My OS Into A ISO File But When i Run It It Shows This
https://postimg.org/image/s45hxc8of/
But In The picture it Won't Let Me Run My OS, i've Done Everything Right i Have a kernel but it stills doesnt work if you want to help you could download the OS but i'm pretty new to C++ and well i don't actually know if i did everything right
OS Download: [Mod edit: Deleted URL until more information is provided]
towo2099
Volunteer
Posts: 362
Joined: 18. Aug 2014, 21:53
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Android, Linux

Re: Cant Install Custom OS On Virtualbox 5+

Post by towo2099 »

Try it without EFI.
socratis
Site Moderator
Posts: 27330
Joined: 22. Oct 2010, 11:03
Primary OS: Mac OS X other
VBox Version: PUEL
Guest OSses: Win(*>98), Linux*, OSX>10.5
Location: Greece

Re: Cant Install Custom OS On Virtualbox 5+

Post by socratis »

Please do not link to 3rd party sites for your images. Upload them here, locally.
Please tell us what "Axis OS" is and where is the manufacturer's site, not from a 3rd party site.
I can't understand how 70 KB can be an ISO of an operating system. What and how is that?
Do NOT send me Personal Messages (PMs) for troubleshooting, they are simply deleted.
Do NOT reply with the "QUOTE" button, please use the "POST REPLY", at the bottom of the form.
If you obfuscate any information requested, I will obfuscate my response. These are virtual UUIDs, not real ones.
PheonixVX
Posts: 2
Joined: 11. Mar 2017, 05:33

Re: Cant Install Custom OS On Virtualbox 5+

Post by PheonixVX »

Oh. Axis OS Is Just A Custom OS That I'm Making It's Only A Start. and I Will Try It Without EFI

Also Im New So The Third Party Image Hosting Was A My Bad.

Pk I Tried Without EFI and Well It Started Showing Links so I Disabled Network Then It Said
FATAL: No Bootable medium Found! System Halted.
But I Do Have A Boot.asm

Also Can Someone Link Me To A Good IDE To Build A OS, Right Now I'm Using OS creator 2.0 Which isn't That Good.
Last edited by socratis on 10. Apr 2017, 08:41, edited 1 time in total.
Reason: Merged 4 posts into one.
mpack
Site Moderator
Posts: 39156
Joined: 4. Sep 2008, 17:09
Primary OS: MS Windows 10
VBox Version: PUEL
Guest OSses: Mostly XP

Re: Cant Install Custom OS On Virtualbox 5+

Post by mpack »

This is not a Windows Host discussion. Moving to "Other Guests".

Does the guest OS support EFI? Does the guest OS include an installer? I'm struggling to understand how the author of a custom OS would need to test these things. You should be telling us what the boot requirements are.
frank
Oracle Corporation
Posts: 3362
Joined: 7. Jun 2007, 09:11
Primary OS: Debian Sid
VBox Version: PUEL
Guest OSses: Linux, Windows
Location: Dresden, Germany
Contact:

Re: Cant Install Custom OS On Virtualbox 5+

Post by frank »

The 70KB ISO image which was referenced does not contain a valid El-Torito bootable CD image. At offset 0x8800 (sector 0x11), there is

Code: Select all

00008800: 0243 4430 3031 0100 0000 0000 0000 0000  .CD001..........
00008810: 0000 0000 0000 0000 0000 0000 0000 0000  ................
00008820: 0000 0000 0000 0000 0032 0030 0031 0037  .........2.0.1.7
The first byte is 0x02 while the El-Torito standard requires this byte being 0x00 (Boot Record Indicator, must be 0). That's the reason why it doesn't boot in VirtualBox.
Post Reply