LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook
User Name
Password
Linux - Laptop and Netbook Having a problem installing or configuring Linux on your laptop? Need help running Linux on your netbook? This forum is for you. This forum is for any topics relating to Linux and either traditional laptops or netbooks (such as the Asus EEE PC, Everex CloudBook or MSI Wind).

Notices


Reply
  Search this Thread
Old 11-16-2003, 07:59 PM   #1
psingh
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Rep: Reputation: 0
Error while installing RH9 over the network using etherboot


Hi,

I am trying to install RH 9 image from a server (a laptop) that acts as a DHCP server for the clients (embedded devices from Compulab) . All sources from the RH 9 CD Rom are on the server that is exported via NFS.
This part looks okay.

When I try to run download the image (via etherboot from the client),
I get the following error.

Loading <IP Address>:/mnt/server_ks/ks.cfg ........
Unable to load file.

I am attaching the ks.cfg file. Please let me know what I am doing
wrong.
The permissions look okay and showmount -e on the server returns
/mnt/server_ks * (which is expected)

Any thoughts would be greatly appreciated. If folks here have used
something other than etherboot, I would appreciate comments /
suggestions on your experience.

thanks
Parminder
(I removed the name of the server)


#Generated by Kickstart Configurator

#System language
lang en_US
#Language modules to install
langsupport --default=en_US
#System keyboard
keyboard us
#System mouse
mouse generic3ps/2
#Sytem timezone
timezone America/New_York
#Root password
rootpw --iscrypted $1$ByZ3UkSB$1lO3OVTcBzoXQ..E3nwmG/
#Reboot after installation
reboot
#Install Red Hat Linux instead of upgrade
install
#Use NFS installation Media
nfs --server=foo.bar.edu --dir=/mnt/server_ks
#System bootloader configuration
bootloader --location=mbr
#Clear the Master Boot Record
zerombr yes
#Partition clearing information
clearpart --all --initlabel
#Disk partitioning information
part swap --recommended
part / --fstype ext3 --size 1 --grow --maxsize 10000
#System authorization infomation
auth --useshadow --enablemd5
#Network information
network --bootproto=dhcp --device=eth0
#Firewall configuration
firewall --disabled
#Do not configure XWindows
skipx
#Package install information
%packages --resolvedeps
@ GNOME Desktop Environment
@ Editors
@ Engineering and Scientific
@ Authoring and Publishing
@ Server Configuration Tools
@ Web Server
@ Mail Server
@ Windows File Server
@ DNS Name Server
@ FTP Server
@ News Server
@ Network Servers
@ Development Tools
@ Kernel Development
@ GNOME Software Development
@ Administration Tools
@ System Tools
@ Printing Support




--
 
Old 11-17-2003, 07:14 AM   #2
jcookeman
Member
 
Registered: Jul 2003
Location: London, UK
Distribution: FreeBSD, OpenSuse, Ubuntu, RHEL
Posts: 417

Rep: Reputation: 33
Do you have your DHCP server configured to differentiate between Etherboot and Kickstart?

http://www.zytor.com/pipermail/sysli...er/000849.html

and the link at the bottom of the page:

http://www.ltsp.org/documentation/pxe.howto.html

Justin
 
Old 11-17-2003, 02:58 PM   #3
psingh
LQ Newbie
 
Registered: Jul 2003
Posts: 10

Original Poster
Rep: Reputation: 0
In response to your suggestion, if the kickstart file is configured to use DHCP, do I still have to configure a tftp server?

I added the the files from host node1 onwards. Still does not work. My impression was that I could do it without using a tftp server.

Parminder

ddns-update-style interim;
ignore client-updates;

subnet 192.168.160.0 netmask 255.255.252.0 {

# --- default gateway
# option routers 192.168.0.1;
option subnet-mask 255.255.252.0;

option nis-domain "foo.bar.edu";
option domain-name "foo.bar.edu";
# option domain-name-servers 192.168.1.1;

option time-offset -18000; # Eastern Standard Time
# option ntp-servers 192.168.1.1;
# option netbios-name-servers 192.168.1.1;
# --- Selects point-to-point node (default is hybrid). Don't change this unless
# -- you understand Netbios very well
# option netbios-node-type 2;

range dynamic-bootp 192.168.160.128 192.168.160.192;
default-lease-time 21600;
max-lease-time 43200;
filename "/mnt/server_ks/ks.cfg";

# we want the nameserver to appear at a fixed address
host orbit1 {
next-server orbit1.foo.bar.edu;
hardware ethernet 00:0BB:976:4E;
fixed-address 192.168.160.101;
}

host node1 {
hardware ethernet 00:01:C0:00:74:15;
if substring (option vendor-class-identifier, 0, 9) = "Etherboot" {
filename "/mnt/server_ks/ks.cfg";
next-server orbit1;
}
}

}

Last edited by psingh; 11-17-2003 at 04:52 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installing RH9, Fatal error! markb658 Red Hat 4 03-29-2005 09:32 AM
need Etherboot ROM image for a 3C589 PCMCIA network card lothario Linux - Networking 0 10-07-2004 05:58 AM
Error while installing RH9 over the network using etherboot psingh Linux - Newbie 0 11-16-2003 07:39 PM
installing rh9 over network, nforce2 kilgor Linux - Hardware 0 10-18-2003 09:04 AM
error installing rpms - rh9 xconspirisist Linux - Software 5 10-03-2003 03:04 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Laptop and Netbook

All times are GMT -5. The time now is 02:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration