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/


_______________________________________________
Bug-grub mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-grub

Reply via email to