linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* REG:problem i am facing
@ 2006-01-13  9:22 balamurugan
  2006-01-13 12:47 ` linux-os (Dick Johnson)
  0 siblings, 1 reply; 5+ messages in thread
From: balamurugan @ 2006-01-13  9:22 UTC (permalink / raw)
  To: linux-kernel

Dear all,

i am compiling kernel-2.4.32 with i386 processor with wirless lan and all
other facilites, it will compaile in make ,make dep, make menuconfig but i
going to intall with make install, the initrd is missing the following
error is displayed , please help on this issue.

warning: kernel is too big for standalone boot from floppy
sh -x ./install.sh 2.4.32 bzImage /bala/linux-2.4.32/System.map ""
+ '[' -x /root/bin/installkernel ']'
+ '[' -x /sbin/installkernel ']'
+ exec /sbin/installkernel 2.4.32 bzImage /bala/linux-2.4.32/System.map ''
depmod: Can't open /lib/modules/2.4.32/modules.dep for writing
/lib/modules/2.4.32 is not a directory.
mkinitrd failed
make[1]: *** [install] Error 1
make[1]: Leaving directory `/bala/linux-2.4.32/arch/i386/boot'
make: *** [install] Error 2

the issue is very urgent , u please clear the doute asap .

thanks & regards
balamurugan.j


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

* Re: REG:problem i am facing
  2006-01-13  9:22 REG:problem i am facing balamurugan
@ 2006-01-13 12:47 ` linux-os (Dick Johnson)
  0 siblings, 0 replies; 5+ messages in thread
From: linux-os (Dick Johnson) @ 2006-01-13 12:47 UTC (permalink / raw)
  To: balamurugan; +Cc: linux-kernel


On Fri, 13 Jan 2006 balamurugan@sahasrasolutions.com wrote:

> Dear all,
>
> i am compiling kernel-2.4.32 with i386 processor with wirless lan and all
> other facilites, it will compaile in make ,make dep, make menuconfig but i
> going to intall with make install, the initrd is missing the following
> error is displayed , please help on this issue.
>
> warning: kernel is too big for standalone boot from floppy
> sh -x ./install.sh 2.4.32 bzImage /bala/linux-2.4.32/System.map ""
> + '[' -x /root/bin/installkernel ']'
> + '[' -x /sbin/installkernel ']'
> + exec /sbin/installkernel 2.4.32 bzImage /bala/linux-2.4.32/System.map ''
> depmod: Can't open /lib/modules/2.4.32/modules.dep for writing
> /lib/modules/2.4.32 is not a directory.
> mkinitrd failed


Yes. No modules directory for this kernel version...

> make[1]: *** [install] Error 1
> make[1]: Leaving directory `/bala/linux-2.4.32/arch/i386/boot'
> make: *** [install] Error 2
>
> the issue is very urgent , u please clear the doute asap .
>
> thanks & regards
> balamurugan.j
>

For linux-2.4.x, you need ....

`make`
`make modules`
`make modules_install`
`make install`

Cheers,
Dick Johnson
Penguin : Linux version 2.6.13.4 on an i686 machine (5589.54 BogoMips).
Warning : 98.36% of all statistics are fiction.
.

****************************************************************
The information transmitted in this message is confidential and may be privileged.  Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited.  If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them.

Thank you.

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

* REG:Problem i am facing
@ 2006-01-17 11:12 balamurugan
  0 siblings, 0 replies; 5+ messages in thread
From: balamurugan @ 2006-01-17 11:12 UTC (permalink / raw)
  To: linux-kernel

Dear Sir/madam,

i am created one kernel image(kernel-2.4.32) and putit in another system,
in that i not able to getin to shell, it will stope in the run level
itself, i installed busybox,bash in the image, but it will not go the
shell instaed of its going to run level and system will be halted there
itself. pls give the support asap


thanks and regards
balamurugan.j


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

* Re: REG: problem i am facing
  2006-01-09 12:41 REG: problem " balamurugan
@ 2006-01-09 12:43 ` Russell King
  0 siblings, 0 replies; 5+ messages in thread
From: Russell King @ 2006-01-09 12:43 UTC (permalink / raw)
  To: balamurugan; +Cc: linux-kernel

On Mon, Jan 09, 2006 at 12:41:57PM -0000, balamurugan@sahasrasolutions.com wrote:
> hi all,
> 
> i am using Fedora 1.0 and i am using kernel-2.6.15 and i am using
> arm-linux-3.4.1 to cross compile, i am facing the problem while i am make
> the compilation , in make menuconfig it will compiled correctly but we
> make it compile it will showing one error as
> 
> fs/built-in.o(.data+0x22c4): undefined reference to `adfspart_check_ICS'
> fs/built-in.o(.data+0x22c8): undefined reference to `adfspart_check_POWERTEC'
> fs/built-in.o(.data+0x22cc): undefined reference to `adfspart_check_EESOX'
> fs/built-in.o(.data+0x22d0): undefined reference to `adfspart_check_CUMANA'
> fs/built-in.o(.data+0x22d4): undefined reference to `adfspart_check_ADFS'
> make: *** [.tmp_vmlinux1] Error 1
> 
> pls give the solution for this problem ASAP , because i am now compiling
> the ting u pls support us.

