On Thu, 25 Nov 2004 09:12:43 +0200, Jan Groenewald <[EMAIL PROTECTED]> wrote:
> Hi
> 
> On Wed, Nov 24, 2004 at 01:16:16PM -0500, Andrew Fant wrote:
> > Thinking about this a little more, I have a suspicion about what the issue
> > might be.  The systemimager install scripts create and mount the
> > filesystems in numerical order.  If you, like many, put /boot on /dev/hda1
> > and root on /dev/hda3. /boot gets created but not mounted properly.   We
> > had to edit the image script here to make sure / got created first.  Maybe
> > this is your issue.
> Cool, I have been wondering about this too. /boot got put on the /
> filesystem underneath the /dev/hdaX which got mounted on top of it. I
> moved the stanza which creates and mounts /boot in the master script.
> Is this a bug to be reported?

Maybe my problem is similar...
My Golden Client have /boot mounted at /dev/hda1 (noauto)
When I made the image I took care of mounting it first.

After I install the image at a Client using dhcp and pxe, the
installer takes care of partitioning, formatting and tranfering all
files, but at the end It fails:

(transcripting by a picture I took from the screen :) )
Probing devices to get BIOS drivers.
df: Warning:  cannot read table of mounted filesystems
Could not find device for /boot
umount /a/work || shellout
umount /a/proc || shellout
umount /a/dev || shellout
umount /a/boot: Invalid argument
Killing off runing processes
killall: udp-receiver: no process killed ...

write variables
<<<<<<<<<<<<<<<<<<<<<<<<<<<<
A long paragraph about install fail

rebooting hangs at the grub stage something

I made some hacking and solved the problem by doing:
# make /boot
# cp -rp /a/boot/* /boot
# mount /dev/hda1 /a/boot
# cp /boot/* /a/boot
# /a/sbin/grub ----no-curses

and installing grub...

After reboot I had to change the hostname, and apparently everything
is runnig ok.

Does Systemimager has problems with grub?

Forgive-me if my questions may be stupid, but I am really a newby in
remote instalations (and even in dhcp).

Best regards

Souto -- using HP Proliants without cdrom or floppy drivers :-)


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Sisuite-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to