Installation keep failing, kickstart config
by yanamulyana from LinuxQuestions.org on (#5N07K)
Hi im to upgrade old server into an updated one (centos7)
Code:Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/LinuxNow , i keep getting errors while loading ks configuration
from no such option --dept, no such option --bytes-per-inode, from the articles i read some of the commands are removed ...this config are working one
(it doesnt stuck at [PHP]dracut-initqueue timeout /dev/root does not exist )
Code:#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Use text mode install
text
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# Installation logging level
logging --level=info
# Use network installation
url --url=http://mirror.herza.id/centos/7/os/x86_64/
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$7666666666xxxxxxxx
# SELinux configuration
selinux --disabled
# System timezone
timezone --isUtc America/New_York
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig --defaultdesktop=GNOME --depth=8 --resolution=640x480
# Disk partitioning information
part /boot --asprimary --bytes-per-inode=4096 --fstype="ext3" --grow --size=18443im not a tech person but it seems these line
Code:part /boot --asprimary --bytes-per-inode=4096 --fstype="ext3" --groware the command for formating the harddrive ,if i uncommented that line that mean the HDD will not formatted?
can someone inspect the cfg above ..thank you
Code:Linux localhost.localdomain 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009 x86_64 x86_64 x86_64 GNU/LinuxNow , i keep getting errors while loading ks configuration
from no such option --dept, no such option --bytes-per-inode, from the articles i read some of the commands are removed ...this config are working one
(it doesnt stuck at [PHP]dracut-initqueue timeout /dev/root does not exist )
Code:#platform=x86, AMD64, or Intel EM64T
# System authorization information
auth --useshadow --enablemd5
# System bootloader configuration
bootloader --location=mbr
# Clear the Master Boot Record
zerombr
# Partition clearing information
clearpart --all --initlabel
# Use text mode install
text
# Firewall configuration
firewall --disabled
# Run the Setup Agent on first boot
firstboot --disable
# System keyboard
keyboard us
# System language
lang en_US
# Installation logging level
logging --level=info
# Use network installation
url --url=http://mirror.herza.id/centos/7/os/x86_64/
# Network information
network --bootproto=dhcp --device=eth0 --onboot=on
# Reboot after installation
reboot
#Root password
rootpw --iscrypted $1$7666666666xxxxxxxx
# SELinux configuration
selinux --disabled
# System timezone
timezone --isUtc America/New_York
# Install OS instead of upgrade
install
# X Window System configuration information
xconfig --defaultdesktop=GNOME --depth=8 --resolution=640x480
# Disk partitioning information
part /boot --asprimary --bytes-per-inode=4096 --fstype="ext3" --grow --size=18443im not a tech person but it seems these line
Code:part /boot --asprimary --bytes-per-inode=4096 --fstype="ext3" --groware the command for formating the harddrive ,if i uncommented that line that mean the HDD will not formatted?
can someone inspect the cfg above ..thank you