Jump to content

Error during boot [solved]


isadora
 Share

Recommended Posts

Did the reboot and udev is running!!!!

 

Now i saw a [FAILED] coming through during boot.

In /var/log/messages i found:

 

Dec 9 19:22:36 isadora kernel: checking if image is initramfs...it isn't (no cpio magic); looks like an initrd

Dec 9 19:22:36 isadora kernel: ACPI: Looking for DSDT in initrd ... not found!

 

Does this need any attention???

 

Thanks very very muchfor assistance on the struggle devfsd&udev

 

 

isadora :cheeky:

Link to comment
Share on other sites

Try adding "nolapic" to lilo.conf file.

Example; (don't copy the whole line)

image=/boot/vmlinuz
       label="linux"
       root=/dev/sda9
       initrd=/boot/initrd.img
       append="nolapic resume=/dev/sda7 splash=silent"
       vga=788
       read-only
image=/boot/vmlinuz
       label="linux-nonfb"
       root=/dev/sda9
       initrd=/boot/initrd.img
       append="nolapic resume=/dev/sda7 splash=silent"

Link to comment
Share on other sites

Tried that out, the entry goes as follows:

 

append="devfs=nomount acpi=ht nolapic resume=/dev/hde8 splash=silent"

 

But after reboot still the message about failing to unmount initrd (device is busy)

 

 

isadora

Link to comment
Share on other sites

heh, my first cat was called isadora...anyway, don't know what's causing the initrd problem, but the post at the top of this page - no, you don't need to worry, both those messages are perfectly normal. Linux has the ability to load a custom DSDT table if you put it into the initrd - this is for laptops whose installed DSDT is excessively broken, you can fix problems with them by building a custom DSDT into the initrd. For 99% of systems you don't need to do that, hence the message is nothing at all to worry about.

Link to comment
Share on other sites

heh, my first cat was called isadora...anyway, don't know what's causing the initrd problem, but the post at the top of this page - no, you don't need to worry, both those messages are perfectly normal. Linux has the ability to load a custom DSDT table if you put it into the initrd - this is for laptops whose installed DSDT is excessively broken, you can fix problems with them by building a custom DSDT into the initrd. For 99% of systems you don't need to do that, hence the message is nothing at all to worry about.

http://acpi.sourceforge.net/dsdt/index.php

Link to comment
Share on other sites

Dont worry whatsoever about this message, it's totally harmless and nothing to worry about.

 

The first message is the kernel trying to unmount the initrd. And initrd, or initial ram disk is a file which contains a basic file system. Mandrake uses these to load drivers into the kernel at boot time. The custom DSDT also uses an initrd.

The second message is the kernel checking the initrd for a custom DSDT, which isnt contained in Mandrakes initrds. This is perfectly fine and nothing to worry about.

As for unmounting the initrd, its not really a worry. Unless you have a system with low memory, you'll be fine, all it will do is use a few meg of memory. It probably cant unmount the initrd because a file on it is still open, there isnt anything you can do about this really. Again, it's not a concern.

 

iphitus

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...