LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
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 09-26-2001, 08:48 PM   #1
Soulstice
LQ Newbie
 
Registered: Jul 2001
Location: Toronto, Canada
Distribution: Slackware 8.1 & FreeBSD v4.6.2
Posts: 23

Rep: Reputation: 15
Thumbs down PLEASE HELP ME! CAN't INSTALL SLACKWARE v8.0 on A7V mainboard!!


For those that aren't aware, the A7V uses the Promise UDMA100 controller, aside from the standard onboard UDMA66 controller. I have my CD ROM drives installed on the UDMA66 controller (Primary Master and Secondary master respectively).

On the UDMA100 Promise controller, I have a removable drive bay installed. I boot multiple operating systems, and therefore keep a separate OS on each drive. In this way, I simply insert the drive I wish to use before starting the computer.


I decided that I wanted to install Slackware Linux v8.0. After inserting a new Quantum Fireball 30GB AS HD, and booting the Slackware 8.0 installation CD, I choose the ata100.i kernel (the one that supports UDMA66 and UDMA100 controllers like the Promise!)

After booting to the prompt, I continued by FDISKing my drive, setting up the partitions, and formatting each using mkfs (mke2fs extension for the ext2 filesystems, and mkswap for the swap partition). For the record, the Quantum attached to the Promise is labelled as hde, so each partition was as follows:
250 meg MSDOS ----> hde1
1.5 GB root / ----> hde2
512 MB SWAP ----> hde3
Extended -----> hde4
10GB /usr -------> hde5
3 GB /opt ------> hde6
5GB /home -----> hde7
500MB /var -----> hde8

I continued by typing 'setup' to start the Slackware 8 installation. Everything went smoothly (performed expert install, etc.) until I got to the setting up LILO portion. LILO DOES NOT INSTALL PROPERLY!! After it says "LILO has encountered errors and did not install", I am able to exit back out! I decided to make a boot disk as well, with LILO on it.


Here's the scenario:

If I don't use the boot disk, I receive:
LI
ONLY THE FIRST TWO BLOODY LETTERS! Someone please tell me why it's not allowing LILO to install properly???

If I use the boot disk, I'm able to boot, but then I receive a KERNEL PANIC somewhere into the initialization phase!

PLEASE, someone help me, because I have installed LINUX before on standard systems (using the onboard IDE controllers), but I have never tried to install it on a system that uses a configuration similar to the ASUS A7V!!


Thanks,

Soul
 
Old 09-27-2001, 05:33 PM   #2
Soulstice
LQ Newbie
 
Registered: Jul 2001
Location: Toronto, Canada
Distribution: Slackware 8.1 & FreeBSD v4.6.2
Posts: 23

Original Poster
Rep: Reputation: 15
Unhappy Nobody can help me?

..??
 
Old 05-26-2002, 03:37 PM   #3
spanky
LQ Newbie
 
Registered: Apr 2002
Distribution: Slackware 8.0, Caldera OpenLinux 2.4, RH 6.1
Posts: 5

Rep: Reputation: 0
Soul,

I know it's possible, I have 8.0 loaded on my A7V. I really didn't know what I was doing with this Distro so I had to load it quite a few times before I got it working. I still need to get my cdrom squared away. I did the expert install with Lilo and it worked just fine. At first I was also trying to use Partition Magic's Boot Magic and that was causing some conflicts to where I had to completely "wipe" my drive and start over. I believe I have Lilo saved to the MBR. I'm dual booting with Win98 currently. By your description, your setup sounds a little more involved than mine. If you need me to try and pull some specific info off my machine, I'll give it a try. It would have to be later tonight before I could get back to you (Pacific Time).

Here's my machine specs:

