Patrick, I don't know if it'll help you put here's the extract from the notes I've been making on setting up 6.3.6 regarding grub -
Find this group of lines in the imagename.master install script - [ -z $DEVICE ] && DEVICE=eth0 chroot /a/ systemconfigurator --excludesto=/etc/systemimager/systemconfig.local. exclude --runboot || shellout [INTERFACE0] DEVICE = eth0 EOL and comment them all out. In theory systemconfigurator installs the bootloader. In practice it screws it up so install the bootloader with grub-install by adding these lines immediately after those you just commented out - echo echo "Installing grub bootloader" echo "chroot /a/ grub-install --recheck $DISK0" chroot /a/ grub-install --recheck $DISK0|| shellout echo "Done installing grub" echo # Use $DISK0 in the grub install line so it works for both machines with # SATA and machines with PATA harddics. If you want the install script to deal with the target machine having a PATA harddisk where the golden client uses SATA or vice versa, find the line which says # BEGIN disk edits Just after that they'll be a list of files in a for loop like 'for file in /etc/ fstab otherfiles;do'. To that list of files add /etc/mtab and /boot/grub/menu.lst I think using Fedora you're want /boot/grub/grub.conf instead of /boot/grub/menu.lst hth, mike On 23/06/06, Patrick Dowler <[EMAIL PROTECTED]> wrote: > > Followup to my own post/problem: > > The issue does not appear to be a change from SATA to ATA on the target > machine. I recently tried to autoinstall a system that is identical to the > golden client and the grub install failed there too. > > This is FC5 which has the /boot/grub/menu.lst -> /boot/grub/grub.conf symlink. > > The line in grub.pm in question (at least the copy of that file on my system) > is in the method that check for the existance of this config file. > > Any ideas? Should I just try 3.7.3? Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
