LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 01-13-2003, 08:44 PM   #1
DC12k
LQ Newbie
 
Registered: Apr 2002
Posts: 27

Rep: Reputation: 15
Unhappy Slackware installation problem


I am trying to install slackware. After finishing all of the config things, I would install the OS and that would complete successfully. At the end I would reboot the system and when I do, I get a boot error and the system halts. I have checked and I am booting off of the right drive (only one to boot off of) and I did select my main partition as bootable. Have I missed something? I have no idea what I have done wrong but obviously something is.

The system that I am installing to is a:
Pentium 2 266mhz
64mb ram
8.4 GB hd

Any help is greatly appreciated.
Thanks
 
Old 01-13-2003, 08:56 PM   #2
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Could I ask what the error message was?
 
Old 01-13-2003, 09:02 PM   #3
DC12k
LQ Newbie
 
Registered: Apr 2002
Posts: 27

Original Poster
Rep: Reputation: 15
Boot error

It would say searching for boot record on Ide-0: OK

then

Boot error

If I use the boot disks again to get to the setup and everything, I notice that I can browse the directories. I recently had FreeBSD installed on that system and it would run fine.
 
Old 01-13-2003, 09:13 PM   #4
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
If you selected to install lilo to the partition /dev/hda1, then most likely the master boot record is messed up. Try installing lilo to the mbr on /dev/hda instead.

You will need to boot the install cd. And mount your install partiton:

mount /dev/hda1 /mnt

edit /mnt/etc/lilo.conf and change boot=/dev/hda1 to boot=/dev/hda using the editor(s) available. I just use vi normally.

then run

lilo -r /mnt

to write the lilo boot record to the mbr of the hard disk. Unmount the drive.

umount /dev/hda1

reboot. See if that helps you out any.
 
Old 01-13-2003, 09:27 PM   #5
DC12k
LQ Newbie
 
Registered: Apr 2002
Posts: 27

Original Poster
Rep: Reputation: 15
Hmmm, /mnt/etc/lilo.conf doesnt exist... I followed the setup and the OS said it installed but lilo isnt there... Do you have to install it manually?
 
Old 01-13-2003, 09:51 PM   #6
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Was your installation drive for the root file system, hda1? or other?

Was the root install directory mounted under the /mnt point prior to looking in /mnt/etc?

Lilo does not have to be installed manually, but there it a menu for creating, configuring and installing lilo in the install. I usually choose to create from new and then expert mode. It will then ask you about adding partitions and I add a linux partion. Then it has to be saved and written. At least the best that I can remember. But there are several menus to process just on lilo.

If you want, you can run the setup script again. Select the destination partition and then use the menu option toward the bottom. I think it is either configure your system or they may even be one just for installing lilo. You might want to see what the command liloconfig will produce. I think it may present a menu for lilo.
 
Old 01-13-2003, 10:02 PM   #7
DC12k
LQ Newbie
 
Registered: Apr 2002
Posts: 27

Original Poster
Rep: Reputation: 15
I installed the files on to hda1 I believe.
I do not think that the root install directory was mounted. How would I do that?

Sorry for all the newbie questions
 
Old 01-13-2003, 10:27 PM   #8
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
The command I provided above,

mount /dev/hda1 /mnt
 
Old 01-13-2003, 10:42 PM   #9
DC12k
LQ Newbie
 
Registered: Apr 2002
Posts: 27

Original Poster
Rep: Reputation: 15
OK sorry. It was mounted prior to looking in the etc directory.

I dont remember seeing any menus on lilo. I basically booted off the floppies, created my partitions in cfdisk, wrote to those partitions, and then set the bootable flag on for the / partition. I went into the setup then, and formated the partitions, setting each one to its corresponding directory. I was then told to select a source media for installation and then after selecting CDROM and the packages that I wanted, it installed. After a while of installing, the program said it was finished and had me set up basic networking things and then it hat me change my root password. Upon selecting OK to change it, I get an error that it can not find a file, and then it asks me to change it again.



I noticed that the CDROM will not boot up and that I have to use boot disks. Should I be able to boot off the CDROM? I downloaded the 650 meg Slackware 8.1 ISO.

Again, thanks for your help.
 
Old 01-13-2003, 11:01 PM   #10
Excalibur
Senior Member
 
Registered: Jun 2002
Location: Northern VA, USA
Distribution: Ubuntu
Posts: 1,180

Rep: Reputation: 46
Yes, the CD should be bootable. However, many have had problems with not booting. I recommend using Smart Boot Manager on a floppy disk. It ahs worked for many. It is available for DOS or Linux.

http://btmgr.sourceforge.net

If you didn't see any menus pertaining to lilo, then you could try running them again from the setup program. Did you try the liloconfig command? It doesn't do anything on my installed system but it is a large script file that I think is what the setup script runs.

Now the Slack 8.1 iso image is 673,248 KBytes. Many have had problems here as well. It will not fit on a 650 MByte CDR. It requires 700 MByte CDR unless you reauthor stripping out about 30 MBytes or more of something. If attempted and the burn even completes, the result will be a corrupted CDR with missing files, etc.

You can validate the slackware directory by using the md5sum command. Mount your install CD,

mount /dev/hdd /cdrom

Note: use the correct device for your CDROM drive. Then,

cd /cdrom/slackware
md5sum --check CHECKSUMS.md5

It will process the file and verify each of the packages. It will report any problems and display a summary when finished. If you switch to another console, you can check for errors, etc using the dmesg command.

Good luck, I need to retire for the day because I need to go to work early tomorrow. But I will check back here in the morning.
 
Old 11-30-2006, 01:44 PM   #11
SyIwam
LQ Newbie
 
Registered: Nov 2006
Posts: 7

Rep: Reputation: 0
Unhappy Slackware 11 with scsi cdrom

Hi! I have a pentium 166 with Adaptec Scsi card. My first hard disk drive is on the id 1 and my scsi cdrom is on id 3. I have make a boot disk with the kernel adaptec.s for install Slackware 11 because my computer wan't boot from the cdrom.

When I boot with the floppy disk, he load the kernel adaptec.s and after booting I have the prompt boot:

I'm a new user of Linux.

How can I tell to load the cdrom to start the install of Slackware ? I's a new installation

Should I mount my cdrom ?

Thank you !

SyIwam
 
  


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



Similar Threads
Thread Thread Starter Forum Replies Last Post
Installation problem with Slackware 10 Repeater Slackware 1 08-01-2004 08:35 AM
Slackware 9.1 installation problem FinalSolution Linux - Hardware 1 04-29-2004 06:25 PM
slackware installation problem 286 Linux - Newbie 2 11-24-2003 03:04 PM
slackware 9.1 installation problem apax Slackware 4 11-03-2003 10:43 AM
Slackware 9.0 installation problem zag_zag Slackware 5 08-09-2003 08:04 PM

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

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