[Moving this back to the debian-hurd mailing list.]
Hello!
On Mon, Apr 16, 2007 at 05:58:29PM +0530, kiran chand wrote:
> our grub conf in installer
Your email client wrapped the lines, I hope I was nevertheless able to
interpret everything correctly.
> "#creating grub.conf
> let pno1=pno-1
> echo "timeout=20">$MNTPNT/boot/grub/grub.conf
> echo
> "splashimage=(hd0,$pno1)/boot/grub/splash.xpm.gz">>$MNTPNT/boot/grub/grub.conf
> echo "title HURD">>$MNTPNT/boot/grub/grub.conf
> echo " root (hd0,$pno1)">>$MNTPNT/boot/grub/grub.conf
> echo " kernel /boot/gnumach.gz ro
> root=device:$pname0s$pno+1">>$MNTPNT/boot/grub/grub.conf
Are you sure this ``+1'' is evalutaed as expected?
> #################
> echo " module /hurd/ext2fs.static --readonly
> ">>$MNTPNT/boot/grub/grub.conf
> echo "
> --multiboot-command-line=${kernel-command-line}
> ">>$MNTPNT/boot/grub/grub.conf
> echo " --host-priv-port=${host-port}
> ">>$MNTPNT/boot/grub/grub.conf
> echo " --device-master-port=${device-port}
> ">>$MNTPNT/boot/grub/grub.conf
> echo " --exec-server-task=${exec-task} -T typed
> ${root}
> ">>$MNTPNT/boot/grub/grub.conf
> echo " $(task-create)
> $(task-resume)">>$MNTPNT/boot/grub/grub.conf
> echo " module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)
> ">>$MNTPNT/boot/grub/grub.conf
>
> ##########
On the lines following a ``module'' statement either use ``echo -n''
instead of ``echo'' or escape the new-line characters that will be
appended at the end of the line. Compare your generated `grub.conf' to a
working one to see the difference.
> hardware:i386...rebootng after the installation we got hurd in the grub and
> other linux partitions....but when we tried to boot selecting the hurd
> option the booting process gets stucked when it reaches like
> "module 0:....
> module 1:multi....
> 2 multiboot modules
>
>
>
>
>
>
> " stucked....we re totaly cnfused...whether ny
> thng wrong wth our installation method????
Please try what I suggested above and see whether that improves the
situation.
Regards,
Thomas
signature.asc
Description: Digital signature

