Hello Folks
I was looking for dualbooting win98+SME 5.5 for R&D purpose. I tried the steps outlined in
http://forums.contribs.org/index.php?topic=12549.msg47102#msg47102first I made a boot disk using boot.img from SME 5.5 CD, then I deleted ks.cfg, copied install.cfg from images/kickstart on SME CD to the floppy and renamed it to ks.cfg..then I deleted the following lines using both vi on Linux and edit on DOS..
# partitioning parameters
zerombr yes
clearpart --all
part /boot --size 10
part / --size 1 --grow
part swap --size 256
# boot loader
lilo --location mbr --linear
all goes well until I select "I Accept" in installation program an execption occurs...
Traceback (innermost last):
File "/usr/bin/anaconda", line 438, in ?
intf.run(todo, test = test)
File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/text.py", line 1040, in run
rc = apply (step[1](), step[2])
File "/var/tmp/anaconda-7.0.1//usr/lib/anaconda/textw/esmith_text.py", line 676, in __call__
if todo.upgrade_more_options:
AttributeError: upgrade_more_options
Local variables in innermost frame:
todo:
self:
screen:
test: 0
ToDo object:
(itodo
ToDo
p1
(dp2
S'esmith_custom'
p3
I1
sS'autodetect_upgrade_failed'
p4
I0
sS'method'
p5
(iimage
CdromInstallMethod
p6
(dp7
S'progressWindow'
p8
Would appreciate any hints from gurus.
Thanks and Regards
D'mello