Re: grub not boot automatically

2008-11-26 Thread nexor
> 
> David_Hl��ik wrote:
> Well, my grub holds even before item in grub is clicked, that is what i am
> talking about. It should automatically after 5 seconds select default item
> in grub and continue. But it does not , i have to click manually.
> 
I'm experiencing the exact same behavior, Fedora 10 updated from Snap 2, grub 
0.97.
I'm booting from a sata drive (hd0, onboard Sil raid controller) with fedora on 
a p-ata, everything was working correctly on Fedora 9.
My grub.conf:

default=1 timeout=5 splashimage=(hd1,0)/grub/splash.xpm.gz hiddenmenu  title 
Fedora (2.6.27.5-117.fc10.i686) root (hd1,0) kernel 
/vmlinuz-2.6.27.5-117.fc10.i686 ro rhgb quiet initrd 
/initrd-2.6.27.5-117.fc10.i686.img  title Windows Xp rootnoverify 
(hd0,0) makeactive chainloader +1

Should i file a bug perhaps?


-- 
This is an email sent via The Fedora Community Portal https://fcp.surfsite.org
https://fcp.surfsite.org/modules/newbb/viewtopic.php?post_id=306103&topic_id=63120&forum=10#forumpost306103
If you think, this is spam, please report this to [EMAIL PROTECTED] and/or 
blame [EMAIL PROTECTED]

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: grub not boot automatically

2008-10-26 Thread Tim
On Sun, 2008-10-26 at 11:14 +0100, David Hláčik wrote:
> Well, my grub holds even before item in grub is clicked, that is what
> i am talking about. It should automatically after 5 seconds select
> default item in grub and continue. But it does not , i have to click
> manually.

Have you pressed any keys, at all, while GRUB is displaying anything?
(Such as pressing a key so the hidden menu is displayed.)  If so, that
will halt things.

-- 
[EMAIL PROTECTED] ~]$ uname -r
2.6.26.6-79.fc9.i686

Don't send private replies to my address, the mailbox is ignored.  I
read messages from the public lists.



-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: grub not boot automatically

2008-10-26 Thread Kam Leo
2008/10/26 David Hláčik <[EMAIL PROTECTED]>:
> Well, my grub holds even before item in grub is clicked, that is what i am
> talking about. It should automatically after 5 seconds select default item
> in grub and continue. But it does not , i have to click manually.
>
> Regards,
>
> D.
>
> 2008/10/26 Kam Leo <[EMAIL PROTECTED]>
>>
>> On Sat, Oct 25, 2008 at 11:08 AM, David Hláčik <[EMAIL PROTECTED]> wrote:
>> > Hi,
>> >
>> > i am using Fedora Beta (Rawhide) .
>> >
>> > After powering on my laptop grub shows up, but does not automatically
>> > after
>> > timeout (5s) start loading , but does nothing.
>> >
>> > I have to press enter to start ...
>> >
>> > my grub.conf :
>> >
>> > default=0
>> > timeout=5
>> > splashimage=(hd0,1)/grub/splash.xpm.gz
>> > hiddenmenu
>> > title Fedora (2.6.27.3-39.fc10.i686)
>> > root (hd0,1)
>> > kernel /vmlinuz-2.6.27.3-39.fc10.i686 ro
>> > root=UUID=2a05c0a0-3982-407d-940e-0086e3844820 rhgb quiet
>> > initrd /initrd-2.6.27.3-39.fc10.i686.img
>> > title Windows
>> > rootnoverify (hd0,0)
>> > chainloader +1
>> >
>> > Thanks in advance!
>> >
>> > David
>>
>> Remove "rhgb quiet" from your grub stanza. Then perhaps you'll see
>> what is holding up boot.
>>

Please do not top post.

If you change default from "0" to "1" does Windows boot?

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


Re: grub not boot automatically

2008-10-26 Thread David Hláčik
Well, my grub holds even before item in grub is clicked, that is what i am
talking about. It should automatically after 5 seconds select default item
in grub and continue. But it does not , i have to click manually.

Regards,

D.

2008/10/26 Kam Leo <[EMAIL PROTECTED]>

> On Sat, Oct 25, 2008 at 11:08 AM, David Hláčik <[EMAIL PROTECTED]> wrote:
> > Hi,
> >
> > i am using Fedora Beta (Rawhide) .
> >
> > After powering on my laptop grub shows up, but does not automatically
> after
> > timeout (5s) start loading , but does nothing.
> >
> > I have to press enter to start ...
> >
> > my grub.conf :
> >
> > default=0
> > timeout=5
> > splashimage=(hd0,1)/grub/splash.xpm.gz
> > hiddenmenu
> > title Fedora (2.6.27.3-39.fc10.i686)
> > root (hd0,1)
> > kernel /vmlinuz-2.6.27.3-39.fc10.i686 ro
> > root=UUID=2a05c0a0-3982-407d-940e-0086e3844820 rhgb quiet
> > initrd /initrd-2.6.27.3-39.fc10.i686.img
> > title Windows
> > rootnoverify (hd0,0)
> > chainloader +1
> >
> > Thanks in advance!
> >
> > David
>
> Remove "rhgb quiet" from your grub stanza. Then perhaps you'll see
> what is holding up boot.
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
> Guidelines:
> http://fedoraproject.org/wiki/Communicate/MailingListGuidelines
>
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines

Re: grub not boot automatically

2008-10-25 Thread Kam Leo
On Sat, Oct 25, 2008 at 11:08 AM, David Hláčik <[EMAIL PROTECTED]> wrote:
> Hi,
>
> i am using Fedora Beta (Rawhide) .
>
> After powering on my laptop grub shows up, but does not automatically after
> timeout (5s) start loading , but does nothing.
>
> I have to press enter to start ...
>
> my grub.conf :
>
> default=0
> timeout=5
> splashimage=(hd0,1)/grub/splash.xpm.gz
> hiddenmenu
> title Fedora (2.6.27.3-39.fc10.i686)
> root (hd0,1)
> kernel /vmlinuz-2.6.27.3-39.fc10.i686 ro
> root=UUID=2a05c0a0-3982-407d-940e-0086e3844820 rhgb quiet
> initrd /initrd-2.6.27.3-39.fc10.i686.img
> title Windows
> rootnoverify (hd0,0)
> chainloader +1
>
> Thanks in advance!
>
> David

Remove "rhgb quiet" from your grub stanza. Then perhaps you'll see
what is holding up boot.

-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines


grub not boot automatically

2008-10-25 Thread David Hláčik
Hi,

i am using Fedora Beta (Rawhide) .

After powering on my laptop grub shows up, but does not automatically after
timeout (5s) start loading , but does nothing.

I have to press enter to start ...

my grub.conf :

default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz
hiddenmenu
title Fedora (2.6.27.3-39.fc10.i686)
root (hd0,1)
kernel /vmlinuz-2.6.27.3-39.fc10.i686 ro
root=UUID=2a05c0a0-3982-407d-940e-0086e3844820 rhgb quiet
initrd /initrd-2.6.27.3-39.fc10.i686.img
title Windows
rootnoverify (hd0,0)
chainloader +1

Thanks in advance!

David
-- 
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines