* Grub 1 troubleshooting, linux boot delayed problem
@ 2004-06-11 8:48 David Balazic
2004-06-11 13:20 ` P
2004-06-11 14:15 ` Yoshinori K. Okuji
0 siblings, 2 replies; 9+ messages in thread
From: David Balazic @ 2004-06-11 8:48 UTC (permalink / raw)
To: 'grub-devel@gnu.org'; +Cc: 'linux-kernel@vger.kernel.org'
Hi!
I found no other place, so I'll ask here.
I have a problem booting linux with grub ( v 0.9.something ).
I use the commands ( in the grub shell that boots from my HD ):
root (hd0,0)
kernel /vmlinuz-2.6.xxx ro root=dev/hda2
initrd /initrd-2.xxx
boot
After entering the "boot" command, the screen is cleared and then nothing
happens for 93 seconds.
After that linux boot normally ( beginning with the message "Uncompressing
linux..." and so on ).
If I trim the kernel command line to only "kernel /vmlinuz-2.6.xxx ro" ,
then the delay is 10 seconds.
If I change the operating mode of the IDE adapter in BIOS to RAID, then the
delay is infinite ( I waited
8 hours ). Note that GRUB still loads andit can browse and "cat" files on
the disk, so it is not a disk
access problem.
Can someone tell me how to find out what GRUB is doing after the "boot"
command ?
I tried to run "debug on" first, but it makes no change at all.
Maybe this is a linux kernel problem.
Any help appreciated !
Regards,
David Balažic
P.S.: It is a Fedora Core 2 system, the exact version numbers are
grub-0.94-5 , kernel-2.6.5-1.358
P.P.S.: I know this is Red Hat related, but my question is general : What is
happening between
the GRUB "boot" command and linux printing "Uncompressing linux..." ?
----------------------------------------------------------------------------
-----------
http://noepatents.org/ Innovation, not litigation !
---
David Balazic mailto:david.balazic@hermes.si
HERMES Softlab http://www.hermes-softlab.com
Zagrebska cesta 104 Phone: +386 2 450 8851
SI-2000 Maribor
Slovenija
----------------------------------------------------------------------------
-----------
"Be excellent to each other." -
Bill S. Preston, Esq. & "Ted" Theodore Logan
----------------------------------------------------------------------------
-----------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Grub 1 troubleshooting, linux boot delayed problem
2004-06-11 8:48 Grub 1 troubleshooting, linux boot delayed problem David Balazic
@ 2004-06-11 13:20 ` P
2004-06-11 14:15 ` Yoshinori K. Okuji
1 sibling, 0 replies; 9+ messages in thread
From: P @ 2004-06-11 13:20 UTC (permalink / raw)
To: The development of GRUB 2
David Balazic wrote:
> Hi!
>
> I found no other place, so I'll ask here.
>
> I have a problem booting linux with grub ( v 0.9.something ).
>
> I use the commands ( in the grub shell that boots from my HD ):
> root (hd0,0)
> kernel /vmlinuz-2.6.xxx ro root=dev/hda2
> initrd /initrd-2.xxx
> boot
>
> After entering the "boot" command, the screen is cleared and then nothing
> happens for 93 seconds.
> After that linux boot normally
grub spends ages probing the actual physical devices to use
if you don't specify a device map. Try doing this first:
device (hd0) /dev/hda
You may also have to specify a geometry?
Pádraig.
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Grub 1 troubleshooting, linux boot delayed problem
@ 2004-06-11 13:29 David Balazic
0 siblings, 0 replies; 9+ messages in thread
From: David Balazic @ 2004-06-11 13:29 UTC (permalink / raw)
To: 'The development of GRUB 2'
> P@draigBrady.com wrote :
> David Balazic wrote:
> > Hi!
> >
> > I found no other place, so I'll ask here.
> >
> > I have a problem booting linux with grub ( v 0.9.something ).
> >
> > I use the commands ( in the grub shell that boots from my HD ):
> > root (hd0,0)
> > kernel /vmlinuz-2.6.xxx ro root=dev/hda2
> > initrd /initrd-2.xxx
> > boot
> >
> > After entering the "boot" command, the screen is cleared and then
> nothing
> > happens for 93 seconds.
> > After that linux boot normally
>
> grub spends ages probing the actual physical devices to use
>
What probing ?
I specified (hd0) and it also worked ( can access and read files form disk
).
Why would it probe, especially after it already loaded everything.
> if you don't specify a device map. Try doing this first:
>
> device (hd0) /dev/hda
>
Will try.
> You may also have to specify a geometry?
>
> Pádraig.
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Grub 1 troubleshooting, linux boot delayed problem
2004-06-11 8:48 Grub 1 troubleshooting, linux boot delayed problem David Balazic
2004-06-11 13:20 ` P
@ 2004-06-11 14:15 ` Yoshinori K. Okuji
2004-06-12 16:11 ` Marco Gerards
1 sibling, 1 reply; 9+ messages in thread
From: Yoshinori K. Okuji @ 2004-06-11 14:15 UTC (permalink / raw)
To: The development of GRUB 2
Your question is irrevalent with this list. Read the manual and/or the
web site for information on where to use.
... Why do people send questions to this list again and again? Is it so
unclear?
Okuji
On Friday 11 June 2004 10:48, David Balazic wrote:
> Hi!
>
> I found no other place, so I'll ask here.
>
> I have a problem booting linux with grub ( v 0.9.something ).
>
> I use the commands ( in the grub shell that boots from my HD ):
> root (hd0,0)
> kernel /vmlinuz-2.6.xxx ro root=dev/hda2
> initrd /initrd-2.xxx
> boot
>
> After entering the "boot" command, the screen is cleared and then
> nothing happens for 93 seconds.
> After that linux boot normally ( beginning with the message
> "Uncompressing linux..." and so on ).
> If I trim the kernel command line to only "kernel /vmlinuz-2.6.xxx
> ro" , then the delay is 10 seconds.
>
> If I change the operating mode of the IDE adapter in BIOS to RAID,
> then the delay is infinite ( I waited
> 8 hours ). Note that GRUB still loads andit can browse and "cat"
> files on the disk, so it is not a disk
> access problem.
>
> Can someone tell me how to find out what GRUB is doing after the
> "boot" command ?
> I tried to run "debug on" first, but it makes no change at all.
>
> Maybe this is a linux kernel problem.
>
> Any help appreciated !
>
> Regards,
> David Balažic
>
> P.S.: It is a Fedora Core 2 system, the exact version numbers are
> grub-0.94-5 , kernel-2.6.5-1.358
>
> P.P.S.: I know this is Red Hat related, but my question is general :
> What is happening between
> the GRUB "boot" command and linux printing "Uncompressing linux..." ?
> ---------------------------------------------------------------------
>------- -----------
> http://noepatents.org/ Innovation, not litigation !
> ---
> David Balazic mailto:david.balazic@hermes.si
> HERMES Softlab http://www.hermes-softlab.com
> Zagrebska cesta 104 Phone: +386 2 450 8851
> SI-2000 Maribor
> Slovenija
> ---------------------------------------------------------------------
>------- -----------
> "Be excellent to each other." -
> Bill S. Preston, Esq. & "Ted" Theodore Logan
> ---------------------------------------------------------------------
>------- -----------
>
>
>
>
>
>
>
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Grub 1 troubleshooting, linux boot delayed problem
@ 2004-06-11 14:30 David Balazic
2004-06-11 14:56 ` Yoshinori K. Okuji
0 siblings, 1 reply; 9+ messages in thread
From: David Balazic @ 2004-06-11 14:30 UTC (permalink / raw)
To: 'The development of GRUB 2'
> Yoshinori K. Okuji[SMTP:okuji@enbug.org] wrote :
>
> Your question is irrevalent with this list. Read the manual and/or the
> web site for information on where to use.
What do you mean by "where to use" ?
I found nothing useful on the web site. I also read the manual and found
nothing
useful. I will read the source code as next, but I hoped someone can give
some hints
here first ...
> ... Why do people send questions to this list again and again? Is it so
> unclear?
Because there is no other resource listed on the GRUB home page. Or should I
post
to the bug-grub list ?
> Okuji
>
> On Friday 11 June 2004 10:48, David Balazic wrote:
> > Hi!
> >
> > I found no other place, so I'll ask here.
> >
> > I have a problem booting linux with grub ( v 0.9.something ).
> >
> > I use the commands ( in the grub shell that boots from my HD ):
> > root (hd0,0)
> > kernel /vmlinuz-2.6.xxx ro root=dev/hda2
> > initrd /initrd-2.xxx
> > boot
> >
> > After entering the "boot" command, the screen is cleared and then
> > nothing happens for 93 seconds.
> > After that linux boot normally ( beginning with the message
> > "Uncompressing linux..." and so on ).
> > If I trim the kernel command line to only "kernel /vmlinuz-2.6.xxx
> > ro" , then the delay is 10 seconds.
> >
> > If I change the operating mode of the IDE adapter in BIOS to RAID,
> > then the delay is infinite ( I waited
> > 8 hours ). Note that GRUB still loads andit can browse and "cat"
> > files on the disk, so it is not a disk
> > access problem.
> >
> > Can someone tell me how to find out what GRUB is doing after the
> > "boot" command ?
> > I tried to run "debug on" first, but it makes no change at all.
> >
> > Maybe this is a linux kernel problem.
> >
> > Any help appreciated !
> >
> > Regards,
> > David Balažic
> >
> > P.S.: It is a Fedora Core 2 system, the exact version numbers are
> > grub-0.94-5 , kernel-2.6.5-1.358
> >
> > P.P.S.: I know this is Red Hat related, but my question is general :
> > What is happening between
> > the GRUB "boot" command and linux printing "Uncompressing linux..." ?
> > ---------------------------------------------------------------------
> >------- -----------
> > http://noepatents.org/ Innovation, not litigation !
> > ---
> > David Balazic mailto:david.balazic@hermes.si
> > HERMES Softlab http://www.hermes-softlab.com
> > Zagrebska cesta 104 Phone: +386 2 450 8851
> > SI-2000 Maribor
> > Slovenija
> > ---------------------------------------------------------------------
> >------- -----------
> > "Be excellent to each other." -
> > Bill S. Preston, Esq. & "Ted" Theodore Logan
> > ---------------------------------------------------------------------
> >------- -----------
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > _______________________________________________
> > Grub-devel mailing list
> > Grub-devel@gnu.org
> > http://lists.gnu.org/mailman/listinfo/grub-devel
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Grub 1 troubleshooting, linux boot delayed problem
2004-06-11 14:30 David Balazic
@ 2004-06-11 14:56 ` Yoshinori K. Okuji
0 siblings, 0 replies; 9+ messages in thread
From: Yoshinori K. Okuji @ 2004-06-11 14:56 UTC (permalink / raw)
To: The development of GRUB 2
On Friday 11 June 2004 16:30, David Balazic wrote:
> I found nothing useful on the web site. I also read the manual and
> found nothing
> useful. I will read the source code as next, but I hoped someone can
> give some hints
> here first ...
http://www.gnu.org/software/grub/grub.html#bugs
Could you tell me how you interpreted this paragraph? I'd like to know
this to improve the paragraph. I guess there must be something bad in
the web site, since so many people misunderstand it.
Okuji
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Grub 1 troubleshooting, linux boot delayed problem
@ 2004-06-12 10:55 David Balazic
0 siblings, 0 replies; 9+ messages in thread
From: David Balazic @ 2004-06-12 10:55 UTC (permalink / raw)
To: 'The development of GRUB 2'
> ----------
> From:
> grub-devel-bounces+david.balazic=hermes.si@gnu.org[SMTP:grub-devel-bounces
> +david.balazic=hermes.si@gnu.org] on behalf of Yoshinori K.
> Okuji[SMTP:okuji@enbug.org]
> Reply To: The development of GRUB 2
> Sent: 11. junij 2004 16:56
> To: The development of GRUB 2
> Subject: Re: Grub 1 troubleshooting, linux boot delayed problem
>
> On Friday 11 June 2004 16:30, David Balazic wrote:
> > I found nothing useful on the web site. I also read the manual and
> > found nothing
> > useful. I will read the source code as next, but I hoped someone can
> > give some hints
> > here first ...
>
> http://www.gnu.org/software/grub/grub.html#bugs
>
> Could you tell me how you interpreted this paragraph? I'd like to know
> this to improve the paragraph. I guess there must be something bad in
> the web site, since so many people misunderstand it.
>
I checked the Bug Tracking System and the FAQ and the manual, none of it
helped,
so I decided to ask someone. And that someon it this mail list since no
better choice
was mentioned on the web site.
Improvement :
- in text "read the chapter Reporting bugs in the manual." the words
"Reporting bugs"
could be a link to the corresponding part of the manual
"Once you have realized ..." interesting choice of words ;-)
Besides, I tried a to boot another, older kernel and it does not have the
described problem,
so you can all calm down, this is not a grub problem, but a linux kernel
problem.
Sorry for wasting your time.
Regards,
David
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Grub 1 troubleshooting, linux boot delayed problem
2004-06-11 14:15 ` Yoshinori K. Okuji
@ 2004-06-12 16:11 ` Marco Gerards
0 siblings, 0 replies; 9+ messages in thread
From: Marco Gerards @ 2004-06-12 16:11 UTC (permalink / raw)
To: The development of GRUB 2
"Yoshinori K. Okuji" <okuji@enbug.org> writes:
> Your question is irrevalent with this list. Read the manual and/or the
> web site for information on where to use.
>
> ... Why do people send questions to this list again and again? Is it so
> unclear?
And I asked myself the same question several times.
How about these possible causes:
- The GRUB 2 section is the first that appears. When looking for a
mailinglist it is the first list that appears.
- Perhaps it's how people think. If you have to choose between
bug-grub or grub-devel, what would you choose? I would first figure
out what would be the right list, but it seems people don't do this.
- `GRUB Legacy is no longer under development. This means GRUB Legacy
is soon to become abandoned and the only modifications made to it
will be in regards to bug fixes.' That sounds like it is an
abandoned, old version no one uses. I think many people don't know
or care which version they use.
I will think about how to change this later this week and propose a
solution (+patch).
--
Marco
^ permalink raw reply [flat|nested] 9+ messages in thread
* RE: Grub 1 troubleshooting, linux boot delayed problem
@ 2004-06-14 6:33 David Balazic
0 siblings, 0 replies; 9+ messages in thread
From: David Balazic @ 2004-06-14 6:33 UTC (permalink / raw)
To: 'The development of GRUB 2'
Create a grub-users list and advertise it on the web page.
> ----------
> From:
> grub-devel-bounces+david.balazic=hermes.si@gnu.org[SMTP:grub-devel-bounces
> +david.balazic=hermes.si@gnu.org] on behalf of Marco
> Gerards[SMTP:metgerards@student.han.nl]
> Reply To: The development of GRUB 2
> Sent: 12. junij 2004 18:11
> To: The development of GRUB 2
> Subject: Re: Grub 1 troubleshooting, linux boot delayed problem
>
> "Yoshinori K. Okuji" <okuji@enbug.org> writes:
>
> > Your question is irrevalent with this list. Read the manual and/or the
> > web site for information on where to use.
> >
> > ... Why do people send questions to this list again and again? Is it so
> > unclear?
>
> And I asked myself the same question several times.
>
> How about these possible causes:
>
> - The GRUB 2 section is the first that appears. When looking for a
> mailinglist it is the first list that appears.
> - Perhaps it's how people think. If you have to choose between
> bug-grub or grub-devel, what would you choose? I would first figure
> out what would be the right list, but it seems people don't do this.
> - `GRUB Legacy is no longer under development. This means GRUB Legacy
> is soon to become abandoned and the only modifications made to it
> will be in regards to bug fixes.' That sounds like it is an
> abandoned, old version no one uses. I think many people don't know
> or care which version they use.
>
> I will think about how to change this later this week and propose a
> solution (+patch).
>
> --
> Marco
>
>
>
> _______________________________________________
> Grub-devel mailing list
> Grub-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/grub-devel
>
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2004-06-14 6:35 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-11 8:48 Grub 1 troubleshooting, linux boot delayed problem David Balazic
2004-06-11 13:20 ` P
2004-06-11 14:15 ` Yoshinori K. Okuji
2004-06-12 16:11 ` Marco Gerards
-- strict thread matches above, loose matches on Subject: below --
2004-06-11 13:29 David Balazic
2004-06-11 14:30 David Balazic
2004-06-11 14:56 ` Yoshinori K. Okuji
2004-06-12 10:55 David Balazic
2004-06-14 6:33 David Balazic
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.