Bug 856231 - Firtsboot is called on boot of Soas Live CD
Summary: Firtsboot is called on boot of Soas Live CD
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: spin-kickstarts
Version: 18
Hardware: Unspecified
OS: Linux
unspecified
high
Target Milestone: ---
Assignee: Jeroen van Meeuwen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-11 14:03 UTC by satellitgo
Modified: 2012-12-01 12:28 UTC (History)
8 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-12-01 12:28:23 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description satellitgo 2012-09-11 14:03:09 UTC
Description of problem:
Firtsboot is called on boot of Live CD
Then smolt: when finished
Sugar never starts
ends up with f18 Desktop background and rotating cursor


Version-Release number of selected component (if applicable):
http://dl.fedoraproject.org/pub/alt/stage/18-Alpha-RC2/Live/x86_64/Fedora-18-Alpha-x86_64-Live-SoaS.iso

How reproducible:
Boot CD

Steps to Reproduce:
1.Boot CD
2.
3.
  
Actual results:
Firtsboot
f18 Desktop background and rotating cursor

Expected results:
Log in to live user then start Soas spin

Additional info:suspect the kickstart file used to build this spin is wrong

Comment 1 Brian Lane 2012-09-11 16:05:11 UTC
The spin's ks file needs to temporarily disable firstboot.

Comment 2 Kevin Fenzi 2012-09-11 16:30:49 UTC
Odd, livecd-base kickstart does: 

# turn off firstboot for livecd boots
systemctl --no-reload disable firstboot-text.service 2> /dev/null || :
systemctl --no-reload disable firstboot-graphical.service 2> /dev/null || :
systemctl stop firstboot-text.service 2> /dev/null || :
systemctl stop firstboot-graphical.service 2> /dev/null || :

Comment 3 satellitgo 2012-09-15 15:24:37 UTC
also occurs:
 http://kojipkgs.fedoraproject.org//work/tasks/9779/4479779/Fedora-18-Alpha-i686-Live-SoaS.iso

http://kojipkgs.fedoraproject.org//work/tasks/9779/4479779/fedora-livecd-soas-1c2f651.ks

Shows Plymount sugar ring screen then firstboot and smolt. Starts screen background and then rotating cursor which never changes

Comment 5 satellitgo 2012-10-03 15:47:36 UTC
"fixed" in SoaS Live f18-Beta-TC1
firstboot never appears; goes to gdm but no liveuser account is present:
https://bugzilla.redhat.com/show_bug.cgi?id=862591

Comment 6 Peter Robinson 2012-12-01 12:28:23 UTC
I've fixed this and it confirmed working with Fedora-18-Nightly-20121130.16-i686-Live-soas.iso nightly spins compose


Note You need to log in before you can comment on or make changes to this bug.