LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* Linuxppc-embedded Digest, montavista
@ 2005-05-09  7:28 Gopala Krishnam Raju
  2005-05-09 12:49 ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Gopala Krishnam Raju @ 2005-05-09  7:28 UTC (permalink / raw)
  To: linuxppc-embedded

hello Linux gurus

I have created a boot image for montavista doing the following way.

1. I did make mrproper.

2. Then make xconfig.

3. Selected the target architecture.

4. saved the configuration file and then

5. I have said make dep.  There was no errors it compiled well.

6. I ran make bzImage to get the bzImage.  It also went well without any =
errors.

7. got the bzImage in /linux..../arch/i386/boot/.  then i have copied =
this to /boot.

8. Made necessary changes in the grub.conf.

	but while booting i am getting an error saying that vfs: kernal panic.
	any ideas regarding this.

	i also tried with make modules. =20

	that also went well. but after starting with the new kernel it is =
giving error vfs: kernal panic.

	target and host are both platforms.=20

Regards

GGKRAJU

^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: Linuxppc-embedded Digest, montavista
@ 2005-05-09 10:13 Gopala Krishnam Raju
  0 siblings, 0 replies; 4+ messages in thread
From: Gopala Krishnam Raju @ 2005-05-09 10:13 UTC (permalink / raw)
  To: Vijesh VH; +Cc: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]

Hello vijesh
 
that i could not make i am getting error for that so i am using the base os initrd i.e fedora core 3 initrd
 
Regards
 
GGKRAJU

-----Original Message-----
From: Vijesh VH [mailto:vijesh.vh@gmail.com]
Sent: Monday, May 09, 2005 3:14 PM
To: Gopala Krishnam Raju
Subject: Re: Linuxppc-embedded Digest, montavista


Hello Raju,
You have to create Initrd using initrd command and do necessary changes in the grub and in /boot folder

Regards
Vijesh.. 


On 5/9/05, Gopala Krishnam Raju < graju@facetime.com> wrote: 

hello Linux gurus

I have created a boot image for montavista doing the following way.

1. I did make mrproper.

2. Then make xconfig.

3. Selected the target architecture.

4. saved the configuration file and then 

5. I have said make dep.  There was no errors it compiled well.

6. I ran make bzImage to get the bzImage.  It also went well without any errors.

7. got the bzImage in /linux..../arch/i386/boot/.  then i have copied this to /boot. 

8. Made necessary changes in the grub.conf.

        but while booting i am getting an error saying that vfs: kernal panic.
        any ideas regarding this.

        i also tried with make modules. 

        that also went well. but after starting with the new kernel it is giving error vfs: kernal panic.

        target and host are both platforms.

Regards

GGKRAJU
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded





-- 
Thanks and Regards,
Vijesh V H 


[-- Attachment #2: Type: text/html, Size: 3568 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread
* RE: Linuxppc-embedded Digest, montavista
@ 2005-05-09 10:36 Gopala Krishnam Raju
  0 siblings, 0 replies; 4+ messages in thread
From: Gopala Krishnam Raju @ 2005-05-09 10:36 UTC (permalink / raw)
  To: Vijesh VH; +Cc: linuxppc-embedded

[-- Attachment #1: Type: text/plain, Size: 2204 bytes --]

Hello Vijesh
 
both the target and the host are the same. Then also i am getting the same problem
 
Regards
 
GGKRAJU

-----Original Message-----
From: Vijesh VH [mailto:vijesh.vh@gmail.com]
Sent: Monday, May 09, 2005 3:50 PM
To: Gopala Krishnam Raju
Subject: Re: Linuxppc-embedded Digest, montavista


raju,

     if you use that you will get that error only. you have create it for your specified target. (if your target and host is not same)


On 5/9/05, Gopala Krishnam Raju < graju@facetime.com> wrote: 

Hello vijesh
 
that i could not make i am getting error for that so i am using the base os initrd i.e fedora core 3 initrd
 
Regards
 
GGKRAJU


-----Original Message-----
From: Vijesh VH [mailto: vijesh.vh@gmail.com]
Sent: Monday, May 09, 2005 3:14 PM
To: Gopala Krishnam Raju
Subject: Re: Linuxppc-embedded Digest, montavista


Hello Raju,
You have to create Initrd using initrd command and do necessary changes in the grub and in /boot folder

Regards
Vijesh.. 


On 5/9/05, Gopala Krishnam Raju < graju@facetime.com> wrote: 

hello Linux gurus

I have created a boot image for montavista doing the following way.

1. I did make mrproper.

2. Then make xconfig.

3. Selected the target architecture.

4. saved the configuration file and then 

5. I have said make dep.  There was no errors it compiled well.

6. I ran make bzImage to get the bzImage.  It also went well without any errors.

7. got the bzImage in /linux..../arch/i386/boot/.  then i have copied this to /boot. 

8. Made necessary changes in the grub.conf.

        but while booting i am getting an error saying that vfs: kernal panic.
        any ideas regarding this.

        i also tried with make modules. 

        that also went well. but after starting with the new kernel it is giving error vfs: kernal panic.

        target and host are both platforms.

Regards

GGKRAJU
_______________________________________________
Linuxppc-embedded mailing list
Linuxppc-embedded@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-embedded





-- 
Thanks and Regards,
Vijesh V H 




-- 
Thanks and Regards,
Vijesh V H 


[-- Attachment #2: Type: text/html, Size: 5761 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-05-09 12:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-09  7:28 Linuxppc-embedded Digest, montavista Gopala Krishnam Raju
2005-05-09 12:49 ` Wolfgang Denk
  -- strict thread matches above, loose matches on Subject: below --
2005-05-09 10:13 Gopala Krishnam Raju
2005-05-09 10:36 Gopala Krishnam Raju

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox