Page 1 of 1

grub2 there have something error

Posted: Sat Feb 16, 2013 8:34 am
by BeginnerMe
Hi !!

I saw this tutorial http://wiki.osdev.org/64-bit_Higher_Hal ... ith_GRUB_2

but there have some runtime error code

error: unsupported tag: 0x8
error: you need to load the kernel first

this is the grub.cfg, as same as the tutorial

set timeout=1
set default=0

menuentry "myOS" {
multiboot2 /boot/kernel.sys
boot
}

Re: grub2 there have something error

Posted: Sat Feb 16, 2013 10:57 am
by xenos
Are you sure that your Multiboot 2 header is correct?

Re: grub2 there have something error

Posted: Sat Feb 16, 2013 8:12 pm
by BeginnerMe
XenOS wrote:Are you sure that your Multiboot 2 header is correct?
I completely mimic tutorial on

Re: grub2 there have something error

Posted: Sun Feb 17, 2013 3:35 am
by xenos
This does not answer my question.

Have you checked yourself that the Multiboot 2 header is correct?