General :: Mkinitrd: Commong Not Found

Sep 16, 2010

I am using ubuntu 10.04 version. # mkinitrd -o initrd.img-2.6.25 2.6.25 it give the result as mkinitrd: commong not found. what should i do now. I tried to install the package initrd-tools, but actually i could not.

View 9 Replies


ADVERTISEMENT

General :: Depmod And Mkinitrd Command Not Found

Aug 21, 2010

I'm trying to recompile my linux kernel -2.6.32.5 version in Centos OS platform and when I type these commands:

Quote:

depmod 2.6.30.5-fogonacaixadagua

Quote:

mkinitrd -v /boot/initrd-2.6.30.5-fogonacaixadagua.img 2.6.30.5-fogonacaixadagua

This is the link of the Guide that I'm trying to follow:

Quote:

[URL]

is there any packages in order for me use depmod and mkinitrd?or download it using yum?

View 6 Replies View Related

Slackware :: Bug In Mkinitrd In 13.37 - Refused To Boot As The Harddisk Couldn't Be Found Anymore

May 16, 2011

After installing Slack 13.37 on one of my systems while using my own (non-standard) kernel it refused to boot as the harddisk couldn't be found anymore. Investigation yielded that the ahci.ko driver wasn't loaded (but libahci.ko was). However I listed both ahci.ko and libahci.ko in the mkinitrd -m parameter so there had to be an error in the new /sbin/mkinitrd script. It turned out that a grep at the end of the script weeded out my ahci.ko module as the searchterm "ahci.ko" was already detected in the modprobe line for libahci.ko.

I decided to fix it in an easy way : I just prepend a "space" in front of the module name at the line where the grep is called :

[Code]....

View 2 Replies View Related

Slackware :: ERROR: No /lib/modules/2.6.33.4-smp Kernel Modules Tree Found For Kernel "2.6.33.4-smp" ... For Mkinitrd - Encrypted Installation

Jul 22, 2010

I am trying to setup Slacware 13.1 x86_64 to a encrypted partition. I used the README_CRYPT.TXT howto : [URL] At the step when I create an initrd.gz I get this error: Quote: ERROR: No /lib/modules/2.6.33.4-smp kernel modules tree found for kernel "2.6.33.4-smp"

I tried to look into the directory and there was only modules under 2.6.44.3. So I tried to change the command into: Quote: mkinitrd -c -k 2.6.33.4 -m ext3 -f ext3 -r cryptroot -C /dev/sda2

This command was successful, but I don't know if this is alright. I made the changes in lilo.conf, add initrd = initrd.gz. This is all on unencrypted /boot partition. The boot=/dev/sda1 I also set for the unencrypted boot partition. When I boot the system I get a kernel panic:

[Code]....

View 5 Replies View Related

Slackware :: Script Error In Mkinitrd With -current

May 7, 2010

since an update to the latest -current version, it comes to an error inside the init script from the initrd.gz on my system, shortly behind the scan for encrpyted devices inside lvm containers.

The message is

Code:
mdadm: No arrays found in config file

1 logical volume(s) in volume group "vg" now activeash: missing ] mount: mounting crypt-vg-root on /mnt/failed: No such file or directory ERROR: No /sbin/init found on rootdev (or not mounted). Trouble ahead. You can try to fix it. Type "exit" when things are done. If i then unlock the crypted root device within the lvm, boot continues. I think this is a bug, because configuration did not change, and it worked before the update.

View 7 Replies View Related

OpenSUSE Install :: Mkinitrd And Encrypted /var - What Boot Parameters?

Aug 16, 2011

I've installed opensuse 11.4 by doing a network install, (boot off kernel + initrd, everything else is fetched off network) and i skipped the bootloader part because i've already got two other linux systems set up with grub2 on my computer. I picked the minimal server install (text mode) and didn't make any other software selectiono changes.

My partition layout is as follows

ssd drive contains / partitions for distributions (GPT layout) hdd drive contains encrypted lvm PV (PV on a luks partition). inside that PV is a VG with volumes for /home and /var (and other), where each distribution has its own /var.

