bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #34820] Multiboot image not recognized


From: Faustino Ribeiro
Subject: [bug #34820] Multiboot image not recognized
Date: Mon, 14 Nov 2011 18:14:04 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20100101 Firefox/7.0.1

Follow-up Comment #5, bug #34820 (project grub):

multiboot command is not recognized at grub prompt. I created by hand a basic
grub.cfg as follows:

set default=0
set timeout=5
set root=(cd)

menuentry "MyOS" {
   multiboot /boot/kernel.bin
   boot
}

When I select "MyOS" menu item, I get the following message:

error: unknown command 'multiboot' 

Am I missing something?

PS: I first created grub.cfg file with this menuentry syntax:

menuentry "MyOS"
{
   multiboot /boot/kernel.bin
   boot
}

Note the '{' put on the line after the menuentry declaration (not on the same
line). This makes the config file invalid.  

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34820>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]