infecticide Apprentice


Joined: 09 Mar 2004 Posts: 261 Location: Regina, SK Canada
|
Posted: Tue Jan 26, 2010 7:00 pm Post subject: Installing on Beagleboard |
|
|
Hey Folks,
I am attempting to install Gentoo on a beagleboard, which is based on ARMv7 I believe.
I have an Angstrom kernel I am booting from that will mount an nfsroot for me but it dies after mounting the NFS share. I have confirmed that NFS is working properly from another machine on the network.
The location its pointing to is based on an nfsroot from here: http://dev.gentoo.org/~vapier/arm/
Here is the error:
| Code: |
[ 126.522979] Sending DHCP requests .<6>eth0: link up, 100Mbps, full-duplex, lpa 0x45E1
[ 128.819580] ., OK
[ 128.835662] IP-Config: Got DHCP answer from 192.168.2.1, my address is 192.168.2.104
[ 128.843811] IP-Config: Complete:
[ 128.846893] device=eth0, addr=192.168.2.104, mask=255.255.255.0, gw=192.168.2.1,
[ 128.854766] host=beagleboard, domain=gateway.2wire.net, nis-domain=(none),
[ 128.862121] bootserver=192.168.2.1, rootserver=192.168.2.101, rootpath=
[ 128.869659] Looking up port of RPC 100003/2 on 192.168.2.101
[ 128.885467] Looking up port of RPC 100005/1 on 192.168.2.101
[ 128.897186] VFS: Mounted root (nfs filesystem) on device 0:13.
[ 128.903259] Freeing init memory: 204K
[ 128.938873] Kernel panic - not syncing: Attempted to kill init!
|
It is my understanding that it should be running /linuxrc at this point to begin loading the OS correct?
Here are the lines from the beginning of the kernel load:
| Code: |
[ 0.000000] Linux version 2.6.29-omap1 (koen@dominion) (gcc version 4.3.3 (GCC) ) #1 PREEMPT Wed Oct 21 13:11:52 CEST 2009
[ 0.000000] CPU: ARMv7 Processor [411fc083] revision 3 (ARMv7), cr=10c5387f
[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT nonaliasing instruction cache
[ 0.000000] Machine: OMAP3 Beagle Board
[ 0.000000] Memory policy: ECC disabled, Data cache writeback
[ 0.000000] OMAP3430 ES3.1
[ 0.000000] SRAM: Mapped pa 0x40200000 to va 0xd7000000 size: 0x100000
[ 0.000000] Reserving 16777216 bytes SDRAM for VRAM
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 65024
[ 0.000000] Kernel command line: console=ttyS2,115200n8 vram=16M omapfb.mode=dvi:1024x768MR-16@60 root=/dev/nfs nfsroot=192.168.2.101:/mnt/netboot/nfsroot ip=dhcp rw init=/linuxrc noinitrd
|
_________________ . : | iNFeCTiCiDe | : .
"Look at all the dead bodies listening to the music..." |
|