Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 583804 Details for
Bug 820680
UEFI Grub setup using Kickstart not working
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
The working kickstart file
redhat-kickstart.txt (text/plain), 1.37 KB, created by
Christian Becker
on 2012-05-11 11:12:25 UTC
(
hide
)
Description:
The working kickstart file
Filename:
MIME Type:
Creator:
Christian Becker
Created:
2012-05-11 11:12:25 UTC
Size:
1.37 KB
patch
obsolete
>install >url --url="http://$ip/image/" > >rootpw --iscrypted $password ># System authorization information >auth --useshadow --passalgo=sha512 ># Use text mode install >text >firstboot --disable ># System keyboard >keyboard de ># System language >lang en_US ># SELinux configuration >selinux --disabled ># Installation logging level >logging --level=info ># Reboot after installation >reboot ># System timezone >timezone Europe/Berlin ># Network information >network --bootproto=dhcp --device=eth0 --onboot=on ># 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 --initlabel --drives=sda >part /boot/efi --fstype efi --size=100 --ondisk=sda >part /boot --fstype ext3 --size=100 --ondisk=sda >part pv.01 --size=51200 --ondisk=sda >volgroup sysvol pv.01 >logvol / --fstype ext3 --name=root --vgname=sysvol --size=10240 >logvol /var/log --fstype ext3 --name=varlog --vgname=sysvol --size=10240 >logvol swap --fstype swap --name=swap --vgname=sysvol --size=4096 > >bootloader --location=partition --driveorder=sda --append=" rhgb crashkernel=auto quiet" > >%pre > >for file in MegaRAID/MegaCli/MegaCli64 lsi/3rdpartylibs/libsysfs.so.2.0.2 > do wget -P /tmp/ http://$ip/$file >done >chmod +x /tmp/MegaCli64 >/tmp/MegaCli64 -CfgLdAdd -r5 [252:0,252:1,252:2,252:3,252:4,252:5] -a0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 820680
: 583804