The problem is that i cannot get initrd to open the luks properly. i tried chrooting, rebuilding the image with mkinitrd -f "lvm2 luks" ( i saw that somewhere on opensuse wiki, i think ) and adding boot parameters like this : lvm_box=/dev/disk/by-uuid/<luks partiiton UUID> lvm="box" (where box is the name of the lvm array).

[Code]...

View 1 Replies View Related

Slackware :: Add Any Special Options To Mkinitrd For AHCI Configuration?

Apr 29, 2011

Do I need to add any special options to mkinitrd for AHCI configuration?

mkinitrd -c -k 2.6.37.6-smp -m ext4

Does it know I'm not in legacy PATA mode or do I have to add something to load AHCI module with it?

View 3 Replies View Related

CentOS 5 :: Mkinitrd Not Updated - Error Unpacking RPM Package

Jun 4, 2010

Recently I updated to centos 5.5 , every thing is fine , but the mkinitrd can't updated

When try:
yum clean all
yum update

The output :
Loading mirror speeds from cached hostfile
* addons: mirror.cogentco.com
* base: pubmirrors.reflected.net
* extras: mirror.highspeedweb.net
* updates: mirror.cogentco.com
Excluding Packages in global exclude list
Finished
Setting up Update Process .....

Error unpacking rpm package mkinitrd-5.1.19.6-61.el5_5.1.i386
error: unpacking of archive failed on file /lib/bdevid/ata.so: cpio: rename
Failed:
mkinitrd.i386 0:5.1.19.6-61.el5_5.1
Complete!

View 19 Replies View Related

Slackware :: Patch To Script 'init' Which In Mkinitrd-1.4.6-i486-5 -current

Mar 15, 2011

Make the code work when RESUMEDEV is a symbolic link which has a relative path.

[Code]....

View 9 Replies View Related

SUSE / Novell :: File Holds The Modules To Be Compiled With Mkinitrd

Jul 13, 2010

We are running SLES 10.3, I am running Novell's support advisor and it is reporting some old hardware that is failing on bootup, one being a QLogic card and another being flex net network adapter. I was looking around for where the file or directory is that holds the list of modules to be loaded when compiling the kernel but SLES does not seem to match other Linux distro's, at least from the other posts I read for where to find these.

View 3 Replies View Related

CentOS 5 :: How To Tell Kickstart / Anaconda / Mkinitrd To Use New Kernel Version Number?

May 5, 2009

I want a new kernel RPM in my custom CentOS 5 kickstart distro. I built the kernel, got a nice kernel RPM out, and replaced it in my ks.cfg. The install goes fine until the very end, where Anaconda prints some spurious stuff about mkinitrd failing.I get why it might fail -the kernel version argument to mkinitrd was no doubt for the old kernel. But I have no idea where this is -it's not in the ks.cfg afaict, and so I don't quite get where Anaconda / mkinitrd gets it from.

I'd eventually like to use this kernel for the installer as well, but I think I understand that process much better.How do I tell kickstart / Anaconda / mkinitrd to use the new kernel version number?

View 15 Replies View Related

Slackware :: Mkinitrd -Warning: The Initial RAM Disk Is Too Big To Fit Between The Kernel A The 15M-16M Memory Hole"

May 7, 2011

I used mkinitrd to build an initrd from the slackware 2.6.37.6 sources. Lilo throws the following: "Warning: The initial RAM disk is too big to fit between the kernel a the 15M-16M memory hole. It will be loaded in the highest memory as though the configuration file specified "large-memory" and it will be assumed that the BIOS supports memory moves above 16M."

Also, I am running swap, / and home on an encrypted volume group. When the initrd boots (but prior to mounting the encrypted vg) I get a message saying that no modules are found-sounds like a daft question but is this expected? I expect that this is because initrd is looking for modules, but can't find them because the relevant partition isn't mounted.

View 2 Replies View Related

Fedora Installation :: Mkinitrd Can Make Initrd Image With All Hdd Driver - Config To Everytime Update Kernel?

Jul 16, 2009

I install fedora on my usb-hdd. Sometimes i boot it from real machine, sometimes i boot from virtual machine (kvm). When I boot from real machine, hdd driver is usb-storage, when i boot from virtual machine hdd drivers are ata_generic and pata_acpi.

