[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: grub as multiboot/bzImage
From: |
Julian Stecklina |
Subject: |
Re: grub as multiboot/bzImage |
Date: |
Tue, 13 Jul 2010 17:24:21 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) |
Tom Davies <address@hidden> writes:
> Hi :)
>
> Good news and bad news about multi-booting with grub!
>
> The good news is that grub almost invariably finds the presence of any other
> OSes on the machine and automatically adds a line to the boot-menu to allow
> people to choose which OS to boot in to. Failing that it is possible to edit
> grub to include them.
I want to build grub as a multiboot binary. (Multiboot as in
http://www.gnu.org/software/grub/manual/multiboot/multiboot.html )
What I want seems to be:
./grub-mkimage -O i386-multiboot -d . -v -o /srv/tftp/linux/grub2 *.mod
But the resulting binary is broken. It doesn't work on qemu or native.
Regards, Julian