All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ted Wood <ted@fgh.co.uk>
To: buildroot@busybox.net
Subject: [Buildroot] Getting It into Compact Flash
Date: Wed, 12 Dec 2012 16:12:49 -0000	[thread overview]
Message-ID: <000901cdd883$889a6e70$99cf4b50$@co.uk> (raw)

OK Next question:

 

I've built a kernel image and a file system image.

 

I've manually installed Grub 2 and a grub.cfg file which looks like this:

 

menuentry 'Buildroot'

{

set root='(hd0,msdos1)'

echo 'Loading Kernel')

linux /boot/bzimage

echo 'Loading Root FS'

initrd /boot/rootfs.ext2

}

 

It starts up OK, loads the kernel and uncompresses it.

It mounts sda and sda1

Then "No filesystem could mount root, tried ext3 vfat msdos iso9660"

 

I've tried it with various different types of filesystem image (iso9660,
cramfs, ext2) and they all fail in a similar way...

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20121212/33ed9ecd/attachment.html>

             reply	other threads:[~2012-12-12 16:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-12-12 16:12 Ted Wood [this message]
2012-12-12 16:22 ` [Buildroot] Getting It into Compact Flash Richard Braun
2012-12-12 20:49   ` Richard Braun
2012-12-13 10:48     ` Ted Wood
2012-12-13 11:32       ` Richard Braun
2012-12-13 13:08         ` Ted Wood
2012-12-13 13:26           ` Richard Braun
2012-12-13 16:00             ` Ted Wood
2012-12-13 21:37 ` Arnout Vandecappelle
2012-12-13 22:04   ` Richard Braun
2012-12-13 23:02     ` Arnout Vandecappelle
2012-12-14  9:10   ` Ted Wood

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='000901cdd883$889a6e70$99cf4b50$@co.uk' \
    --to=ted@fgh.co.uk \
    --cc=buildroot@busybox.net \
    /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.