From: niu <ni...@cl...> - 2003-09-05 10:09:12
|
Hi, Dear All For boot remote slave machine I did the following: 1> make phase1 kernel & initrd. beoboot -i -1 --kernel /boot/vmlinuz-2.4.20 -o phase1 2> make phase2 kernel. beoboot -n -2 --kernel /boot/vmlinuz-2.4.20 -o phase2 3> copy phase1 kernel & initrd to slave machine, then set grub.conf properly. 4> configure the /etc/beowulf/config of master, then start beoserv. 5> boot the slave machine, select the phase1 boot. Then the slave machine booted from phase1 kernel and downloaded the phase2 kernel successfully. But after "monte: restarting system in 2 seconds...", the machine was reset !! Did I make someting wrong? thanks. - niu - |