Hi
As indicated by Ian Braithwaite and dann frazier,
post-install needs a mtab file on a client during boot phase and
manually creating a suitable /etc/mtab file on the server can solve
temporarily this problem (chroot /a/ /sbin/grub-install works fine
after to do that)
But also (I am working with Rehhat 8.0
Post-install with systemconfigurator-2.0.5 fail when the network
client try to configure grub may be due to LABEL indication in
/etc/fstab.
I have this error:
Could not find device for /boot:Not found or not a block devices
WARNING= LABEL / not found anywhere on the system!
at /usr/lib/systemconfig/Boot/Grub.pm line 207
readline() on closed filehandle IN at
/usr/lib/systemconfig/Boot/Label.pm line 84
Grub.pm--------------------------------------------------
sub find_grub_root {
207 my $fstab = Boot::Label::fstab_struct("/etc/fstab");
Label.pm------------------------------------------------
sub fstab_struct {
my $file = shift;
my $struct;
my %labels;
84 open(IN,"<$file") or (carp ("Couldn't open $file for reading"),
return undef);
while(<IN>) {
# get rid of starting spaces
s/^\s+//;
--------------------------------------------------------
Here you will find /etc/fstab used
images/linuxdrk/etc/fstab file on the server
LABEL=/ / ext3 defaults
1 1
LABEL=/home /home ext3 defaults
1 2
LABEL=/opt /opt ext3 defaults
1 2
none /dev/pts devpts gid=5,mode=620
0 0
none /proc proc defaults
0 0
none /dev/shm tmpfs defaults
0 0
LABEL=/tmp /tmp ext3 defaults
1 2
LABEL=/usr /usr ext3 defaults
1 2
LABEL=/var /var ext3 defaults
1 2
/dev/rd/c0d1p2 swap swap defaults
0 0
thanks for your help
Thierry
--
__________________________________________________________________
/__________/ ORG :BULL SA | Service A.S.C
_||____
/_______/ Email :[EMAIL PROTECTED]
|||| Bull SA Bullcom :229 76 29
|||| 1, rue de Provence Phone :+33 04 76 29 76 29
|||| B.P. 208
_||||__ 38432 Echirolles-CEDEX Office :FREC B1-361
\_/ \/\/ \_______________________________________________________
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
_______________________________________________
Sisuite-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/sisuite-devel