All of lore.kernel.org
 help / color / mirror / Atom feed
From: rubisher <rubisher@scarlet.be>
To: The development of GRUB 2 <grub-devel@gnu.org>
Subject: Re: powerpc/sparc problems
Date: Sun, 25 Oct 2009 15:22:38 +0000	[thread overview]
Message-ID: <4AE46D3E.8050700@scarlet.be> (raw)
In-Reply-To: <ca0f59980910232313h7e7e4d6eu223ad29d5f37d481@mail.gmail.com>

Bean wrote:
> On Sat, Oct 24, 2009 at 4:34 AM, rubisher <rubisher@scarlet.be> wrote:
[snip]
>>
>> As it seems that you have some experience with powerpc, may be can you
>> advise me with some your tips (how did you build your image, a sample of one
>> your menuentry?): I also tried to follow recipe of
>> <http://grub.enbug.org/TestingOnPowerPC> i.e.
>> # cd /usr/lib/grub/powerpc-ieee1275 (where *.mod stand)
>> # /usr/bin/grub-mkelfimage -n --directory=/usr/lib/grub/powerpc-ieee1275
>> --output=/boot/grub/grubof.modules *.mod
>> (-n for pseries) but this image sadely make panicing ofs:
>> DEFAULT CATCH!, exception-handler=fff00300
>> at   %SRR0: 0000000000c3c25c   %SRR1: 800000000000b002
>> Call History
>> ------------
>> @  - c3c1f0
>> close-package  - c58060
>> (poplocals)  - c3a758
>> (init-program)  - c7e298
>> boot  - c7ec7c
>> evaluate  - c4a638
>> invalid pointer - d83655
>> invalid pointer - f
>> invalid pointer - f
>> catch  - c38fe8
>> bt-task-boot-on-this  - d140d8
>> (poplocals)  - c3a758
>> catch  - c38fe8
>> execute-device-method  - c58bcc
>> (poplocals)  - c3a758
>> (select-boot-seq)  - c59ba4
>>
>> Client's Fix Pt Regs:
>> Client's Fix Pt Regs:
>>  00 00100000000001f4 ffffffffffffffff 00000000deadbeef fffffffffffffffc
>>  04 0000000000000000 0000000000000000 0000000000000000 0000000000000001
>>  08 0000000000001000 0000030002001000 0000000000000003 0000000000007000
>>  0c 0000000022800000 0000000000c17100 0000000000c18000 000000000009c4b0
>>  10 0000000000db8c20 0000000000db8939 0000000000c57d80 0000000000c58060
>>  14 0000000000000000 ffffffffffffffff 0000000000000000 0000000000000000
>>  18 0000000000c13000 0000000000c38000 0000000000c14d40 0000000000c16ec0
>>  1c 0000000000c20000 0000000000c3fdf0 0000000000c11ea0 0000000000c10fa8
>> Special Regs:
>>    %IV: 00000300     %CR: 84800000    %XER: 20000008  %DSISR: 08000000
>>  %SRR0: 0000000000c3c25c   %SRR1: 800000000000b002
>>    %LR: 0000000000c3c1f0    %CTR: 0000000000000000
>>   %DAR: ffffffffffffffff
>> Virtual PID = 0
>>  ofdbg
>>
>> At this point I am worry that the change of optimization compile option (-Os
>> -> -O0) break something or am I facing to some issue related to my ofs or
>> something else in config file (e.g. I just figure out that I didn't change
>> my grub.cfg with the usage of lasetest describe image grubof.modules: I
>> didn't remove the 'insmod ext2', thought?)
> 
> Hi,
> 
> Don't include all modules, the boot image seems to be broken when it
> exceed certain size. The following list should be enough:
> 
> minicmd fat part_msdos normal sh ls linux
> 
> in the grub shell, use ls command to list detected devices.
> 
Thanks;

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"




  reply	other threads:[~2009-10-25 15:22 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-22  9:12 powerpc/sparc problems rubisher
2009-10-22  9:31 ` Bean
2009-10-23 20:34   ` rubisher
2009-10-24  6:13     ` Bean
2009-10-25 15:22       ` rubisher [this message]
2009-10-25 15:57         ` Bean
2009-10-26 21:06           ` rubisher
2009-11-04 20:47           ` help need for powerpc issue rubisher
  -- strict thread matches above, loose matches on Subject: below --
2009-10-12  8:55 powerpc/sparc problems Felix Zielcke
2009-10-12  9:05 ` David Miller
2009-10-12  9:42   ` Felix Zielcke
2009-10-12  9:56   ` Vladimir 'phcoder' Serbinenko
2009-10-12 10:11     ` David Miller
2009-10-12 10:27     ` Felix Zielcke
2009-10-12  9:26 ` Vladimir 'phcoder' Serbinenko
2009-10-12  9:33 ` Felix Zielcke
2009-10-20 18:07   ` rubisher
2009-10-20 20:24     ` Vladimir 'phcoder' Serbinenko
2009-10-21 15:59       ` rubisher
2009-10-12  9:58 ` Bean
2009-10-12 10:14   ` David Miller
2009-10-12 10:26     ` Vladimir 'phcoder' Serbinenko
2009-10-12 10:28       ` David Miller
2009-10-12 15:29         ` Pavel Roskin
2009-10-12 15:45           ` Vladimir 'phcoder' Serbinenko
2009-10-12 22:03             ` Pavel Roskin
2009-10-12 23:39             ` David Miller
2009-10-15 11:58         ` Vladimir 'phcoder' Serbinenko
2009-10-15 22:41           ` Pavel Roskin
2009-10-16 12:44             ` David Miller
2009-10-16 14:10               ` Pavel Roskin
2009-10-17  1:21               ` Pavel Roskin
2009-10-17  9:08                 ` Vladimir 'phcoder' Serbinenko
2009-10-17 10:11                 ` Robert Millan
2009-10-12 10:31     ` Bean
2009-10-12 11:07       ` David Miller
2009-10-12 14:05         ` Bean
2009-10-14 16:37       ` Robert Millan
2009-10-21 16:03   ` rubisher
2009-10-21 20:15     ` Bean
2009-10-28 10:24 ` Felix Zielcke
2009-10-28 10:29   ` David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4AE46D3E.8050700@scarlet.be \
    --to=rubisher@scarlet.be \
    --cc=grub-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.