On Sun, Oct 25, 2009 at 11:22 PM, rubisher <rubis...@scarlet.be> wrote:
> at least i didn't encountered anymore ofs panic but in grub rescue sheel
> 'ls' just return an empty line;
> I can just grab 'lsmod' info:
> sh:grub> lsmod
> Name    Ref Count       Dependencies
> linux   1               boot,elf
> elf     2               gzio
> gzio    3
> ls      1               normal,extcmd
> extcmd  2
> sh      1               normal
> normal  4               boot
> boot    6
> part_msdos      1
> fat     1
> minicmd 1
>
> but if I try to add another module (e.g. scsi or what else) it always
> respond:
> "error: invalid arch independent ELF magic"

Hi,

You shouldn't need scsi, which is used by ata module to access pci
bus, but openfirmware would export the boot disk for you.

Use these command:

set debug=disk
ls

This should print some debug information in grub console.

-- 
Bean

gitgrub home: http://github.com/grub/grub/
my fork page: http://github.com/bean123/grub/


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to