Bug 1096386 - LC2464T hangs during boot. last kernel that booted is 3.15.0-0.rc4.git1.1.fc21.x86_64
Summary: LC2464T hangs during boot. last kernel that booted is 3.15.0-0.rc4.git1.1.fc2...
Keywords:
Status: CLOSED DUPLICATE of bug 1095891
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: rawhide
Hardware: x86_64
OS: Linux
unspecified
unspecified
Target Milestone: ---
Assignee: Kernel Maintainer List
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-09 19:54 UTC by Bill Gianopoulos
Modified: 2014-05-10 14:11 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-05-10 14:11:21 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)
this is where it hangs during boot (2.33 MB, image/jpeg)
2014-05-10 12:14 UTC, Bill Gianopoulos
no flags Details
second hang after CTRL-ALT-DEL (2.25 MB, image/jpeg)
2014-05-10 12:18 UTC, Bill Gianopoulos
no flags Details
lshw output (21.12 KB, text/plain)
2014-05-10 12:22 UTC, Bill Gianopoulos
no flags Details
Boot log from successful boot using 3.15.0-0.rc4.git1.1.fc21.x86_64 (14.94 KB, text/plain)
2014-05-10 13:15 UTC, Bill Gianopoulos
no flags Details

Description Bill Gianopoulos 2014-05-09 19:54:05 UTC
Description of problem:


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 Josh Boyer 2014-05-09 19:58:24 UTC
Please at least try to give us some information about the error scenario.  Backtraces, pictures of crashes, system information, etc.  There's nothing we can do with this bug in its current state.

Comment 2 Bill Gianopoulos 2014-05-09 20:10:41 UTC
Well looking for some way t0o debug further no crash it just hangs forever in the boot process.  I ws hoping for some input into how i could get better debug info.

Comment 3 Josh Boyer 2014-05-09 21:00:33 UTC
Where in the boot process.  Take a picture of it.

Comment 4 Bill Gianopoulos 2014-05-09 21:02:32 UTC
Oh sorry I thought I provided that info. will do in a bit.

Comment 5 Bill Gianopoulos 2014-05-10 12:14:51 UTC
Created attachment 894244 [details]
this is where it hangs during boot

Comment 6 Bill Gianopoulos 2014-05-10 12:18:19 UTC
Created attachment 894245 [details]
second hang after CTRL-ALT-DEL

If after the hang during boot, I then do a CTRL-ALT-DEL, it hangs here before actually halting.

Comment 7 Bill Gianopoulos 2014-05-10 12:22:17 UTC
Created attachment 894246 [details]
lshw output

Output form the lshw command

Comment 8 Bill Gianopoulos 2014-05-10 12:29:56 UTC
And here is the grub menuentry that i was trying to boot:

menuentry 'Fedora (3.15.0-0.rc4.git3.1.fc21.x86_64) 21 (Rawhide)' --class fedora --class gnu-linux --class gnu --class os --unrestricted $menuentry_id_option 'gnulinux-3.15.0-0.rc2.git1.1.fc21.x86_64-advanced-37197329-1d74-4975-9294-c8b19791d6b0' {
	load_video
	set gfxpayload=keep
	insmod gzio
	insmod part_msdos
	insmod ext2
	set root='hd0,msdos3'
	if [ x$feature_platform_search_hint = xy ]; then
	  search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos3 --hint-efi=hd0,msdos3 --hint-baremetal=ahci0,msdos3 --hint='hd0,msdos3'  eff67ffa-6d8d-42d7-b2f5-52390a49606d
	else
	  search --no-floppy --fs-uuid --set=root eff67ffa-6d8d-42d7-b2f5-52390a49606d
	fi
	linux16 /vmlinuz-3.15.0-0.rc4.git3.1.fc21.x86_64 root=/dev/mapper/fedora_vag--test-root ro rd.md=0 rd.dm=0 rd.lvm.lv=fedora_vag-test/swap vconsole.keymap=us  rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora_vag-test/root rhgb quiet LANG=en_US.UTF-8
	initrd16 /initramfs-3.15.0-0.rc4.git3.1.fc21.x86_64.img
}

To try to get more information for the picture, i removed rhgb and quiet and added nomodeset.

Comment 9 Bill Gianopoulos 2014-05-10 13:08:05 UTC
I tried to add anything that seemed useful to me.  Let me know if there is anything else I can either try to avoid the hang or if there is anything else I could provide to help diagnose this issue.

Comment 10 Bill Gianopoulos 2014-05-10 13:15:42 UTC
Created attachment 894258 [details]
Boot log from successful boot using 3.15.0-0.rc4.git1.1.fc21.x86_64

One more piece of info that I thought might be useful

Comment 11 Josh Boyer 2014-05-10 13:43:20 UTC
Does this system have a single CPU?

I'm guessing the systemd version included in the initramfs for rc4.git1.1 is different from that included in the newer kernels.  If so, this looks like a duplicate of bug 1095891.

Either way, there's no indication this is a kernel issue.

Comment 12 Bill Gianopoulos 2014-05-10 13:53:26 UTC
(In reply to Josh Boyer from comment #11)
> Does this system have a single CPU?
> 
> I'm guessing the systemd version included in the initramfs for rc4.git1.1 is
> different from that included in the newer kernels.  If so, this looks like a
> duplicate of bug 1095891.
> 
> Either way, there's no indication this is a kernel issue.

I guess that is one of the issues with initramfs.  What made me think it was a kernel issue is that booting older kernals worked, but of course they also had older initramfs.

Comment 13 Bill Gianopoulos 2014-05-10 14:11:21 UTC

*** This bug has been marked as a duplicate of bug 1095891 ***


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