From: niu <ni...@cl...> - 2003-09-01 09:56:15
|
Thank you, erik. I made three image files phase1, phase1.initrd and phase2 as what you said. Then I load phase1 + phase1.initrd with grub, then the boot message said that the pahse2 has been received successfully, after boot message said: " monte: restarting system in 2 seconds...", my target machine restart and repeat above scenario. : ( If it's because I complied beoboot & bproc with kernel SMP support? Niu er...@he... wrote: >On Fri, Aug 29, 2003 at 10:31:58AM -0400, niu wrote: > > >>Hi, >> >>I want use bproc & beoboot to boot a machine remotely. Now, two boot >>images have been >>made: >>phase1 image: to be putted on harddisk of target machine for completing >>the first boot stage. >>phase2 image: to be downloaded from beoserv machine to finish the second >>boot stage. >> >>My silly questions are : >>1> How to configure the grub.conf to use phase1 image? >> >> > >When creating phase 1, you'll have to create separate images with -i. >It will spit out a kernel image and a ramdisk image. Then load kernel >+ initrd with your boot loader of choice. Make sure you remember use >"root=/dev/ram0" on the command line. > > > >>2> Where to configure the pahse2 image path information to let beoserv know? >> >> > >"bootfile /path/to/phase2" > >in /etc/beowulf/config. > >- Erik > > |