grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ata.mod hangs (Re: Some grub2 problems/questions)


From: walt
Subject: Re: ata.mod hangs (Re: Some grub2 problems/questions)
Date: Sat, 12 Jan 2008 16:14:38 -0800
User-agent: Thunderbird 3.0a1pre (X11/2008011207)

Robert Millan wrote:
On Thu, Dec 27, 2007 at 09:33:58AM -0800, walt wrote:
The other Athlon machine has one PATA drive on a VIA 8235 controller
and one SATA drive on a Promise controller.  This machine makes it
through grub_ata_dumpinfo for both disks but then it hangs forever
without printing anything else.
Could you re-run this part with `debug' variable set to `ata'
("set debug=ata", then "insmod ata") and see what's the last thing
printed ?
Ah, I didn't notice before that grub2 only recognizes the PATA drive
and the cd-burner on the PATA controller.  Grub2 stops dumping
info after the cd-burner and never gets to the SATA disk on the
Promise controller.  The Promise controller is built into the mobo
and the BIOS recognizes it and will boot from it, but the ata module
in grub2 will not.  Would this explain why grub2 hangs?

I should mention that I've never installed grub2 because I don't
really want it on my boot record yet.  I build the grub2 image using
./grub-mkimage -d . -o mygrub *.mod (as I read on the wiki) and then
use old grub to load grub2.  I loaded ata.mod by accident because I'm
too lazy to type all of those module names :o)  I certainly don't
mind testing and debugging the ata module, though, if I can be of
any help to you.

Thank you.  Marco knows the ATA side of things better, although he's a bit
busy lately.  Let's see if he picks up on this...


I'm happy to report that the ata module no longer hangs as I described
above.  I'm guessing (just a guess) that this commit fixed it:

2008-01-10  Robert Millan  <address@hidden>
    * kern/device.c (grub_device_iterate): Do not abort device iteration
      when one of the devices cannot be opened.

Unfortunately, ata.mod still doesn't recognize the disk on the Promise
sata controller.  But, that's expected at this point?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]