Re: dracut shell instead of anaconda :-(

2014-07-02 Thread Felix Miata

On 2014-06-25 18:31 (GMT-0700) Brian C. Lane composed:


This was due to a util-linux bug, pjones patched it this afternoon and
tonight's compose should be better. We hope.


Same failure with initrd, vmlinuz and squashfs that hit the mirrors today:

Warning: /dev/root does not exist.

http://fm.no-ip.com/Tmp/Linux/F/analogi945G.txt
--
The wise are known for their understanding, and pleasant
words are persuasive. Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

dracut shell instead of anaconda :-(

2014-06-25 Thread Felix Miata

http://fm.no-ip.com/Tmp/Linux/F/rdsosreportF21wd500.txt plain
http://fm.no-ip.com/Tmp/Linux/F/rdsosreportF21wd501.txt rd.debug

Can anyone look at either of these rdsosreports and tell me if there's 
anything I can do other than wait for the next builds of installation kernel, 
initrd  squashfs and try again? Are any of the three on the mirrors now 
known to be broken?


http://alt.fedoraproject.org/pub/fedora/linux/development/rawhide/i386/os/LiveOS/squashfs.img 
2014-06-25 11:06 	289M
http://alt.fedoraproject.org/pub/fedora/linux/development/rawhide/i386/os/isolinux/initrd.img 
2014-06-25 11:09 	41M
http://alt.fedoraproject.org/pub/fedora/linux/development/rawhide/i386/os/isolinux/vmlinuz 
2014-06-24 14:45 	5.8M


Overview:
Trying to HTTP install starting from Grub
Core2duo CPU
3000 series video
2G RAM
Target partition sdc11
sda  sdb not involved except to host Grub on sda
--
The wise are known for their understanding, and pleasant
words are persuasive. Proverbs 16:21 (New Living Translation)

 Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!

Felix Miata  ***  http://fm.no-ip.com/
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: dracut shell instead of anaconda :-(

2014-06-25 Thread Brian C. Lane
This was due to a util-linux bug, pjones patched it this afternoon and
tonight's compose should be better. We hope.
-- 
Brian C. Lane | Anaconda Team | IRC: bcl #anaconda | Port Orchard, WA (PST8PDT)
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Fedora-19-Nightly-20130305.12-x86_64-Live-desktop.iso drops to dracut shell

2013-03-05 Thread Ankur Sinha
Hi folks,

Just tried this one in both virt-manager (qemu-kvm) and gnome-boxes and
it would show the Start fedora screen, after which it'd fall to a
dracut shell with errors to do with an unrecognized file system. The
screen-shot is here[1]. I checked up journalctl but it gave the same
error at the end. Do let me know if more debugging information is
required, and how I should acquire it.

Would this be one of them known issues? I'll try another live nightly
when I can and report. 

[1]
http://ankursinha.fedorapeople.org/rawhide-testing/rawhide-20130306.png

-- 
Thanks, 
Warm regards,
Ankur: FranciscoD

Please only print if necessary. 

Looking to contribute to Fedora? Look here: 
https://fedoraproject.org/wiki/Fedora_Join_SIG

http://fedoraproject.org/wiki/User:Ankursinha
http://dodoincfedora.wordpress.com/


signature.asc
Description: This is a digitally signed message part
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Saving Logs was Re: Dracut Shell?

2012-04-22 Thread Frank Murphy

On 20/04/12 15:25, John Reiser wrote:

What can I do with it in Rawhide.

Have been dumped there during bootup.


The shell itself has reasonable features,
but the executables in $PATH are few,
in order to make initramfs small.
Find the executables by:  echo $PATH; echo /*bin/* etc.



Have managed to save a copy of /run/initramfs/init.log
How can I save a log of dmesg | less
when dmesg doesn't exist, ie no /var/log/dmesg

--
Regards,
Frank
Jack of all, fubars
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Dracut Shell?

2012-04-20 Thread Frank Murphy

What can I do with it in Rawhide.

Have been dumped there during bootup.
Novelties such as: rpm -q foo, dir, locate,
seem to be unheard of.

--
Regards,
Frank
Jack of all, fubars
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Dracut Shell? initqueue.

2012-04-20 Thread Frank Murphy


Managed to catch a glimpse of this:
dracut Warning: Unable to Process initqueue.



--
Regards,
Frank
Jack of all, fubars
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Dracut Shell? initqueue.bz created

2012-04-20 Thread Frank Murphy

On 20/04/12 10:01, Frank Murphy wrote:


Managed to catch a glimpse of this:
dracut Warning: Unable to Process initqueue.



https://bugzilla.redhat.com/show_bug.cgi?id=814625


--
Regards,
Frank
Jack of all, fubars
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Dracut Shell?

2012-04-20 Thread John Reiser
 What can I do with it in Rawhide.
 
 Have been dumped there during bootup.

The shell itself has reasonable features,
but the executables in $PATH are few,
in order to make initramfs small.
Find the executables by:  echo $PATH; echo /*bin/* etc.

-- 
-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test

Re: Dracut Shell?

2012-04-20 Thread Frank Murphy

On 20/04/12 15:25, John Reiser wrote:

What can I do with it in Rawhide.

Have been dumped there during bootup.


The shell itself has reasonable features,
but the executables in $PATH are few,
in order to make initramfs small.
Find the executables by:  echo $PATH; echo /*bin/* etc.



Thanks for the tip


--
Regards,
Frank
Jack of all, fubars
--
test mailing list
test@lists.fedoraproject.org
To unsubscribe:
https://admin.fedoraproject.org/mailman/listinfo/test