All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Getting It into Compact Flash
@ 2012-12-12 16:12 Ted Wood
  2012-12-12 16:22 ` Richard Braun
  2012-12-13 21:37 ` Arnout Vandecappelle
  0 siblings, 2 replies; 12+ messages in thread
From: Ted Wood @ 2012-12-12 16:12 UTC (permalink / raw)
  To: buildroot

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>

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2012-12-14  9:10 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12 16:12 [Buildroot] Getting It into Compact Flash Ted Wood
2012-12-12 16:22 ` 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

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.