LinuxQuestions.org
Have you heard the LinuxQuestions.org Podcast?
Go Back   LinuxQuestions.org > Forums > Linux > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices

Tags used in this thread
Popular LQ Tags , , , , ,

Reply
 
Thread Tools
Old 05-25-2009, 02:24 PM   #16
kay27
LQ Newbie
 
Registered: May 2009
Location: Izhevsk
Posts: 10
Thanked: 0

Original Poster

[Log in to get rid of this advertisement]
Right on I've commented line 148 of /etc/rc.d/rc.S:
Code:
#    /sbin/fsck $FORCEFSCK -C -a /
It's now all right.

Thanx.
kay27 is offline     Reply With Quote
Old 05-25-2009, 03:12 PM   #17
H_TeXMeX_H
Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 6,744
Blog Entries: 2
Thanked: 216
That's great. Usually it shouldn't be this difficult to install, but this may be a special case, or a bug ...
H_TeXMeX_H is offline     Reply With Quote
Old 06-15-2009, 11:51 PM   #18
Erik_FL
Member
 
Registered: Sep 2005
Location: Delray Beach, FL
Distribution: Slackware
Posts: 365
Thanked: 38
I don't know if this is still a problem, but I use ICH10 RAID and installed Slackware in the RAID partition. I modified the "sd.c" file to omit the partition checking on the first two drives.

Change this line.

Code:
gd->minors = 16;
To this.

Code:
gd->minors = (index < 2) ? 1 : 16;
The number "2" can be changed and it specifies the number of "sd" device letters to skip. As is it skips "sda" and "sdb". By using a different expression besides "index < 2" it's possible to omit some arbitrary range of letters. This is a KLUGE but was the safest way that I knew to change the code. A driver or kernel parameter to specify devices to skip for partition checking would be helpful.
Erik_FL is offline     Reply With Quote

Reply

Bookmarks


Thread Tools

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
ICH9 RAID monitor ?? oddo Linux - Software 2 10-26-2008 05:21 PM
looking for tips, suggestions& ideas on RAID with RHEL musicbrio Linux - Hardware 1 09-13-2007 03:33 PM
Installation of Redhat AS2 prevents me from doing anything gregorian Linux - Newbie 4 05-17-2006 02:36 AM
x-server prevents ubuntu installation kooling Linux - Laptop and Netbook 0 12-01-2005 05:33 AM
Old installation of GRUB prevents me from using LILO and booting into Slackware! EThitop Slackware 6 12-12-2004 01:07 PM


All times are GMT -5. The time now is 04:17 PM.

Main Menu
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
RSS2  LQ Podcast
RSS2  LQ Radio
Twitter: @linuxquestions
identi.ca: @linuxquestions
Facebook: @linuxquestions
Open Source Consulting | Domain Registration