Bugs item #1003910, was opened at 2004-08-05 05:35
Message generated for change (Comment added) made by sturdza
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1003910&group_id=259

Category: Autoinstall Kernel
Group: v3.2.0
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: dann frazier (dannf)
Summary: Client wont boot after autoinstall

Initial Comment:
I have followed all the instruction needed to get to
the autoinstall stage. The autoinstall stage itself
worked with no errors. But next, when I boot the
machine, it the bios checks for a bootable device and
when it reaches the hdd, it appears to hang.  No error
messages or anything.

Any ideas?

Thanks

Chris 

----------------------------------------------------------------------

Comment By: Peter Sturdza (sturdza)
Date: 2005-01-04 20:50

Message:
Logged In: YES 
user_id=542857

I have seen this when using the grub boot loader and System
Imager 3.2.3 (really the System Configurator version that
ships with it, it think has the bug).

My workaround is to add, near the end of the image script
(/var/lib/systemimager/scripts<goldenclient>.master) and
just before the section that unmounts all file systems, the
following lines:
       chroot /a/ /usr/sbin/grub << EOL || shellout
       root (hd0,3)
       setup (hd0)
       EOL
Now the path to grub depends on your flavor of linux, and
the (hd0,3) part depends on the location of your boot
partition.  With those changes it ought to work.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=100259&aid=1003910&group_id=259


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Sisuite-devel mailing list
Sisuite-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sisuite-devel

Reply via email to