grub2 there have something error

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
BeginnerMe
Posts: 4
Joined: Fri Jan 11, 2013 1:59 am

grub2 there have something error

Post 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
}
User avatar
xenos
Member
Member
Posts: 1121
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: grub2 there have something error

Post by xenos »

Are you sure that your Multiboot 2 header is correct?
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
BeginnerMe
Posts: 4
Joined: Fri Jan 11, 2013 1:59 am

Re: grub2 there have something error

Post by BeginnerMe »

XenOS wrote:Are you sure that your Multiboot 2 header is correct?
I completely mimic tutorial on
User avatar
xenos
Member
Member
Posts: 1121
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: grub2 there have something error

Post by xenos »

This does not answer my question.

Have you checked yourself that the Multiboot 2 header is correct?
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
Post Reply