Everytime i update kernel, mkinitrd only create initrd image contains only hdd driver current running, and I must recreate initrd manual with all preload hdd driver. How to config fedora to everytime update kernel, mkinitrd can make initrd image with all hdd driver I need?

View 2 Replies View Related

Slackware :: Generate A .bmap File For Mkinitrd From .map File

Mar 26, 2010

I'd like to use a keymap not present in slackware "fr-dvorak-bepo" with mkinitrd because my root partition is encrypted by luks. So how can I generate a .bmap file from a classic .map file for mkinitrd ?

View 2 Replies View Related

Red Hat / Fedora :: Mkinitrd - What Does [$(uname -r).img $(uname -r) Mean

Jun 25, 2010

# mkinitrd -v /boot/initrd-$(uname -r).img $(uname -r) what does it [$(uname -r).img $(uname -r) mean?

View 2 Replies View Related

OpenSUSE Install :: Installed Program Not Found - Kmess: Command Not Found

Oct 1, 2010

I installed a program with Yast (Kmess), but when I try to run it, bash gives me back this message:

Code: kmess: command not found I checked into Yast and it seems to be installed correctly!

View 9 Replies View Related

Ubuntu Multimedia :: 06a2:0003 Topro Technology - No Camera Found - Skryba Says No Devices Found

Mar 29, 2010

I have been trying to get this web cam working for a long time. lsusb:

Code:
Bus 004 Device 003: ID 06a2:0003 Topro Technology, Inc.
dmesg

Code:
[ 1990.570050] usb 4-1: new full speed USB device using uhci_hcd and address 3
[ 1990.751460] usb 4-1: configuration #1 chosen from 1 choice
Kernel patch: [URL]
Driver project: [URL]

Cheese simply says no camera found. Skryba says no devices found. Since this kernel patch was 2009-04-07 which is nearly a year ago it should be in latest kernel?

[Code]...

View 3 Replies View Related

Ubuntu Servers :: 9.10 2nd Ethernet PCIe Adapter Found Then Not Found?

Jan 24, 2010

During install of 9.10 server, both ethernet adapters were found. One is built-in to the motherboard, the second is on a PCIe slot. Selected the on-board adapter for eth0 during install, set fixed IP on the web, connected, updated, etc. w/ no problems. The second adapter is for the LAN.BUT, on first and subsequent reboots after installation complete the second adapter is not detected at all, as if it were not even plugged into the PCI or the driver not loaded. This happens on either of two slots, with two different adapters, Intel or Netgear, both pretty recent, and both of which are detected and work in a different box. 'Ethtool eth1' says device not found.This is a fairly recent motherboard 3N78EM).Since the adapter was found during installation I'm assuming that the problem is not with not the board. I've built several server systems with two or three ethernet adapters and have never run into this situation.

View 3 Replies View Related

General :: Commands Not Found / What To Do?

May 11, 2011

I'm having problems with Common Shell Environment Variables. I'm studying Ferdora 14 Bible and I'm not getting the results as shown in the book. Please take a look at what I'm doing and let me know where I'm going wrong.

As you can see I start out as a User by the $ prompt, according to the book I should get the following information: /bin/bash. As you can see I get nothing, so I entered into SU mode and ran the same command and still I get no information,
This isn't the only variable I'm having problems with.
Have I done something wrong code...

View 4 Replies View Related

General :: GCC File Not Found?

Jul 14, 2010

ust installed Ubuntu and bought my first programming book.I installed Emacs and gcc, then I make the following steps:

Open a terminal
go to Emacs
write basic code (Hello World)

[code]....

View 8 Replies View Related

General :: Libtalloc.so.1 Not Found?

Aug 3, 2011

I have debian Lenny 2.6.22.18 running on my LG-NAS N2R1 with tantalus firmware installed. For the past few weeks, I have been trying to get apple airprint working using avahi and cups. Today for some reason I tried to get into my samba shares and nothing was working, not even the webinterface of the nas. A reboot did not work either. To investigate, I looked to see if there was a problem on startup by issuing /etc/init.d/rcS start.The startup script ran and lots of things failed to start as they said they could not find or open libtalloc.so.1. I have checked /usr/lib and the file is indeed not there. Is there anywhere I can get this library from. I suspect that with all my tinkering I may have somehow deleted/moved it somewhere

