The following are the errors I got which may help to solve this problem.
Editing files for actual disk configuration...
/dev/sda -> /dev/sda
/etc/fstab
/etc/raidtab
Probing devices to guess BIOS drives. This may take a long time.
df: Warning: cannot read table of mounted file systems
df: Warning: cannot read table of mounted file systems
Could not find device for /boot: Not found or not a block device
Probing devices to guess BIOS drives. This may take a long time.
Use of uninitialized value in concatenation (.) or string at /usr/lib/systemconfig/Boot/Grub.pm line 160.
Use of uninitialized value in substitution (s///) or string at /usr/lib/systemconfig/Boot/Grub.pm line 164.
Use of uninitialized value in concatenation (.) or string at /usr/lib/systemconfig/Boot/Grub.pm line 235.
Use of uninitialized value in substitution (s///) or string at /usr/lib/systemconfig/Boot/Grub.pm line 237.
Probing devices to guess BIOS drives. This may take a long time.
On 11/14/06,
Jason McCoy <[EMAIL PROTECTED]> wrote:
Andrea,
I tried your script. I even put the right file name(device.map) instead of menu.lst ;-)
It still did not work.
I do not understand why I can install the box with the install CD and make a golden client, yet I can not install it with SystemInstaller. It makes no sense.
I even tried doing 'dd if=/dev/zero of=/dev/sda' from the install disk just to make sure without a doubt that the mbr, partition table and all data were in fact gone. Still it does not seem to work.On 11/14/06, Andrea Righi <[EMAIL PROTECTED]> wrote:Sorry.... obviously the correct script is the following:
--------------------------------------
#!/bin/sh
cat << EOF > /boot/grub/menu.lst
(fd0) /dev/fd0
(hd0) /dev/sda
EOF
--------------------------------------
or /dev/hda if you have not a scsi disk...
Best regards,
-Andrea
Andrea Righi wrote:
> Jason,
>
> so you could try to define a simple post-install script like the
> following (see /var/lib/systemimager/scripts/post-install/README for
> more informations about post-install scripts):
>
> --------------------------------------
> #!/bin/sh
> cat << EOF > /boot/grub/menu.lst
> (fd0) /dev/fd0
> (hd0) /dev/hd0
> EOF
> --------------------------------------
>
> Moreover, which versions of grub and systemconfigurator are you using?
>
> Regards,
> -Andrea
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users
------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________ Sisuite-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sisuite-users
