LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 03-03-2005, 02:07 PM   #1
PeterOnTheNet
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Slackware, Mandrake, ClarkConnect
Posts: 28

Rep: Reputation: 15
installation problem kernel panic


Hi,
I am just installing slackware, and I am stuck.
After exiting setup and setting up a root password
I have done
# shutdown now -r

and it show up on the screen

Usage: init


BusyBox v0.60.5 (2003.02.16-05:06+0000) multi-call binary

what to do now? How I can restart my box?

Last edited by PeterOnTheNet; 03-03-2005 at 02:35 PM.
 
Old 03-03-2005, 02:19 PM   #2
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Ctrl+Alt+Delete is the correct method at the end of setup.
The command you should have entered is
shutdown -r now

also

reboot

works as well.
 
Old 03-03-2005, 02:28 PM   #3
PeterOnTheNet
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Slackware, Mandrake, ClarkConnect
Posts: 28

Original Poster
Rep: Reputation: 15
Thanks

ctr +alt + del worked

But now system restarted and shows:

VFS: Insert root floppy and press ENTER
I had no root floppy ( I have no floppy drive) so presed ESC and it shows:

VFS: Cannot open root device "202" or 02:02
Please append a correct "root=" boot option
Kernel panic: VFS: Unable to mount root fs on 02:02

and LEDs on keyboard are blinking

whooh what now? Please
 
Old 03-03-2005, 02:37 PM   #4
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Did you change the bootloader to be loaded on the MBR?
It doesn't default to MBR.

Unles you know how to boot from the CD, mount the root partition as /mnt/sysimage and edit the bootloader (which I don't), then, if the bootloader config is messed up, reboot with installation CD1 and rerun the "configure your system" option and choose "simple" level of lilo config and make sure it's on the MBR.
 
Old 03-03-2005, 02:46 PM   #5
PeterOnTheNet
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Slackware, Mandrake, ClarkConnect
Posts: 28

Original Poster
Rep: Reputation: 15
I did put bootloader to MBR, I think I have to reinstall but I am not sure if that will be slackware again. I spend 2 hours with the book in hand and online help to install it and in year 2005 operating sytem doesnt want to work on standard machine. I installed all kinds of Linux in last 8 weeks and stuck only with slackware.

Anyway I will reinstall it and try again.
 
Old 03-03-2005, 03:09 PM   #6
keefaz
LQ Guru
 
Registered: Mar 2004
Distribution: Slackware
Posts: 6,552

Rep: Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872Reputation: 872
Is your drive an IDE one ? Also what filesystem did you use for / ?
 
Old 03-03-2005, 03:14 PM   #7
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Yes,
Slackware is totally unforgiving.

I've tried about 7 or 8 times and had 2 successful installs.
Nice when it's working though.
 
Old 03-03-2005, 03:20 PM   #8
PeterOnTheNet
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Slackware, Mandrake, ClarkConnect
Posts: 28

Original Poster
Rep: Reputation: 15
I have 2 IDE drives one is 18 GB hda and 8 GB hdb.
Partitions were
hda2 boot primary Linux /
hda3 primary Linux /home
hda1 primary Linux swap

hdb1 primary Linux /public

All RF riser formated or something like that

Now I am reinstalling and have made:

hda1 primary Linux / 10000,95 MB ext2
hda2 primary Linux Swap 1060,58 MB
hda3 primary Linux /home 8995,56 MB ext2
hdb1 primary Linux /public 8447,37 MB ext3

wil it work now? tell me before I will proceed, please
 
Old 03-03-2005, 03:35 PM   #9
mdarby
Member
 
Registered: Nov 2004
Location: Columbus, Ohio
Distribution: Slackware-Current / Debian
Posts: 795

Rep: Reputation: 30
That will work, just do a newbie (full) install. I've installed it on a ton of machines with no problem...
 
Old 03-03-2005, 03:36 PM   #10
salparadise
Senior Member
 
Registered: Nov 2002
Location: Birmingham UK
Distribution: Various
Posts: 1,736

Rep: Reputation: 146Reputation: 146
Personally I would set it as

hda1 swap (slightly larger than total RAM)
hda2 / (about 4 or 5 gig) ext3
hda3 /home (the rest) ext3

hdb1 as whatever you want

I don't know about mixing reiser and ext3 on the same system, i've always stuck to ext3 for everything.

(The problems I've had with slackware have been networking and screen resolution based. )
 
Old 03-03-2005, 03:54 PM   #11
cathectic
Member
 
Registered: Sep 2004
Location: UK, Europe
Distribution: Slackware64
Posts: 761

Rep: Reputation: 35
Quote:
hda1 swap (slightly larger than total RAM)
Swap does not need to be any bigger than 256mb. On modern systems with lots of RAM, even running X, swap is hardly used these days.

Quote:
I don't know about mixing reiser and ext3 on the same system
There is no problem mixing ReiserFS (Reiser version 3 comes with Slack. Since Reiser4 is not included in vanilla kernels, it is therefore not included in Slack) and ext3, or using just one of them.
 
Old 03-03-2005, 05:50 PM   #12
PeterOnTheNet
LQ Newbie
 
Registered: Feb 2005
Location: UK
Distribution: Slackware, Mandrake, ClarkConnect
Posts: 28

Original Poster
Rep: Reputation: 15
When it will ask what kernel I want to install, I should pick:
1. From CD installer
or
4. Skip and leave as it is ( can be kernel from A release) or something like that?
 
Old 03-03-2005, 09:22 PM   #13
dx0r515t
Member
 
Registered: Jan 2005
Location: USA
Distribution: Slackware 10.2 & 11.0
Posts: 155

Rep: Reputation: 30
Quote:
Originally posted by PeterOnTheNet
When it will ask what kernel I want to install, I should pick:
1. From CD installer
or
4. Skip and leave as it is ( can be kernel from A release) or something like that?
I always pick from cd and it works fine.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Redhat Ent 3 AS init.d won't shutdown db ilerdl Red Hat 4 06-23-2009 08:45 AM
how to determine cpu usage, memory usage, I/O usage by a particular user logged on li rags2k Programming 4 08-21-2004 04:45 AM
Init 0 does not shutdown the server on its own samble Linux - General 5 11-10-2003 01:38 PM
Service Shutdown and Init Setup g_goblin Solaris / OpenSolaris 1 10-29-2003 03:53 PM
control reboot, init 6 ,shutdown paulmccs Linux - General 3 02-27-2002 02:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:22 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration