From: Magnus Damm <magnus.damm@gmail.com>
To: "Jérôme Bouat" <jerome.bouat@wanadoo.fr>
Cc: qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] gentoo disk image for QEmu
Date: Sat, 12 Mar 2005 11:31:43 +0100 [thread overview]
Message-ID: <aec7e5c305031202314ffce2cf@mail.gmail.com> (raw)
In-Reply-To: <1110621349.28647.6.camel@penguin>
Hello again,
On Sat, 12 Mar 2005 10:55:49 +0100, Jérôme Bouat
<jerome.bouat@wanadoo.fr> wrote:
> Here is what did my scripts in order to install the bootloader :
> ---
> /sbin/losetup $(loop_device_2) $(disk_image).tmp && \
> mount -t proc none $(tree)/proc && \
> $(chroot) $(tree) /bin/bash install_grub.sh && \
> /sbin/losetup -d $(loop_device_2) && \
> ---
>
> with 'install_grub.sh':
> ---
> /usr/sbin/env-update && source /etc/profile &&
> echo using this device map for GRUB: &&
> echo --- &&
> cat dev.map &&
> echo --- &&
> grub --device-map=dev.map <<END
> root (hd0,0)
> setup (hd0)
> END
> ---
>
> But it never worked. Could your tool help me ?
Grub is not included in my tool, so I guess it won't help you in this
case. But feel free to add grub and send a patch to me. =)
Have you tried executing the commands one by one to see exectly where
things fail? Verify that the chrooted environment has all the required
device nodes and libraries.
/ magnus
next prev parent reply other threads:[~2005-03-12 10:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-07 20:55 [Qemu-devel] gentoo disk image for QEmu Jérôme Bouat
2005-03-07 21:26 ` Magnus Damm
2005-03-08 1:51 ` [Qemu-devel] ESC key problems & keyboard problems Paulo R. Dallan
2005-03-09 11:16 ` Oliver Gerlich
2005-03-09 18:44 ` Paulo R. Dallan
2005-03-10 22:52 ` [Qemu-devel] Still some keyboard problems (was: ESC key problems & keyboard problems) Paulo R. Dallan
2005-03-12 21:33 ` [Qemu-devel] Still some keyboard problems Oliver Gerlich
2005-03-12 9:55 ` [Qemu-devel] gentoo disk image for QEmu Jérôme Bouat
2005-03-12 10:31 ` Magnus Damm [this message]
2005-04-01 13:05 ` [Qemu-devel] x86 emulated hardware : which make.conf options ? Jérôme Bouat
2005-04-01 13:14 ` Karel Gardas
2005-04-01 17:26 ` Natalia Portillo
2005-04-01 18:04 ` Paul Brook
2005-04-02 16:38 ` Natalia Portillo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aec7e5c305031202314ffce2cf@mail.gmail.com \
--to=magnus.damm@gmail.com \
--cc=jerome.bouat@wanadoo.fr \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.