View 1 Replies View Related

General :: MSI DVD Writer Not Found / What To Do?

Nov 25, 2010

I have installed Ubuntu 10.4 on Dell Precision 4300 . I have two DVDs .One is player that works okay, but the system does not recognize the other one ,which is MSI DVD writer. Those are both ATA connected on same line . I have tried to switch positions ..but the MSI writer is always hidden.
I can't see MSI on your hardware compatibility list. Is it not useable with Linux ?

View 1 Replies View Related

General :: Cron Job Command Not Found

Jun 24, 2010

I have a simple script. When I run it as cron job. I jot email saying:/bin/sh: line 1: test.tmp: command not found.Even I took first line out, I got the same error.The current shell I have is /bin/tcsh.

View 4 Replies View Related

General :: Touch Command Not Found?

May 8, 2010

I occurred a really weired problem, which is touch : command not found.I was going to create a blank file, so I type the touch command which didn't work.I'm running centOS 5.

BTW: the vi command also not found.

View 3 Replies View Related

General :: Wireless Router Can't Be Found?

Jul 27, 2010

I have a very strange problem with my wireless routers, or linux. I have 2 wireless routers one directly connected to my modem (router 1) and another wireless router (router 2) on the 2nd floor connected to router 1 without cables and configured as a repeater bridge. Router 1 is configured to broadcast the ssid and have been set up to use wpa-personal and router 2 has the same configuration as router 1 plus a virtual interface.

I am able to connect to both routers from all my windows boxes, but I fail to connect from linux (I have tried with 2 different laptops without luck). What is very strange is that I can't see the routers when I scan but I am able to see my neighbors routers. I have tried to turn off router 2 to see if it had an impact, but no luck. I know that I am able to connect to a wireless router since I have had success with that at work.Router 1 is a Siemens se551 (with default firmware) and router 2 is a linksys wrt54g (running DD-WRT build 13064).

View 1 Replies View Related

General :: Arm-uclinux-gcc: Crt1.o Not Found

May 14, 2011

I recently installed the arm-uclinux toolchain from arm-uclinux-tools-base-gcc3.4.0-20040610.sh . I ran the script and tried to compile a test program:

/usr/local/arm-uclinux-tools/bin/arm-uclinux-gcc hello.c -o hello

/usr/local/arm-uclinux-tools/lib/gcc/arm-uclinux/3.4.0/../../../../arm-uclinux/bin/ld.real: crt1.o: No such file: No such file or directory collect2: ld returned 1 exit status

I searched for hours about this issue and found nothing, except a hint about uclibc not being installed. Isn't it compiled along with the toolchain?

I'm using Ubuntu 11 64 bit.

View 1 Replies View Related

General :: Autoheader Command Not Found

Apr 23, 2011

I am trying to build a Makefie, i am getting an error. /bin/sh: line 4: autoheader: command not found.

View 1 Replies View Related

General :: Cd-rom .iso Image Not Found After Dd Command

Feb 15, 2010

i was trying to install windows xp on vbox, but the cd wont work, so i want to make an iso image from the cd and run it from that. after some research, i found this code to use disk dump and make a raw cd image:

Code:

dd if=/dev/cdrom of=~/cdrom_image.iso

ive done that successfully (making sure the drive is unmounted), but i cant even find the file now. ive searched the filesystem, but it doesnt appear anywhere.

View 1 Replies View Related

General :: Interface Of Avast Not Found?

Nov 16, 2010

I am using Avast anti-virus for my linux machine. On internet, I found that it has good user interface. After installing avast I can't get the interface. I've to use Avast via terminal. How can I get the user interface??

View 2 Replies View Related

General :: AMP Directory Not Found / Need To Create?

May 2, 2010

In Elastix, I get to amportal.conf via the /etc/ director. The file tells you:

[Code]...

It appears that AMPADMINLOGO=logo.png is calling out to something that is not there. I can't even find AMP directory. See below. Do I need to create a directory? This is the result of an ls -F at my /etc/ dir:

[Code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved