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

Install debian netboot in sunblade 150 sparc






Hello, 
This is my first post hope I do a silly question. 
I'm installing Debian on Sun workstation SunBlade150 CDROM does not work as me, I'm trying to install with netboot. 

The OS is Debian 7.
First of all turn off the DHCP of the Router.
The gateway is 192.168.1.1 my touter
The IP 192.168.1.103 Debian server

This is my isc-dhcp-server 
------------------------------------------------------------------------------------------------------------ 
gedit /etc/dhcp/dhcpd.conf

option domain-name "example.org";
option domain-name-servers 80.148.8.4, 80.148.8.2;

default-lease-time 600;
max-lease-time 7200;

subnet 192.168.1.0 netmask 255.255.255.0 {
  range 192.168.1.200 192.168.1.250;
  option routers 192.168.1.1;
  filename "boot.img";
}
------------------------------------------------------------------------------------------------------------ 

This is my tftpd-hpa 
------------------------------------------------------------------------------------------------------------ 
#host Oracle {
#  filename "/boot.img";
#  server-name "debian";
#  next-server debian;
#  hardware ethernet 00:03:BA:94:89:97;
#  fixed-address 192.168.1.103;
#}

gedit /etc/default/tftpd-hpa

# /etc/default/tftpd-hpa
TFTP_USERNAME="tftp"
TFTP_DIRECTORY="/srv/tftp"
TFTP_ADDRESS="0.0.0.0:69"
TFTP_OPTIONS="--secure"
------------------------------------------------------------------------------------------------------------ 

Restart tftpd-hpa and isc-dhcp-server 
I do not get to start the installation program on the machine I boot sun "boot net" or "net boot boot.img". 

In gedit /var/log/messages shows me no errors

Where is the fault? 

Thanks and regards.






















Reply to: