On Thu, Aug 17, 2006 at 01:39:49AM +0000, Do woojin wrote: > I customized centos . and i tested. > but when installing bootloader in installation, the error message came . [...] > File "/usr/lib64/python2.3/site-packages/rhpl/executil.py", line 81 ,in > execWithRedirect > os.execv(command,argv) > OSError: [Errno 2] No such file or directory [...] > in bootloaderinfo.py > rhpl.executil.execWithRedirect('/sbin/grub' , [...] > I think the error message is that can't find "/sbin/grub" command. > but i have grub package in my install cd. > I can't fix the error. > please help me how I can fix it. > thank you. I had the exact same problem several months ago, and solved it. Unfortunately, I cannot remember for the life of me what the answer was. Perhaps it was disabling dietlibc? quick hack patch: --- anaconda.orig/Makefile.inc 7 Nov 2004 18:47:18 -0000 1.125 +++ anaconda/Makefile.inc 23 Nov 2004 13:16:37 -0000 1.126 @@ -20,6 +20,6 @@ # diet defines USEDIET=0 -ifeq (i386, $(ARCH)) +ifeq (nosucharch, $(ARCH)) USEDIET=1 endif -- Matthew Miller mattdm@xxxxxxxxxx <http://mattdm.org/> Boston University Linux ------> <http://linux.bu.edu/>