AMD 900 Mhz T-bird
Asus A7V Mainboard (ATA100 Promise disabled)
BIOS Ver 1011
384 MB PC133 Crucia (256) & Kingston (128) CAS 3
IBM Deskstar 13 Gig 66 ATA
Acer 50x CDROM
Diamond MX400 Soundcard
STB Velocity 4400 16 MB Graphics
Logitech Internet Keyboard
Logitech TrackMan Marble Wheel (USB, adapted to PS/2)
SuperMicro Tower
Enermax 430W PS

Win98
Slackware 8.0 (kernel bare245.i)
 
Old 05-26-2002, 04:39 PM   #4
Sfin
Member
 
Registered: Apr 2002
Location: Michigan
Distribution: Slackware 8.0
Posts: 197

Rep: Reputation: 30
Well I had the same problem when I wanted to set up LILO on my Slack box. What I did was tell Slack to install LILO to my MBR automatically, and it didn't work. I then told it to install on my HD, but still didn't work.

I always got a error taht LILO couldn't be installed when I used the simple install of lilo. So what I did was following:

I chose the expert install for LILO, and it wasn't very hard to set it up. Once I did that I didn't get the error that LILO couldn't be installed properly.

To do the LILO in expert mode:

1) Start with a new LILO Header
2) Add a linux partition, the one where you installed Slack on.
3) Install.

Hope this works for you.

Last edited by Sfin; 05-26-2002 at 04:41 PM.
 
Old 05-27-2002, 03:41 PM   #5
NSKL
Senior Member
 
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207

Rep: Reputation: 47
I had a similar problem with salck and ReiserFS. If you choose a special kernel at boot time, the system boots fine so its nothing to do with Linux, its the kernel that gets installed 2.2.19 or 2.4.5 by default. They have no support for ata100, just the kernel you used to boot your installation had that support and so the system panics. Try booting into installation using that ata100.i kernel, then once the installation is finished dont reboot but cd into slakware/kernels directory on the slack CD and copy ata100.i kernel to / of your installation, then manually edit /etc/lilo.cong adding that kernel to lilo, then run /sbin/lilo and i hope that would solve it. Basically i think the default kernel you are booting with has no ata100 support you need so you have to get the ata100 kernel and boot with it, also try putting into a standalone floppy and booting with it since you actually might have two problems.
One that the LILO stops at LI and doesn't boot which i dont remember what is the solution, i had the same problem some time ago..
and Two that kernel panics because it's missing ata100 support, my suggestion of using a ata100 kernel instead of the default one should solve the second problem and you should be able to boot into linux from where you can tweak LILO then...
Hope that helps

-NSKL
 
Old 05-27-2002, 04:02 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Lilo on the Hard drive, when you select MBR, probably doesn't have support added in for booting past 1052, adding lba32 into the top of lilo.conf somewhere and re-running lilo may fix it.

On the Floppy Slackware might have installed a boot kernel along the lines of bare.i, not ata100.i, so that's probably why its flipping out in init as the kernel didn't find /dev/hde2 while booting.

Or, possibly there's just some confusion in the lilo.conf file for the floppy. You may want to check the floppy (I've never had to create one of these, so I'm playing this a little blind) and see if it has /dev/hde2 as the boot device, also that its pointed at a kernel that you actually have somewhere on /dev/hde, also check to see with fsck if /dev/hde2 is toggled bootable, also make certain it also has the lba32 option.

Okay, that's everything I can think of for now.

Luck,

Finegan
 
  


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
Can't install SuSE 8.2 on Via EPIA mainboard Oliver Low Linux - Hardware 1 03-16-2004 06:57 AM
Promise UltraATA100 on Asus A7V fenriswolf Linux - General 4 10-18-2001 09:36 PM
PLEASE HELP ME! CAN't INSTALL SLACKWARE v8.0 on A7V mainboard!! Soulstice Linux - Software 4 09-30-2001 07:47 AM
Asus A7V ultra100 Marci Sarwan Linux - General 7 05-07-2001 01:11 PM
RH7 Asus A7V Promise ATA100 - Install & Boot Vectinn Linux - Software 0 04-15-2001 09:10 PM

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

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