BCCD:Log

From Earlham CS Department
Revision as of 00:47, 2 February 2006 by Skylar (talk | contribs)
Jump to navigation Jump to search

Kevin

Skylar

2006-01-18

  • I've got both the Dell and the bazaar node PXE booting off hopper. I can get to a Busybox prompt but no further though. The problem is that the kernel that the BCCD uses provides no NIC support until after the modules are loaded from singularity. The problem is that we need to load singularity over the network (NFS probably), but that's a chicken-and-the-egg problem.

2006-02-01

  • Changing /linuxrc in root.bin to mount NFS, and then call pivot_root to change the current root filesystem from initrd to admin:/singularity (over NFS).
  • We decided initrd is not needed. We took it out, and are no worse off than we were before.
  • inittab's agetty entries are failing because devfsd is silently failing.