My current grub is 

menuentry “OSv” {
multiboot /boots/service/release.x64/vmlinuz.bin
boot
}

This returns “no multiboot header found. You need to load the kernel first”

Also, I don’t need any networking capabilities. Just trying to run a simple 
program and show it can boot bare metal :)

Think of it as me trying to run the “native-example” app that prints out “Hello”

Also, thanks for all the replies and help!!

> On Nov 26, 2019, at 9:40 AM, Nadav Har'El <n...@scylladb.com> wrote:
> 
> 
> 
>> On Tue, Nov 26, 2019 at 2:51 AM Matthew Weekley <tweekl...@comcast.net> 
>> wrote:
>> I am looking to boot the kernel I generated from the build script. 
>> 
>> How would one recommend doing so using grub? I have noticed that OSv doesn't 
>> support multiboot, or so it seems to me. I am not a grub expert by any means 
>> so that's why I am asking for some help. I am doing a school research 
>> project on Unikernels and am looking to show performance increase running 
>> that running a unikernel as a standalone provides.
> 
> Besides the kernel format issues which I see that you're discussing with 
> Pekka  and Waldek, there may be a more serious problem - 
> You're mentioning running OSv in grub, and "running a unikernel as a 
> standalone". Does this mean you want to run OSv on an actual physical 
> machine, not a VM inside a hypervisor?
> 
> If this is the case the bigger problem you'll encounter is that OSv will not 
> have a driver for your network card, and probably also not for your disk 
> drive. One of the things which simplified OSv's development is that we didn't 
> need to implement a hundred drivers for different hardware. Doing this is not 
> impossible, but will not be trivial either.
> 
>  
>> 
>> Thanks for any help provided!
>> -- 
>> You received this message because you are subscribed to the Google Groups 
>> "OSv Development" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to osv-dev+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit 
>> https://groups.google.com/d/msgid/osv-dev/531F2E6E-8EA3-48C8-9E4E-5DF9AAF4A023%40comcast.net.

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to osv-dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/CF90073E-9E5C-40A3-80F2-535D202C6D09%40comcast.net.

Reply via email to