LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-03-2004, 02:41 PM   #1
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Rep: Reputation: 15
Helppppppppppp


i have slackware 9.1

i installed win XP which overwrote my MBR....

so lilo bootloader suddenly disappeared...

now wot do i need to do 2 get it back....

i dint not make a bootdisk during installation

also my CD-ROM n BURNER doesnt get detected as SCSI

wot is da necessary procedure

i wanna get rid of some services which load on startup....where 2 edit da same??

also if i wanna run certain programs on startup wot do i need 2 do?

Thnx in advance
 
Old 01-03-2004, 03:31 PM   #2
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Ok...

1)
First things first, pop your slackware9.1 CD back into your CD-ROM and re-boot your PC. From here there should be instructions on how to boot back into your Linux partition. Then as root, type /sbin/lilo, you should see something along the lines of this (depending on setup)

root@localhost:~# /sbin/lilo
Added Linux *
Added Windows

Once thats done, try and re-boot your PC without the Slack CD.

2)
What services are you specifically talking about, if its something along the lines of ftp, samba, telnet etc...

edit your /etc/inetd.conf and # out what you don't want running on boot. Once that is done, save the file and run

killall -HUP inetd

3)
If you want to execute commands that will initiate programs on boot, you can try and add this in /etc/rc.d/rc.local

4)
Quote:
Taken from WhiteHat post:

I think you may be able to solve this by putting a line into lilo.

Below I have written a sample for you to look at. The line you should put in is the one that says append. Replace ' hdc ' with whatever your cd-rw is.

Let me know if this works.

image=/boot/vmlinuz-2.4.19-ac4
label="Linux
read-only
append="hdc=ide-scsi"
Good Luck
Kristijan

Last edited by Kristijan; 01-03-2004 at 03:36 PM.
 
Old 01-05-2004, 02:50 AM   #3
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
thank u very much....it did work
 
Old 01-05-2004, 02:50 AM   #4
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
thank u very much....it did work
 
Old 01-05-2004, 11:22 AM   #5
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
well dat service editing stuff i dint get...
theres SQL n appletalk tht loads @ startup which i dont want 2....n tht entry wasnt there in tht inetd.conf

where can i find it

thnx in advance
 
Old 01-05-2004, 11:22 AM   #6
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
well dat service editing stuff i dint get...
theres SQL n appletalk tht loads @ startup which i dont want 2....n tht entry wasnt there in tht inetd.conf

where can i find it

Also i have CD-ROM as hdc n CD-RW as hdd
so i gotta add two lines of append???
as in

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

????
thnx in advance

Last edited by Shantesh; 01-05-2004 at 11:26 AM.
 
Old 01-05-2004, 06:42 PM   #7
Kristijan
Member
 
Registered: Sep 2003
Location: Melbourne, Australia
Distribution: NetBSD 3.0.1, Slackware 10.1
Posts: 394

Rep: Reputation: 30
Yes. I think those apend entries in your lilo.conf should work.

As for SQL and AppleTalk, I can't say, I have never used them so I can't really give you something solid to go on.
 
Old 01-06-2004, 10:21 AM   #8
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
no its not abt using them.....it loads @ startup...i wanna get rif of it

in those init runlevels ....where can i get its conf file

also when i had mandrake on my system....my CD-ROM n Burner was accessible....

inspite of those entries...i dont find any change

any suggestions?

Last edited by Shantesh; 01-06-2004 at 10:24 AM.
 
Old 01-08-2004, 12:42 AM   #9
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
helooo anyone
 
Old 01-08-2004, 02:16 AM   #10
itsme86
Senior Member
 
Registered: Jan 2004
Location: Oregon, USA
Distribution: Slackware
Posts: 1,246

Rep: Reputation: 59
The things you're talking about are probably compiled into your kernel. Try configuring your kernel and recompiling without support for things like Appletalk.
 
Old 01-08-2004, 02:40 AM   #11
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
try chmod 644 /etc/rc.d/rc.atalk /etc/rc.d/rc.mysqld
 
Old 01-08-2004, 11:51 AM   #12
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
this is my fstab

i cudnt get my CD-ROM n RW working

/dev/hda6 / ext3 defaults 1 1
/dev/hda1 /mnt/win_c vfat defaults,umask=000 0 0
/dev/hda5 /mnt/win_d vfat defaults,umask=000 0 0
/dev/cdrom /mnt/cdrom iso9660 noauto,owner,ro 0 0
/dev/fd0 /mnt/floppy auto noauto,owner 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
proc /proc proc defaults 0 0


sumone help
 
Old 01-10-2004, 06:58 AM   #13
Shantesh
Member
 
Registered: Aug 2003
Location: Mumbai , INDIA
Distribution: Ubuntu 5.10 | Windows XP Professional
Posts: 82

Original Poster
Rep: Reputation: 15
anyone?
 
Old 01-10-2004, 11:34 AM   #14
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
This is not an attempt to solve your problem but just a reminder in the future, please use better and more helpful thread titles that actually describe your question in the threads you create. Regards.
 
Old 01-10-2004, 12:16 PM   #15
chrisk5527
Member
 
Registered: Oct 2002
Location: Michigan
Distribution: Slackware Linux 10.0
Posts: 289

Rep: Reputation: 30
I'll have to agree with trickykid on this one. I'd be able to solve this problem, but I'm not gonna take the time to read your lingo. Maybe you should be more patient and actually take the time to use proper grammer and spelling. Good Luck.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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



LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:17 AM.

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