LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   problem in cluster knoppix please help me (https://www.linuxquestions.org/questions/debian-26/problem-in-cluster-knoppix-please-help-me-308153/)

bruse 03-31-2005 05:35 AM

problem in cluster knoppix please help me
 
i have two systems.
one running cluster knoppix.
so i am using that system to boot a remote system by ltsp ..
setup and booting everything okay.


one only problem is..

i configured the server corectly and remote system boots well .

i can not enter in to the display.

1)connecting well to the remote DHCP and a screen will come like this


boot:


here give the enter the system suddenly hang.



my point:

1)iwhen i install it in server i had the same problem that is i solved using the cheatcode boot:knoppix acpi=off.

2)when i give the same command here not working.

3)should i use any other cheatcode to boot.


please help me...

RobertP 04-03-2005 05:42 PM

I do not have ClusterKNOPPIX handy, but I use LTSP. If the client displays a "boot:" prompt, it means the file giving the name of the kernel to transfer by tftp from the server to the client was not given by the DHCP server, or that the tftp server did not transfer the kernel to the client. You should have lines in dhcpd.conf like

subnet 192.168.0.0 netmask 255.255.255.0 {
range 192.168.0.20 192.168.0.253;
option broadcast-address 192.168.0.255;
option routers 192.168.0.254;
option root-path "192.168.0.254:/opt/ltsp/i386" ;
filename "lts/vmlinuz-2.4.26-ltsp-2";
}
The filename is the path to the client's kernel relative to /tftpboot on the server. On my system that is /tftpboot/lts/vmlinuz... You may need to configure and restart tftpd or whatever your process is.


All times are GMT -5. The time now is 03:16 AM.