* RE: [gentoo-embedded] TinyGentoo Boot Issue
@ 2006-07-17 18:52 Morgan, Austin D.
2006-07-18 14:23 ` Chad Files
0 siblings, 1 reply; 6+ messages in thread
From: Morgan, Austin D. @ 2006-07-17 18:52 UTC (permalink / raw
To: gentoo-embedded
Try creating a symlink from /init to /bin/busybox, worked for me...
Austin
-----Original Message-----
From: gentoo-embedded+bounces-1064-AUSTIN.D.MORGAN=saic.com@gentoo.org on
behalf of Chad Files
Sent: Mon 7/17/2006 1:35 PM
To: gentoo-embedded@lists.gentoo.org
Subject: [gentoo-embedded] TinyGentoo Boot Issue
I have been trying, in vain, for several days to get TinyGentoo to
boot from a USB drive. I have followed all of the instructions (twice)
and cannot get past a kernel panic issue that I am having.
Here is the issue...Grub comes up just like it should, the initramfs
gets into memory and the boot starts. There are several checks that
take place then the kernel load is attempted. This is where everything
falls apart...the kernel panics.
I get something to the affect of...
VFS: Cannot open root device "<NULL>" or unknown-block (0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block
(0,0)
I have searched around and here is what I have tried...
* Add root (0,0) line to grub conf
* Add root= parameter to the kernel line in grub conf (both /dev/sda1
and /dev/ram0)
* Add a mount delay to the kernel line in grub conf
* Rebuilt the kernel according to the instructions (for good measure)
Any help would be appreciated.
-- Chad
--
gentoo-embedded@gentoo.org mailing list
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] TinyGentoo Boot Issue
2006-07-17 18:52 [gentoo-embedded] TinyGentoo Boot Issue Morgan, Austin D.
@ 2006-07-18 14:23 ` Chad Files
2006-07-18 14:41 ` Tim Barker
0 siblings, 1 reply; 6+ messages in thread
From: Chad Files @ 2006-07-18 14:23 UTC (permalink / raw
To: gentoo-embedded
On 7/17/06, Morgan, Austin D. <AUSTIN.D.MORGAN@saic.com> wrote:
> Try creating a symlink from /init to /bin/busybox, worked for me...
I tried your suggestion and now I get the same message with a
different block set (3,2) instead of (0,0).
Could it be something in the kernel that I missed?
-- Chad
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] TinyGentoo Boot Issue
2006-07-18 14:23 ` Chad Files
@ 2006-07-18 14:41 ` Tim Barker
2006-07-19 12:35 ` Chad Files
0 siblings, 1 reply; 6+ messages in thread
From: Tim Barker @ 2006-07-18 14:41 UTC (permalink / raw
To: gentoo-embedded
[-- Attachment #1: Type: text/plain, Size: 1012 bytes --]
Hi Chad,
This may not be the same but a similar thing happened to me when trying to
mount a jffs2 root partition while not having jffs2 compiled into the
kernel, the kernel can't mount the root partition so bails out with a 'VFS:
Cannot open root device' error.
What partition are you using? vfat? Was the partition created/formatted
correctly? Did you include vfat support in the kernel? Did you build support
as a module? Drop me an email if you don't know how to check for the option
in the kernel .config (CONFIG_VFAT_FS in the case of vfat) or when you 'make
menuconfig'.
HTH,
Tim
On 7/18/06, Chad Files <cpfiles@gmail.com> wrote:
>
> On 7/17/06, Morgan, Austin D. <AUSTIN.D.MORGAN@saic.com> wrote:
> > Try creating a symlink from /init to /bin/busybox, worked for me...
>
> I tried your suggestion and now I get the same message with a
> different block set (3,2) instead of (0,0).
>
> Could it be something in the kernel that I missed?
>
> -- Chad
> --
> gentoo-embedded@gentoo.org mailing list
>
>
[-- Attachment #2: Type: text/html, Size: 1482 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-embedded] TinyGentoo Boot Issue
2006-07-18 14:41 ` Tim Barker
@ 2006-07-19 12:35 ` Chad Files
0 siblings, 0 replies; 6+ messages in thread
From: Chad Files @ 2006-07-19 12:35 UTC (permalink / raw
To: gentoo-embedded
On 7/18/06, Tim Barker <tim@tbarker.com> wrote:
> What partition are you using? vfat?
The boot partition is an ext2 there is a secondary partition that is a vfat.
> Was the partition created/formatted correctly?
Yes.
> Did you include vfat support in the kernel? Did you build support
> as a module?
Yes and Yes.
I started with a clean kernel (yet again) and the boot still hangs at
the same spot. I am really at a loss of things to try.
-- Chad
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-embedded] TinyGentoo Boot Issue
@ 2006-07-17 18:35 Chad Files
0 siblings, 0 replies; 6+ messages in thread
From: Chad Files @ 2006-07-17 18:35 UTC (permalink / raw
To: gentoo-embedded
I have been trying, in vain, for several days to get TinyGentoo to
boot from a USB drive. I have followed all of the instructions (twice)
and cannot get past a kernel panic issue that I am having.
Here is the issue...Grub comes up just like it should, the initramfs
gets into memory and the boot starts. There are several checks that
take place then the kernel load is attempted. This is where everything
falls apart...the kernel panics.
I get something to the affect of...
VFS: Cannot open root device "<NULL>" or unknown-block (0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block (0,0)
I have searched around and here is what I have tried...
* Add root (0,0) line to grub conf
* Add root= parameter to the kernel line in grub conf (both /dev/sda1
and /dev/ram0)
* Add a mount delay to the kernel line in grub conf
* Rebuilt the kernel according to the instructions (for good measure)
Any help would be appreciated.
-- Chad
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-embedded] TinyGentoo Boot Issue
@ 2006-07-17 18:19 Chad Files
0 siblings, 0 replies; 6+ messages in thread
From: Chad Files @ 2006-07-17 18:19 UTC (permalink / raw
To: gentoo-embedded
I have been trying, in vain, for several days to get TinyGentoo to
boot from a USB drive. I have followed all of the instructions (twice)
and cannot get past a kernel panic issue that I am having.
Here is the issue...Grub comes up just like it should, the initramfs
gets into memory and the boot starts. There are several checks that
take place then the kernel load is attempted. This is where everything
falls apart...the kernel panics.
I get something to the affect of...
VFS: Cannot open root device "<NULL>" or unknown-block (0,0)
Please append a correct "root=" boot option
Kernel panic - not syncing: VFS: unable to mount root fs on unknown-block (0,0)
I have searched around and here is what I have tried...
* Add root (0,0) line to grub conf
* Add root= parameter to the kernel line in grub conf (both /dev/sda1
and /dev/ram0)
* Add a mount delay to the kernel line in grub conf
* Rebuilt the kernel according to the instructions (for good measure)
Any help would be appreciated.
-- Chad
--
gentoo-embedded@gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2006-07-19 12:36 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-07-17 18:52 [gentoo-embedded] TinyGentoo Boot Issue Morgan, Austin D.
2006-07-18 14:23 ` Chad Files
2006-07-18 14:41 ` Tim Barker
2006-07-19 12:35 ` Chad Files
-- strict thread matches above, loose matches on Subject: below --
2006-07-17 18:35 Chad Files
2006-07-17 18:19 Chad Files
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox