[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[DHCP] booter une station SUN



Bonjour à tous,

Je cherche à booter une station SUN (avec un "boot net:dhcp") à partir d'un serveur de boot configuré sur une Debian.

J'ai donc exporté la racine de la SUN via NFS et configuré dhcpd comme suit :

allow booting;
allow bootp;

subnet 10.0.0.0 netmask 255.255.0.0 {
  option domain-name "mon.domaine";
  option domain-name-servers 10.0.0.252;
  option subnet-mask 255.255.255.0;
  option routers 10.0.0.254;

  host StationSUN {
    hardware ethernet 0:3:ba:43:e2:19;
    fixed-address 10.0.0.9;
    next-server 10.0.0.110;
    filename "inetboot";
    option root-path "10.0.0.110:/sol10_rootfs/Boot/";
  }
}

et le /etc/exports comme ça :
/sol10_rootfs/Boot/     *(rw,sync,no_root_squash,no_subtree_check,insecure_locks)

Le noyau est téléchargé mais la station s'arrête sur le doux message suivant :
"3a000 panic - boot: Could not mount filesystem."

Quelqu'un aurait-il une idée sur ce que j'ai pu oublier ?

Cordialement,

mathias

Reply to: