From Bugzilla Helper: User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT; DigExt) Description of problem: I have a problem with kickstart. I took the file from the beginning when the program tried to create Logical Volume, i had errors about "kickstart.py" Version-Release number of selected component (if applicable): don't know How reproducible: Always Steps to Reproduce: 1. linux ks=hd:fd0:/ks.cfg 2. Install crashed 3. Actual Results: Install crashed ans ask me to reboot Expected Results: i should have a full install of packages. Additional info: install lang fr_FR.UTF-8 langsupport --default fr_FR.UTF-8 fr_FR.UTF-8 keyboard fr-latin1 mouse genericps/2 --device psaux --emulthree xconfig --card "Intel 815" --videoram 16384 --hsync 30-63 --vsync 56- 75 --resolution 1024x768 --depth 24 --startxonboot --defaultdesktop kde network --device eth0 --bootproto dhcp --hostname test rootpw --iscrypted $1$p88J8v7T$nJpP8JiOLk.BcsyikGyu6. firewall --disabled authconfig --enableshadow --enablemd5 timezone Europe/Paris bootloader --location=mbr --append hdd=ide-scsi # The following is the partition information you requested # Note that any partitions you deleted are not expressed # here so unless you clear all partitions first, this is # not guaranteed to work clearpart --all part /boot --fstype ext3 --onpart hda1 part swap --onpart hda2 part pv.3 --onpart hda3 volgroup Volume00 pv.3 logvol / --fstype ext3 --name=LogVol00 --vgname=Volume00 --size=448.0 logvol /home --fstype ext3 --name=LogVol0
Created attachment 100662 [details] Kickstart file
You're doing clearpart --all and then trying to tell anaconda to put partitions on a specific partition (which no longer exists)
I just take the file created by Red Hat Linux. So for me, there's a problem during the creation of that file because i need to install from the scratch. Is that possible you explain me how to do that?