Jump to content

Compiling and booting 2.6.0-test6


Recommended Posts

I got errors in the arlan wireless module and something else, forget what, but had to remove them and compile. Everything went smooth, but after editing lilo.conf and running lilo -v and rebooting, I get a 'kernel panic - no init found' after it failed to mount my filesystem (reiserfs). The error was (this is from memory and not verbatim, but very close):

 

Cannot mount reiserfs with those flags. Trying no flags.

Well, ok, trying read-only with no flags.

mount: Error 6 cannot mount local filesystem

 

Then it goes a few more lines until the kernel panic, which, of course is cannot find init since my filesystem is not mounted.

I did a 'man mount' and there is no 'Error 6' listed. I found out by Googling that Error 6 is "No such device or address". Here is my entry in /etc/lilo.conf:

image=/boot/vmlinuz-2.6.0

       label="linux-2.6.0-tes"

       root=/dev/hda1

       initrd=/boot/initrd-2.6.0.img

       append="devfs=mount hdc=ide-scsi hdd=ide-scsi"

       read-only

 

and /dev/hda1's entry in /etc/fstab:

 

/dev/hda1 / reiserfs notail 1 1

 

 

I wonder if it's the 5th and 6th fields that the new kernel doesn't like? Anyone else have any ideas?

Link to comment
Share on other sites

2.6 has new/diff pkgs for mods/initrd. I think one is called mod-init-tools but check our own cooker mirror here. It has them. Sucks really, I tried it and it didn't work worth a flip for my sys....tons of errrors. It's fun getting the old modutils and initrd stuff installed so you can boot back to the old kernel :P If you have the hd space, do 2.6 in a separate test install.

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...