It looks like fs/partitions/Kconfig is messed up for one combination.
If ACORN_PARTITION is not set, we won't include any of the partition
support for Acorn formats, so we should not allow them to be selected.

Please try this patch:

diff --git a/fs/partitions/Kconfig b/fs/partitions/Kconfig
--- a/fs/partitions/Kconfig
+++ b/fs/partitions/Kconfig
@@ -21,26 +21,30 @@ config ACORN_PARTITION
 	  Support hard disks partitioned under Acorn operating systems.
 
 config ACORN_PARTITION_CUMANA
-	bool "Cumana partition support" if PARTITION_ADVANCED && ACORN_PARTITION
+	bool "Cumana partition support" if PARTITION_ADVANCED
 	default y if ARCH_ACORN
+	depends on ACORN_PARTITION
 	help
 	  Say Y here if you would like to use hard disks under Linux which
 	  were partitioned using the Cumana interface on Acorn machines.
 
 config ACORN_PARTITION_EESOX
-	bool "EESOX partition support" if PARTITION_ADVANCED && ACORN_PARTITION
+	bool "EESOX partition support" if PARTITION_ADVANCED
 	default y if ARCH_ACORN
+	depends on ACORN_PARTITION
 
 config ACORN_PARTITION_ICS
-	bool "ICS partition support" if PARTITION_ADVANCED && ACORN_PARTITION
+	bool "ICS partition support" if PARTITION_ADVANCED
 	default y if ARCH_ACORN
+	depends on ACORN_PARTITION
 	help
 	  Say Y here if you would like to use hard disks under Linux which
 	  were partitioned using the ICS interface on Acorn machines.
 
 config ACORN_PARTITION_ADFS
-	bool "Native filecore partition support" if PARTITION_ADVANCED && ACORN_PARTITION
+	bool "Native filecore partition support" if PARTITION_ADVANCED
 	default y if ARCH_ACORN
+	depends on ACORN_PARTITION
 	help
 	  The Acorn Disc Filing System is the standard file system of the
 	  RiscOS operating system which runs on Acorn's ARM-based Risc PC
@@ -48,15 +52,17 @@ config ACORN_PARTITION_ADFS
 	  `Y' here, Linux will support disk partitions created under ADFS.
 
 config ACORN_PARTITION_POWERTEC
-	bool "PowerTec partition support" if PARTITION_ADVANCED && ACORN_PARTITION
+	bool "PowerTec partition support" if PARTITION_ADVANCED
 	default y if ARCH_ACORN
+	depends on ACORN_PARTITION
 	help
 	  Support reading partition tables created on Acorn machines using
 	  the PowerTec SCSI drive.
 
 config ACORN_PARTITION_RISCIX
-	bool "RISCiX partition support" if PARTITION_ADVANCED && ACORN_PARTITION
+	bool "RISCiX partition support" if PARTITION_ADVANCED
 	default y if ARCH_ACORN
+	depends on ACORN_PARTITION
 	help
 	  Once upon a time, there was a native Unix port for the Acorn series
 	  of machines called RISCiX.  If you say 'Y' here, Linux will be able
@@ -224,5 +230,3 @@ config EFI_PARTITION
 	  Say Y here if you would like to use hard disks under Linux which
 	  were partitioned using EFI GPT.  Presently only useful on the
 	  IA-64 platform.
-
-#      define_bool CONFIG_ACORN_PARTITION_CUMANA y


-- 
Russell King
 Linux kernel    2.6 ARM Linux   - http://www.arm.linux.org.uk/
 maintainer of:  2.6 Serial core

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

* REG: problem i am facing
@ 2006-01-09 12:41 balamurugan
  2006-01-09 12:43 ` Russell King
  0 siblings, 1 reply; 5+ messages in thread
From: balamurugan @ 2006-01-09 12:41 UTC (permalink / raw)
  To: linux-kernel

hi all,

i am using Fedora 1.0 and i am using kernel-2.6.15 and i am using
arm-linux-3.4.1 to cross compile, i am facing the problem while i am make
the compilation , in make menuconfig it will compiled correctly but we
make it compile it will showing one error as

fs/built-in.o(.data+0x22c4): undefined reference to `adfspart_check_ICS'
fs/built-in.o(.data+0x22c8): undefined reference to `adfspart_check_POWERTEC'
fs/built-in.o(.data+0x22cc): undefined reference to `adfspart_check_EESOX'
fs/built-in.o(.data+0x22d0): undefined reference to `adfspart_check_CUMANA'
fs/built-in.o(.data+0x22d4): undefined reference to `adfspart_check_ADFS'
make: *** [.tmp_vmlinux1] Error 1

pls give the solution for this problem ASAP , because i am now compiling
the ting u pls support us.

thanks and regards

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

end of thread, other threads:[~2006-01-17 11:06 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-13  9:22 REG:problem i am facing balamurugan
2006-01-13 12:47 ` linux-os (Dick Johnson)
  -- strict thread matches above, loose matches on Subject: below --
2006-01-17 11:12 REG:Problem " balamurugan
2006-01-09 12:41 REG: problem " balamurugan
2006-01-09 12:43 ` Russell King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).