LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 02-03-2020, 06:56 PM   #1
yelirt5
LQ Newbie
 
Registered: Jan 2019
Posts: 29

Rep: Reputation: Disabled
kickstart problem


I have a simple kickstart (I think it's simple) but it will not even start the install. It fails almost immediately with 2 errors that make no sense to me:

1. [9.934833] tmpfs: bad mount option huge
2. [ drm: hwss_edp_wait_for_hpd_ready [amdgpu]] *ERROR* hwss_edp_wait_for_hpd_ready; wait timed out

Then the system just hangs there (after #2) and it won't go any farther. Testing the below kickstart on a Dell Precision 7510. Can anyone offer any advice?

#platform=x86, AMD64, or Intel EM64T
#version=DEVEL
# Install OS instead of upgrade
install
# Keyboard layouts
keyboard 'us'
# System language
lang en_US
# System authorization information
auth --useshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Use graphical install
text
firstboot --disable
# SELinux configuration
selinux --permissive
# Firewall configuration
firewall --disabled
# Network information
network --bootproto=static --device=eth0 --ip=192.200.20.161 --netmask=255.255.255.0
# Halt after installation
reboot
# System timezone
timezone Africa/Abidjan
# System bootloader configuration
bootloader --location=mbr
# Partition clearing information
clearpart --all
# Disk partitioning information
part / --fstype="xfs" --size=10240
part /home --fstype="xfs" --size=10240
part /tmp --fstype="xfs" --size=10240
part /boot --fstype="xfs" --size=500
part /boot/efi --fstype="xfs" --size=500
part /var/ --fstype="xfs" --size=10240
part /var/log/audit --fstype="xfs" --size=5120
part /var/log/ --fstype="xfs" --size=5120

**** NOTE: Eventually (if I ever get that far) I'll start figuring out how to copy files from the media to the completed system, post-kickstart .Below is where I've left it for now. ******

#%post --interpreter=/bin/bash --nochroot
#!/bin/sh
#echo "* Runing post-install configuration *"
#echo "*******mounting CD_ROM***********"
#mkdir -p /mnt/source
#mount -o ro /tmp/cdrom /mnt/source
#cp -a /mnt/source/Post/files/route-eth0 /mnt/sysimage/etc/syconfig/network-scripts/
#%end
 
Old 02-03-2020, 08:12 PM   #2
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,767

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
The first error is a bug which from a quick search is associated with the i915 driver. It does not affect anything and can be safely ignored as far as I know. My Dell's have a Intel GPU which uses the i915 driver.

The second error would be associated with a AMD GPU driver problem. What graphics card is installed in the 7510?
 
1 members found this post helpful.
Old 02-05-2020, 04:02 AM   #3
yelirt5
LQ Newbie
 
Registered: Jan 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
turned out to be a BIOS issue. I simply had to turn off "Switchable graphics"

Thanks to those that replied.
 
Old 02-06-2020, 03:29 AM   #4
yelirt5
LQ Newbie
 
Registered: Jan 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
I'm able to get the system to boot from the kickstart media after turning off switchable graphics in the BIOS. However, no matter what, it won't read the anaconda-ks.cfg file so it stops at the first screen of a manual install.
 
Old 02-06-2020, 08:57 AM   #5
michaelk
Moderator
 
Registered: Aug 2002
Posts: 25,767

Rep: Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933Reputation: 5933
What are you using for your installation media DVD or USB etc. Where is your kickstart file located and did you correctly identify the file on the kernel line of the boot loader according to the documentation?
 
1 members found this post helpful.
Old 03-03-2020, 05:58 PM   #6
yelirt5
LQ Newbie
 
Registered: Jan 2019
Posts: 29

Original Poster
Rep: Reputation: Disabled
I did not correctly identify the file on the kernel line. Thank you for the tip.
 
  


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
[SOLVED] Dynamic entry of kickstart server ip in kickstart config file bradvan Linux - Server 1 04-01-2019 07:09 AM
RedHat Satellite Kickstart: Passing IP information from Kernel Parameters to Kickstart Config file galron010 Linux - General 1 03-03-2016 12:11 PM
[SOLVED] RHL 6.0 Unable to download the Kickstart file/ Error downloading kickstart file AnApproach2DigestLinux Linux - Newbie 3 11-23-2012 05:50 PM
Kickstart Error Error opening kickstart file (null): bad address Latitude Linux - Networking 0 06-03-2009 11:20 AM
Problem with kickstart Llwyd Linux - General 1 01-10-2003 09:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 08:09 AM.

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