My current grub.cfg:

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

When I go to boot from within grub, I get a critical error :(

Any thoughts why?? 

> On Nov 26, 2019, at 10:06 AM, Matthew Weekley <[email protected]> wrote:
> 
> 
> Corrected that but that lead to a critical error when trying to boot it.
> 
> Do I need to specify any further files below the vmlinuz file?
> 
>>> On Nov 26, 2019, at 9:56 AM, Pekka Enberg <[email protected]> wrote:
>>> 
>> 
>>> On Tue, Nov 26, 2019 at 4:50 PM Matthew Weekley <[email protected]> 
>>> wrote:
>> 
>>> My current grub is 
>>> 
>>> menuentry “OSv” {
>>> multiboot /boots/service/release.x64/vmlinuz.bin
>> 
>>    ^^^ this needs to "linux", instead of "multiboot".
>>  
>>> boot
>>> }
>>> 
>>> This returns “no multiboot header found. You need to load the kernel first”
>> 
>> Yes, because there's no Multiboot support in OSv anymore. The "vmlinuz" file 
>> follows the Linux boot protocol described here:
>> 
>> https://www.kernel.org/doc/Documentation/x86/boot.txt
>> 
>> - Pekka 

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/osv-dev/209F20AC-D16A-4BC3-9960-7BE14BA0CB03%40comcast.net.

Reply via email to