From: <er...@he...> - 2003-08-29 15:09:24
|
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 |