Ok, temp fix.....
Took the old
/boot directory from Netware under TFT and replaced the /srv/tftp/boot
(we were running ZFD 7SP1 ir3 on Netware)
So yes I am aware, I am running much older version.. but it works.. It
looks like the new version has issues. I don't think there was testing
done for dual boots...
Thanks
Pete
Peter Norris wrote:
> Hi All,
>
> we have a dual boot imaging.
>
> under ZEN 7sp1 IR3 on Netware
>
> At the end of the build we were able to
>
> sda2 has Linux installed
>
> #create device.map - Allows for multi disk PCS
> echo | grub --no-floppy
> mount /dev/sda2 /mnt/harddisk
> cp /boot/grub/device.map /mnt/harddisk/boot/grub/device.map
> ##tell grub linux is on the first drive
> sed -i s/hd1,1/hd0,1/g /mnt/harddisk/boot/grub/menu.lst
> ##default boot to windows
> sed -i /default/s/0/1/ /mnt/harddisk/boot/grub/menu.lst
> grub-install --root-directory=/mnt/harddisk /dev/sda
> umount /mnt/harddisk
>
> The problem we have under ZEN 7SP1 IR4 on OES Linux
> /boot is mounted as a loopback device. Therefore it is read only.
>
> Can anyone suggest a way to update grub whilst still in the imaging
> engine. We now only have single disk PCs with
>
> sda1 = windows
> sda2 = linux
>
> or
> sda1 = windows
> sda2 =
>
> or
> sda1 =
> sda2 = linux
>
>
> Also previously we used lilo.s to remove grub, this would allow non
> Linux machines to boot. However it appears we can't run lilo any more.
>
> Thanks for any help
>
> Pete