[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Xterminal



Witam,
włąśnie buduję kawiarenkę z xtermianli (na Debianie oczywiście :) i mam
taki problem:
xterminal po pobraniu z sieci jądra i jego uruchmieniu wypisuje:
VFS: Cannot open root device "nfs" or 00:ff
Kernel panic: VFS: Unable to mount root fs on 00:ff
Moja konfiguracja to:
na serwerze nfs i /etc/exports:
/xterminal/boot 192.168.1.0/255.255.255.0(ro) 212.191.76.4(ro)
/xterminal/nfsroot 192.168.1.0/255.255.255.0(ro,no_root_squash,insecure) \
                        212.191.76.4(ro,no_root_squash,insecure)
/etc/dhcpd:

subnet 192.168.1.0 netmask 255.255.255.0 {
	range 192.168.1.2 192.168.1.255;
	option broadcast-address 192.168.1.255;
}

group {
	host xt1 {
		hardware ethernet
			00:a0:24:47:5f:4d;
		fixed-address
			192.168.1.2;
		filename
			"/xterminal/boot/vmlinux";
		option root-path
			"/xterminal/nfsroot";
	}
}

Probowałem już:
mknod /dev/nfsroot b 0 255, 
później zmieniałem w nfsroot.c NFS_ROOT na "/xtermianl/nfsroot" i nic.
Macie jakiś pomysł?
-- 
                         ----------------------------------
Pozdrowienia,          //    Keep It Simple Stupid!     // 
Bartek.               //  http://sknauk.wpk.p.lodz.pl //  
                     ---------------------------------



Reply to: