LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   kernel panic on first boot slackware ipw2200 (https://www.linuxquestions.org/questions/linux-newbie-8/kernel-panic-on-first-boot-slackware-ipw2200-626594/)

marcoschiapas 03-08-2008 09:02 AM

kernel panic on first boot slackware ipw2200
 
hi all
i install slackware 12 on acer aspire 1690 but not lilo
on triple boot xp/ubuntu 7.10/slackware 12
i configure grub/menu.lst to boot slackware with huge kernel
huge kernel gives kernel panic ipw2200 error -5
after long search on google no answer to my problem
any ideas?

SkittleLinux18 03-10-2008 02:46 AM

Quote:

Originally Posted by marcoschiapas (Post 3082051)
hi all
i install slackware 12 on acer aspire 1690 but not lilo
on triple boot xp/ubuntu 7.10/slackware 12
i configure grub/menu.lst to boot slackware with huge kernel
huge kernel gives kernel panic ipw2200 error -5
after long search on google no answer to my problem
any ideas?

First off, I am beyond jealous that you got a kernel panic!! I love getting this things! The mass array of computer code and jargon looks so pretty on the screen. I have only has two and both were amazing to watch. Anyway!

Open a terminal and enter

Quote:

sudo fdisk -l
post output here. Are you using Ubuntu's GRUB and menu.lst? If so, post its contents here. Additionally, post the contents of slackware menu.lst.

brianL 03-10-2008 06:43 AM

You should have installed lilo to the root of Slackware when you were given the choice during installation.

Quote:

Additionally, post the contents of slackware menu.lst.
Lilo's equivalent of menu.list is /etc/lilo.conf, but if lilo isn't installed it won't exist. There is a way of installing lilo after you've installed Slackware, but I'm not sure about it. Use the Search option on these forums.

SkittleLinux18 03-10-2008 12:03 PM

Quote:

Originally Posted by brianL (Post 3083787)
You should have installed lilo to the root of Slackware when you were given the choice during installation.



Lilo's equivalent of menu.list is /etc/lilo.conf, but if lilo isn't installed it won't exist. There is a way of installing lilo after you've installed Slackware, but I'm not sure about it. Use the Search option on these forums.

Wait, I'm confused. Is he trying to configure lilo or grub? He mentions both in his post. And menu.lst will exist even if he didn't install it. The default will install. I have mounted it several times from distros that I did not install grub. Maybe you know this and I misread your post?

brianL 03-10-2008 12:30 PM

His post is a bit confusing. I think he installed Slackware without lilo - no bootloader. So his Ubuntu grub won't be able to boot Slackware. All he needs to do is install lilo to the superblock of his Slackware partition (not sure how to do that), then edit his Ubuntu grub menu.list. Something like:

Code:

title  Slackware
root  (hd0,?)
chainloader  +1

? = number of the partition.


All times are GMT -5. The time now is 10:07 PM.