Archives


- Beowulf
- Beowulf Announce
- Scyld-users
- Beowulf on Debian

kickstart RH6.2 installation problems

Many of your questions may have already been answered in earlier discussions or in the FAQ. The search results page will indicate current discussions as well as past list serves, articles, and papers.

Search

Kian Chang Low Kian_Chang_Low at vdgc.com.sg
Tue Sep 26 09:40:10 PDT 2000


Hi,

My 2cents worth:

I am not sure whether it is possible to allocate any file system to any
particular partitions. Try using "hda" instead of all the "hda2, hda3,
...".

Regards,
Kian Chang.


|--------+----------------------->
|        |          Mikhail      |
|        |          Kuzminsky    |
|        |          <kus at free.net|
|        |          >            |
|        |                       |
|        |          09/26/00     |
|        |          03:04 AM     |
|        |                       |
|--------+----------------------->
  >-----------------------------------------------------|
  |                                                     |
  |       To:     beowulf at beowulf.org                   |
  |       cc:     (bcc: Kian Chang Low/SPR/FE/VDGC)     |
  |       Subject:     kickstart RH6.2 installation     |
  |       problems                                      |
  >-----------------------------------------------------|



       Dear netters,

I'm installing RH6.2 on the nodes of new Beowulf cluster.
I want to do kickstart RH 6.2 installation on HDDs, having
the necessary partitions (but they are w/o ext2fs created).

But after start of installation I receive following
traceback messages:

File /usr/bin/anaconda, line 341 in ?
     extraModules=extraModules)
File /usr/lib/anaconda/todo.py, line 332 in __init__
     self.setClass(instClass)
File /usr/lib/anaconda/todo.py, line 822, in setClass
     todo.addmount(dev,mntpoint,fstype,reformat)
File /usr/lib/anaconda/todo.py, line 395, in addMount

and install exited abnormally. It looks that
the problems are w/partitions. I'll be very appreciate in
ideas what is reason of errors.

ks.cfg file contents is :

lang en_US
network --bootproto static --ip 192.168.0.10 --netmask 255.255.255.0
--gateway 192.168.0.4
### Source File Location
cdrom
keyboard us
### Partitioning Information
#zerombr yes
zerombr no
#clearpart --linux
part / --size 141 --onpart hda2
       ^^^^^^^^^^
      (the result dosn't depend from the presence of size keywords)
part swap --size 133 --onpart hda3
part /usr --size 3004 --onpart hda5
install
### Mouse Configuration
mouse genericps/2 --emulthree
### Time Zone Configuration
timezone --utc US/Eastern
### X Configuration
xconfig --vsync 60
### Root Password Designation
rootpw paSSword
### Authorization Configuration
auth --useshadow --enablemd5
### Lilo Configuration
lilo --linear --location mbr
### Package Designation
%packages
@ Base
chkfontpath
groff-perl
...
### Commands To Be Run Post-Installation
%post
echo "This is in the chroot" > /tmp/message

Thanks for your help !

Mikhail Kuzminsky
Zelinsky Institute of Organic Chemistry
Moscow


_______________________________________________
Beowulf mailing list
Beowulf at beowulf.org
http://www.beowulf.org/mailman/listinfo/beowulf








More information about the Beowulf mailing list