Hi,
thx.
But it doesn't work :-(
if i do manually chroot /a systemconfigurator --verbose --configrd --runboot
it try to mount /boot then /
and say : cannot find any boot loader on your system : lilo,elilo,grub....
i don't know what to do...
Regards,

Erich Focht a écrit :
Hi Herve,

On Thursday 29 November 2007 12:18, Herve Colasuonno wrote:
Hi,
i'm always with my etch server and systemimager 4.0.1-svn.
Thx for help resolving sync problem.
Now the clone goes well. But when it finish, systemconfigurator (2.2.11) cannot find any booloader in Boot.Pm. The debian package of systemconfigurator doesn't provide any /etc/systemconfig/systeconfig.conf.
I don't know what to do...
All is good but no bootloader. In my image i've grub, but systemconfigurator doesn't find it.
Any ideas ?
Regards,

first of all: you need a /etc/systemconfig/systemconfig.conf . In OSCAR this is
produced during the image build process (I think it comes from either
systemimager or systeminstaller). You'll need to make a simple one yourself.

Here's an example:
# systemconfig.conf written by systeminstaller.
CONFIGBOOT = YES
CONFIGRD = YES

[BOOT]
        ROOTDEV = /dev/sda3
        BOOTDEV = /dev/sda
        DEFAULTBOOT = 2.6.16.46-0.12-smp

[KERNEL0]
        PATH = /boot/vmlinuz-2.6.16.46-0.12-smp
        LABEL = 2.6.16.46-0.12-smp

[KERNEL1]
        PATH = /boot/vmlinuz
        LABEL = vmlinuz


(with this systemconfigurator will attempt to build an initrd, if you
don't want this, add an INITRD line).

In any case, try calling systemconfigurator manually, when your deployment
failed, i.e. from the console of the freshly deployed image. /a should still
have the filesystems mounted, i.e. you can do
chroot /a systemconfigurator --verbose --configrd --runboot
or something similar.

Regards,
Erich

--
--------------------------------------------------------------
Hervé COLASUONNO
Ingénieur Système
GIPSA-LAB(INPG)
Departement Image Signal
Site Web : http://www.gipsa-lab.inpg.fr
Rue de la Houille Blanche
38402 St Martin d'Hères
tel : 04 76 82 62 55
fax : 04 76 82 63 84
--------------------------------------------------------------


-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
sisuite-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sisuite-users

Reply via email to