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:
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.
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.
Where in the boot process. Take a picture of it.
Oh sorry I thought I provided that info. will do in a bit.
Created attachment 894244 [details] this is where it hangs during boot
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.
Created attachment 894246 [details] lshw output Output form the lshw command
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.
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.
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
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.
(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.
*** This bug has been marked as a duplicate of bug 1095891 ***