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 05-12-2005, 04:45 PM   #1
Inevitable
LQ Newbie
 
Registered: May 2005
Location: Home Is NewEngland, In college @ GA Tech
Distribution: Debian, Slack
Posts: 6

Rep: Reputation: 0
Help With new install!


Hey, I'm fairly new to Slack, having only attempted to use it once before.

I am currently trying to install it on an old HP OmniBook 4150.

It installs fine, no errors reported. However I am running into issues on boot. It hangs during kernel boot while going through agpgart.

I know I need to compile a kernel and replace the default one installed by slack.
How do I do this when I can't boot my system?
 
Old 05-12-2005, 05:42 PM   #2
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
hi there,

your pc probably has no agp support and the agp module is loaded by default.
( maybe that causes the prob. )

you might want to edit the file "/etc/rc.d/rc.modules ".
comment out ( put a "#" before ) the line " /sbin/modprobe agpgart "

you can boot from cd, mount your partition and edit the file.

egag
 
Old 05-12-2005, 06:26 PM   #3
Inevitable
LQ Newbie
 
Registered: May 2005
Location: Home Is NewEngland, In college @ GA Tech
Distribution: Debian, Slack
Posts: 6

Original Poster
Rep: Reputation: 0
This is insane. I can boot fine from the cd, passing root=/dev/hda3. Yet I cannot seem to get at /etc/rc.d/rc.modules!
It keps telling me that fstab and mtab don't contain it! Also, what editors does Slack provide?

Could someone perhaps list out exactly what I should do. I realize this is a rather newbish thing to ask, but I'm at the end of my sanity here.

To recap:
Installed Slack 10.1 no errors

Boot hangs immediately:

linux agpgart interface v0.99 (c) jeff hartmann
agpgart: maximum main memory to use for agp memory : 94mb
agpgart: detected Intel 440bx chipset
[HANGS]

I need this comp for school.....so any help would be greatly appreciated!
 
Old 05-12-2005, 07:09 PM   #4
detpenguin
Senior Member
 
Registered: Oct 2003
Location: lost in the midwest...
Distribution: Slackware
Posts: 1,098

Rep: Reputation: 54
just a suggestion...boot from the install disk, and at the prompt, try typing:

bare.i root=/dev/hdX noinitrd ro agp=no
(with X being whatever partition it's loaded on...)
 
Old 05-12-2005, 07:32 PM   #5
Inevitable
LQ Newbie
 
Registered: May 2005
Location: Home Is NewEngland, In college @ GA Tech
Distribution: Debian, Slack
Posts: 6

Original Poster
Rep: Reputation: 0
Unfortunateyl it ran up to the same error

Linux agpgart interface v0.99 (c) Jeff Hartman
agpgart: Maximum main memory to use for agp memory: 96M
agpgart: Detected Intel 440BX chipset
[HANGS]

Can I pass agp=no to the install cd kernel? I would guess not based on this attempt.
 
Old 05-12-2005, 07:55 PM   #6
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
You may be able to. It doesn't hurt to try....

You might also try booting in runlevel 1. At the LILO prompt, type "Linux 1". If it boots in RL1, you can edit rc.modules and comment out the agpgart line.
 
Old 05-12-2005, 08:12 PM   #7
Inevitable
LQ Newbie
 
Registered: May 2005
Location: Home Is NewEngland, In college @ GA Tech
Distribution: Debian, Slack
Posts: 6

Original Poster
Rep: Reputation: 0
Hmmm....

No luck once again. runlevel one hangs in the same spot.....
agp=no hung as well

Linux agpgart interface v0.99 (c) Jeff Hartman
agpgart: Maximum main memory to use for agp memory: 96M
agpgart: Detected Intel 440BX chipset
[HANGS]
 
Old 05-12-2005, 08:26 PM   #8
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
Quote:
Originally posted by Inevitable
This is insane. I can boot fine from the cd, passing root=/dev/hda3. Yet I cannot seem to get at /etc/rc.d/rc.modules!
It keps telling me that fstab and mtab don't contain it! Also, what editors does Slack provide?
if you can boot from cd, try to use pico.

type from the command line " pico /etc/rc.d/rc.modules "
( pico is a simple to use editor )

egag
 
Old 05-12-2005, 08:28 PM   #9
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
Hmm... you were able to boot the install CD, right?

Boot the install CD, and mount your new installation in /mnt somewhere. Let's assume it's in /mnt/hd (since I don't know the /mnt structure on the install CD). Now go to /mnt/hd/etc/rc.d and chmod -X rc.modules.

That'll prevent it from running at all so you can boot your system. Once you're booted in your system, go in and comment out the agpgart modprobe line in it, and set the permissions back to 700.

gl.
 
Old 05-12-2005, 08:40 PM   #10
Inevitable
LQ Newbie
 
Registered: May 2005
Location: Home Is NewEngland, In college @ GA Tech
Distribution: Debian, Slack
Posts: 6

Original Poster
Rep: Reputation: 0
OK got into slack (finally). Opened up rc.modules. comented out AGP and it now works!!

Thanks a ton to killerbob and all others who helped out a hopeless newb

Last edited by Inevitable; 05-12-2005 at 09:09 PM.
 
  


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
fc3 install doesnt install grub properly onto sata drive sabo Linux - Newbie 4 02-03-2007 04:04 PM
make install does not install daemons (clamd snortd). Is this a feature of tarball? Emmanuel_uk Linux - Newbie 3 11-15-2005 01:29 AM
Error: Unable to boot /install/2.6/linux when starting Etch Install BuckRogers01 Debian 4 08-06-2005 06:40 PM
How do I re-install an operatingsystem? Corrupted install. Yast wont load. URGENT.thx CrewXp SUSE / openSUSE 5 05-09-2005 12:07 AM
knoppix liveCD install works great, HD install not so good stephanie_k Linux - Newbie 3 05-10-2004 09:41 AM

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

All times are GMT -5. The time now is 06:05 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