Hello, Marcos A. Mondragon wrote: > Hello, > > I initially noticed that my installs were breaking due to the grub install failing. After > searching Google and the Red Hat mailing lists I saw a mention of a similar grub problem > which led me to this list and the message below. Searching some more I found some info > that pointed me to this solution to the hdlist being in alphabetical order: > > export PYTHONPATH=/usr/lib/anaconda > rhroot=/some/nifty/place > /usr/lib/anaconda-runtime/genhdlist $rhroot > /usr/lib/anaconda-runtime/pkgorder $rhroot i386 > $rhroot/RedHat/base/pkgorder > /usr/lib/anaconda-runtime/genhdlist --fileorder $rhroot/RedHat/base/pkgorder $rhroot /usr/lib/anaconda-runtime/genhdlist --withnumbers $rhroot usr/lib/anaconda-runtime/pkgorder $rhroot i386 > $rhroot/RedHat/base/pkgorder /usr/lib/anaconda-runtime/genhdlist --withnumbers --fileorder $rhroot/RedHat/base/pkgorder $rhroot With the genhdlist option "--withnumbers" it works in this order of comands for me. > Thanks, > > Marc Mondragon Uwe