Altera_Forum
Honored Contributor
19 years agono boot over nfs
Hello!
My configuration worked well with initramfs. Now i like to boot over NFS. I did everything like in "NFSFileSystem" and I can mount the NFS in the linux booted with initramfs. Further I had to enabled in Networking "IP: kernel level autoconfiguration" and Network File Systems "Root file system on NFS" to get the system booting over nfs. First I had an error like "can not open initial console" because "/dev" was empty. So I created the device nodes defined in "romfs_list". Now I have the following error:IP-Config: Complete:
device=eth0, addr=192.168.1.10, mask=255.255.255.0, gw=255.255.255.255,
host=nios2, domain=, nis-domain=(none),
bootserver=192.168.1.2, rootserver=192.168.1.2, rootpath=
Looking up port of RPC 100003/2 on 192.168.1.2
Looking up port of RPC 100005/1 on 192.168.1.2
VFS: Mounted root (nfs filesystem).
Freeing unused kernel memory: 56k freed (0x176000 - 0x183000)
Kernel panic - not syncing: Attempted to kill init! When I trac the traffic with wireshark, I can see that "rc" is executed and "inittab" (which is empty) is called. After that call the traffic stops followed by an ARP. can anybody help me?