Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Distribution: Fedora, OpenSuse, DENX Embedded Linux
Posts: 184
Rep:
Kickstart install from USB not starting.
I am attempting to create a custom Fedora 23 install from a USB drive using a kickstart file. I need to perform the install via the serial port. Due to some issues with serial port on my board I had to modify and rebuild the live kernel and therefore rebuild the initrd.img and squashfs.img to match the new kernel (4.4.7). As far as I can tell I have all that working now as I can boot to the Live image off of my USB drive, but when I try to boot into kickstart install option the installer never seems to start.
My syslinux.cfg label entries for my kickstart install and live boot look like this.
Code:
label live
menu label ^Rescue installed system, via serial port
kernel vmlinuz
append initrd=initrd.img root=live:LABEL=LIVE rootfstype=auto ro rd.live.image console=ttyS0 nomodeset
label ks
menu label ^Install system with kickstart file, via serial port
menu default
kernel vmlinuz
append inst.ks=hd:LABEL=LIVE/ks.cfg initrd=initrd.img root=live:LABEL=LIVE console=ttyS0 nomodeset inst.text
My ks.cfg
Code:
# Kickstart file.
#version=DEVEL
install
# System authorization information
authconfig --enableshadow --passalgo=sha512
# Use text mode install
text
# Keyboard layouts
keyboard --vckeymap=us --xlayouts=''
# System language
lang en_US.UTF-8
network --bootproto=dhcp --device=enp8s0 --ipv6=auto --activate
network --hostname=MySystem
# root password is 'rootroot'
rootpw --iscrypted $6$aaoAGXHR0u1fC1eE$mIG0U/4BVaFTzuyV0gK7ZzWSvJLU9XcDwikc2SZepJannKxOc0jy46y1X8afTYUDgaQ3VHMV09UBsebaou2Ey1
# Do not configure the X Window System
skipx
# System timezone
timezone US/Pacific --isUtc
# System bootloader configuration
bootloader --location=mbr --boot-drive=sda
# Partition clearing information
clearpart --all --initlabel --drives=sda
part / --asprimary --fstype=ext4 --grow --maxsize=16000 --ondisk=/dev/sda --size=1
part swap --asprimary --ondisk=/dev/sda --size=512 --maxsize=512
riohdid=0"
%packages
@base
@core
@base-x
gcc
vim
-openbox
-firstboot
-iptables
-iptables-ipv6
# CWCEC
sysfsutils
i2c-tools
i2cutils
i2c_lib
ts_mon
sg3_utils
cpupowerutils
dracut*
#New items 001
@Fonts
rpm-build
perl-ExtUtils-Embed
redhat-rpm-config
xmlto
python
elfutils-devel
binutils-devel
newt-devel
zlib-devel
python-devel
%end
%post --log=/root/ks-post.log
%end
Distribution: Fedora, OpenSuse, DENX Embedded Linux
Posts: 184
Original Poster
Rep:
Code:
Welcome to Fedora 22 (Twenty Two)!
[ 19.080071] systemd-sysv-generator[756]: Overwriting existing symlink /run/systemd/generator.late/netconsole.service with real service
[ 19.116395] systemd-sysv-generator[756]: Overwriting existing symlink /run/systemd/generator.late/livesys-late.service with real service
[ 19.153446] systemd-sysv-generator[756]: Overwriting existing symlink /run/systemd/generator.late/network.service with real service
[ 19.189008] systemd-sysv-generator[756]: Overwriting existing symlink /run/systemd/generator.late/livesys.service with real service
[ OK ] Stopped Switch Root.
[ OK ] Listening on Delayed Shutdown Socket.
Starting Create list of required st... nodes for the current kernel...
Mounting Huge Pages File System...
[ OK ] Stopped Flush Journal to Persistent Storage.
[ OK ] Stopped Journal Service.
Starting Journal Service...
[ OK ] Listening on LVM2 metadata daemon socket.
Mounting Debug File System...
[ OK ] Stopped target Switch Root.
[ OK ] Stopped target Initrd File Systems.
[ OK ] Stopped target Initrd Root File System.
[ OK ] Listening on udev Kernel Socket.
Mounting NFSD configuration filesystem...
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Listening on[ 20.004795] EXT4-fs (dm-0): re-mounted. Opts: (null)
udev Control Socket.
Mounting POSIX Message Queue File System...
Mounting Temporary Directory...
Starting Apply Kernel Variables...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Device-mapper event daemon FIFOs.
Starting Remount Root and Kernel File Systems...
[ OK ] Reached target Swap.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ OK ] Created slice system-getty.slice.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Mounted Debug File System.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Temporary Directory.
[ OK ] Started Remount Root and Kernel File Systems.
Starting udev Coldplug all Devices...
Starting Configure read-only root support...
Starting Create Static Device Nodes in /dev...
[ OK ] Started udev Coldplug all Devices.
Starting udev Wait f[ 20.377583] systemd-journald[772]: Received request to flush runtime journal from PID 1
or Complete Device Initialization...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started LVM2 metadata daemon.
Starting LVM2 metadata daemon...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Configure read-only root support.
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/tmp...
Mounting /var/cache/yum...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/tmp.
[ OK ] Mounted /var/cache/yum.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ 21.292419] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ OK ] Mounted NFSD configuration filesystem.
[ OK ] Started udev Kernel Device Manager.
[ 21.608657] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ OK ] Found device /dev/ttyS0.
[ 21.749688] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[ 21.792973] Intel(R) PCI-E Non-Transparent Bridge Driver 2.0
[ 21.810340] ntb_hw_intel 0000:00:03.0: NTB Primary config disabled
[ 21.828962] ntb_hw_intel: probe of 0000:00:03.0 failed with error -22
[ 21.991843] ioatdma: Intel(R) QuickData Technology Driver 4.00
[ 22.038350] EDAC MC: Ver: 3.0.0
[ 22.144206] gpio_ich: GPIO from 436 to 511 on gpio_ich
[ 22.159793] iTCO_vendor_support: vendor-support=0
[ 22.174505] EDAC MC0: Giving out device to module sbridge_edac.c controller Broadwell Socket#0: DEV 0000:ff:12.0 (POLLED)
[ 22.207369] EDAC sbridge: Ver: 1.1.1
[ 22.219004] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 22.235771] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ OK [ 22.995224] audit_printk_skb: 135 callbacks suppressed
[ 22.995613] snd_hda_intel 0000:00:1b.0: no codecs found!
[ 23.029879] audit: type=1130 audit(1461956958.233:68): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-udev-settle comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
] Started udev Wait for Complete Device Initialization.
Starting Activation of DM RAID sets...
[ OK [ 23.147306] audit: type=1130 audit(1461956958.385:69): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
] Started Activa[ 23.216871] audit: type=1131 audit(1461956958.455:70): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dmraid-activation comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
tion of DM RAID sets.
[ OK ] Reached target Encrypted Volumes.
[ OK ] Reached target Local File Systems.
Starting Tell Plymouth To Write Out Runtime Data..[ 23.335183] audit: type=1130 audit(1461956958.573:71): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=dracut-shutdown comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
.
Sta[ 23.402932] audit: type=1130 audit(1461956958.641:72): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
rting Preprocess[ 23.471464] audit: type=1131 audit(1461956958.710:73): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=plymouth-read-write comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
NFS configurati[ 23.543057] audit: type=1130 audit(1461956958.781:74): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=nfs-config comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
on...
[ 23.609641] audit: type=1130 audit(1461956958.848:75): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=fedora-import-state comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
Starting Import network configuration from initramfs...
Starting Restore /run/initramfs on shutdown...
[ OK ] Started Restore /run/initramfs on shutdown.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Preprocess NFS configuration[ 23.756285] audit: type=1130 audit(1461956958.994:76): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=system_u:system_r:init_t:s0 msg='unit=systemd-tmpfiles-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
.
[ OK ] Started Import network configuration from initramfs.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volat[ 23.870218] audit: type=1305 audit(1461956959.108:77): auid=4294967295 ses=4294967295 subj=system_u:system_r:auditctl_t:s0 op="add_rule" key=(null) list=1 res=1
ile Files and Directories.
Starting Security Auditing Service...
[ OK ] Started Security Auditing Service.
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Initialization.
[ OK ] Reached target Paths.
[ OK ] Listening on Open-iSCSI iscsiuio Socket.
[ OK ] Started Manage Sound Card State (restore and store).
Starting Manage Sound Card State (restore and store)...
[ OK ] Listening on Open-iSCSI iscsid Socket.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on CUPS Scheduler.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Login Service...
Starting GSSAPI Proxy Daemon...
Starting firewalld - dynamic firewall daemon...
Starting Machine Check Exception Logging Daemon...
Starting RealtimeKit Scheduling Policy Service...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started RealtimeKit Scheduling Policy Service.
Starting D-Bus System Message Bus...
Starting Accounts Service...
Starting LSB: Init script for live image....
Starting NTP client/server...
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
Starting Hardware RNG Entropy Gatherer Daemon...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started GSSAPI Proxy Daemon.
[ OK ] Started Machine Check Exception Logging Daemon.
[ OK ] Started LSB: Init script for live image..
Starting SYSV: Late init script for live image....
Starting ABRT Automated Bug Reporting Tool...
[ OK ] Reached target NFS client services.
[ OK ] Started Login Service.
[ OK ] Started SYSV: Late init script for live image..
[ OK ] Started NTP client/server.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started ABRT Automated Bug Reporting Tool.
Starting Install ABRT coredump hook...
[ OK ] Started ABRT kernel log watcher.
Starting ABRT kernel log watcher...
[ OK ] Started Install ABRT coredump hook.
Starting Authorization Manager...
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ 26.696821] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 26.833104] Ebtables v2.0 registered
[ 27.163870] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ OK ] Started firewalld - dynamic firewall daemon.
Starting Network Manager...
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Notify NFS peers of a restart...
Starting Virtualization daemon...
[ OK ] Started Logout off all iSCSI sessions on shutdown.
Starting Logout off all iSCSI sessions on shutdown...
[ OK [ 27.743442] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.
Starting Permit User Sessions...
[ OK ] Started Notify NFS peers of a restart.
[ OK ] Started Permit User Sessions.
Starting GNOME Display Manager...
[ OK ] Started Command Scheduler.
Starting Command Scheduler...
[ OK ] Started Job spooling tools.
Starting Job spooling tools...
Starting Wait for Plymouth Boot Screen to Quit...
[ OK ] Started GNOME Display Manager.
[ 28.093814] IPv6: ADDRCONF(NETDEV_UP): enp8s0: link is not ready
[ OK ] Reached target System Initialization.
[ OK ] Started Show Plymouth Boot Screen.
[ OK ] Reached target Paths.
[ OK ] Reached target Basic System.
[ OK ] Started dracut initqueue hook.
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.
Starting dracut pre-mount hook...
[ OK ] Started dracut pre-mount hook.
[ OK ] Reached target Initrd Root File System.
Starting Reload Configuration from the Real Root...
[ OK ] Started Reload Configuration from the Real Roo[ 28.359513] IPv6: ADDRCONF(NETDEV_UP): enp8s0: link is not ready
t.
Starting dracut mount hook...
[ OK ] Reached target Initrd File Systems.
[ OK ] Started dracut mount hook.
[ OK ] Reached target Initrd Default Target.
Starting dracut pre-pivot and cleanup hook...
[ OK ] Started dracut pre-pivot and cleanup hook.
Starting Cleaning Up and Shutting Down Daemons...
[ OK ] Stopped target Timers.
Starting Plymouth switch root service...
[ OK ] Stopped Cleaning Up and Shutting Down Daemons.
[ OK ] Stopped dracut pre-pivot and cleanup hook.
Stopping dracut pre-pivot and cleanup hook...
[ OK ] Stopped target Initrd Default Target.
[ OK ] Stopped dracut mount hook.
Stopping dracut mount hook...
[ OK ] Stopped target Basic System.
[ OK ] Stopped target Sockets.
[ OK ] Stopped target Paths.
[ OK ] Stopped target Slices.
[ OK ] Stopped target System Initialization.
[ OK ] Stopped target Local File Systems.
[ OK ] Stopped Apply Kernel Variables.
Stopping Apply Kernel Variables...
[ OK ] Stopped target Swap.
[ OK ] Stopped target Remote File Systems.
[ OK ] Stopped target Remote File Systems (Pre).
[ OK ] Stopped dracut pre-mount hook.
Stopping dracut pre-mount hook...
[ OK ] Stopped dracut initqueue hook.
Stopping dracut initqueue hook...
[ OK ] Stopped udev Coldplug all Devices.
Stopping udev Coldplug all Devices...
[ OK ] Stopped dracut pre-trigger hook.
Stopping dracut pre-trigger hook...
Stopping udev Kernel Device Manager...
[ OK ] Stopped target Encrypted Volumes.
[ OK ] Started Plymouth switch root service.
[ OK ] Stopped udev Kernel Device Manager.
[ OK ] Stopped Create Static Device Nodes in /dev.
Stopping Create Static Device Nodes in /dev...
[ OK ] Stopped Create list of required sta...ce nodes for the current kernel.
Stopping Create list of required st... nodes for the current kernel...
[ OK ] Stopped dracut pre-udev hook.
Stopping dracut pre-udev hook...
[ OK ] Stopped dracut cmdline hook.
Stopping dracut cmdline hook...
[ OK ] Closed udev Kernel Socket.
[ OK ] Closed udev Control Socket.
Starting Cleanup udevd DB...
[ OK ] Started Cleanup udevd DB.
[ OK ] Reached target Switch Root.
Starting Switch Root...
Welcome to Fedora 22 (Twenty Two)!
[ OK ] Stopped Switch Root.
[ OK ] Listening on Delayed Shutdown Socket.
Starting Create list of required st... nodes for the current kernel...
Mounting Huge Pages File System...
[ OK ] Stopped Flush Journal to Persistent Storage.
[ OK ] Stopped Journal Service.
Starting Journal Service...
[ OK ] Listening on LVM2 metadata daemon socket.
Mounting Debug File System...
[ OK ] Stopped target Switch Root.
[ OK ] Stopped target Initrd File Systems.
[ OK ] Stopped target Initrd Root File System.
[ OK ] Listening on udev Kernel Socket.
Mounting NFSD configuration filesystem...
[ OK ] Created slice User and Session Slice.
[ OK ] Reached target Slices.
[ OK ] Listening on udev Control Socket.
Mounting POSIX Message Queue File System...
Mounting Temporary Directory...
Starting Apply Kernel Variables...
[ OK ] Created slice system-serial\x2dgetty.slice.
[ OK ] Listening on Device-mapper event daemon FIFOs.
Starting Remount Root and Kernel File Systems...
[ OK ] Reached target Swap.
[ OK ] Listening on /dev/initctl Compatibility Named Pipe.
[ OK ] Reached target User and Group Name Lookups.
[ OK ] Set up automount Arbitrary Executab...ats File System Automount Point.
Starting Monitoring of LVM2 mirrors... dmeventd or progress polling...
[ OK ] Created slice system-getty.slice.
[ OK ] Started Create list of required sta...ce nodes for the current kernel.
[ OK ] Mounted Debug File System.
[ OK ] Mounted Huge Pages File System.
[ OK ] Mounted POSIX Message Queue File System.
[ OK ] Mounted Temporary Directory.
[ OK ] Started Remount Root and Kernel File Systems.
Starting udev Coldplug all Devices...
Starting Configure read-only root support...
Starting Create Static Device Nodes in /dev...
[ OK ] Started udev Coldplug all Devices.
Starting udev Wait for Complete Device Initialization...
[ OK ] Started Journal Service.
Starting Flush Journal to Persistent Storage...
[ OK ] Started LVM2 metadata daemon.
Starting LVM2 metadata daemon...
[ OK ] Started Apply Kernel Variables.
[ OK ] Started Flush Journal to Persistent Storage.
[ OK ] Started Configure read-only root support.
Starting Load/Save Random Seed...
[ OK ] Started Load/Save Random Seed.
[ OK ] Started Create Static Device Nodes in /dev.
[ OK ] Reached target Local File Systems (Pre).
Mounting /var/tmp...
Mounting /var/cache/yum...
Starting udev Kernel Device Manager...
[ OK ] Mounted /var/tmp.
[ OK ] Mounted /var/cache/yum.
[ OK ] Started Monitoring of LVM2 mirrors,...ng dmeventd or progress polling.
[ OK ] Mounted NFSD configuration filesystem.
[ OK ] Started udev Kernel Device Manager.
[ OK ] Found device /dev/ttyS0.
[ OK ] Started udev Wait for Complete Device Initialization.
Starting Activation of DM RAID sets...
[ OK ] Started Activation of DM RAID sets.
[ OK ] Reached target Encrypted Volumes.
[ OK ] Reached target Local File Systems.
Starting Tell Plymouth To Write Out Runtime Data...
Starting Preprocess NFS configuration...
Starting Import network configuration from initramfs...
Starting Restore /run/initramfs on shutdown...
[ OK ] Started Restore /run/initramfs on shutdown.
[ OK ] Started Tell Plymouth To Write Out Runtime Data.
[ OK ] Started Preprocess NFS configuration.
[ OK ] Started Import network configuration from initramfs.
Starting Create Volatile Files and Directories...
[ OK ] Started Create Volatile Files and Directories.
Starting Security Auditing Service...
[ OK ] Started Security Auditing Service.
Starting Update UTMP about System Boot/Shutdown...
[ OK ] Started Update UTMP about System Boot/Shutdown.
[ OK ] Reached target System Initialization.
[ OK ] Reached target Paths.
[ OK ] Listening on Open-iSCSI iscsiuio Socket.
[ OK ] Started Manage Sound Card State (restore and store).
Starting Manage Sound Card State (restore and store)...
[ OK ] Listening on Open-iSCSI iscsid Socket.
[ OK ] Reached target Timers.
[ OK ] Listening on Avahi mDNS/DNS-SD Stack Activation Socket.
[ OK ] Listening on CUPS Scheduler.
[ OK ] Listening on D-Bus System Message Bus Socket.
[ OK ] Reached target Sockets.
[ OK ] Reached target Basic System.
Starting Login Service...
Starting GSSAPI Proxy Daemon...
Starting firewalld - dynamic firewall daemon...
Starting Machine Check Exception Logging Daemon...
Starting RealtimeKit Scheduling Policy Service...
[ OK ] Started D-Bus System Message Bus.
[ OK ] Started RealtimeKit Scheduling Policy Service.
Starting D-Bus System Message Bus...
Starting Accounts Service...
Starting LSB: Init script for live image....
Starting NTP client/server...
[ OK ] Started Hardware RNG Entropy Gatherer Daemon.
Starting Hardware RNG Entropy Gatherer Daemon...
Starting Avahi mDNS/DNS-SD Stack...
[ OK ] Started GSSAPI Proxy Daemon.
[ OK ] Started Machine Check Exception Logging Daemon.
[ OK ] Started LSB: Init script for live image..
Starting SYSV: Late init script for live image....
Starting ABRT Automated Bug Reporting Tool...
[ OK ] Reached target NFS client services.
[ OK ] Started Login Service.
[ OK ] Started SYSV: Late init script for live image..
[ OK ] Started NTP client/server.
[ OK ] Started Avahi mDNS/DNS-SD Stack.
[ OK ] Started ABRT Automated Bug Reporting Tool.
Starting Install ABRT coredump hook...
[ OK ] Started ABRT kernel log watcher.
Starting ABRT kernel log watcher...
[ OK ] Started Install ABRT coredump hook.
Starting Authorization Manager...
[ OK ] Started Authorization Manager.
[ OK ] Started Accounts Service.
[ OK ] Started firewalld - dynamic firewall daemon.
Starting Network Manager...
[ OK ] Started Network Manager.
[ OK ] Reached target Network.
Starting Notify NFS peers of a restart...
Starting Virtualization daemon...
[ OK ] Started Logout off all iSCSI sessions on shutdown.
Starting Logout off all iSCSI sessions on shutdown...
[ OK ] Reached target Remote File Systems (Pre).
[ OK ] Reached target Remote File Systems.
Starting Permit User Sessions...
[ OK ] Started Notify NFS peers of a restart.
[ OK ] S[ 31.071303] igb 0000:08:00.0 enp8s0: igb: enp8s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
tarted Permit Us[ 31.104063] IPv6: ADDRCONF(NETDEV_CHANGE): enp8s0: link becomes ready
er Sessions.
Starting GNOME Display Manager...
[ OK ] Started Command Scheduler.
Starting Command Scheduler...
[ OK ] Started Job spooling tools.
Starting Job spooling tools...
Starting Wait for Plymouth Boot Screen to Quit...
[ OK ] Started GNOME Display Manager.
[ OK ] Created slice user-987.slice.
[ OK ] Started Virtualization daemon.
[ 31.677597] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
Fedora release 22 (Twenty Two)
Kernel 4.4.7 on an x86_64 (ttyS0)
localhost login:
Couldn't figure out a way to post all of the serial output in a single post due to the size.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.