LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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-18-2015, 08:23 PM   #16
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled

I don't use raid either. It's just a regular IDE spinning hard drive. Nothing special.
 
Old 09-18-2015, 08:25 PM   #17
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
It's not a RAID. its just a 'regular' off the shelf spinning hard drive. I've not flipped any switched or anything. It's the only HD and should be the master.
 
Old 09-18-2015, 08:26 PM   #18
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
It is not a raid AFAIK. It's just a standard spinning IDE harddrive.
 
Old 09-18-2015, 08:32 PM   #19
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by marcusrex View Post
I don't use raid either. It's just a regular IDE spinning hard drive. Nothing special.
Ok, let's try this...

First, while chrooted as above, is there an /etc/raidtab file? If so, post it's contents here...

Then the big question - how did this drive get configured for raid - clearly it is! Was it possibly pulled from a different machine? Can you supply a little history?

Ignoring all of that, to install lilo and boot, lets do this (still while chrooted):

Code:
Edit /etc/lilo.conf...

#boot = /dev/root
boot = /dev/sda

image = /boot/vmlinuz
#root = /dev/root
root = /dev/sda2
label = Linux
read-only

Then...

lilo -t

If no errors...

lilo (then see if it will boot)
This completely skirts the question of why it was raid, and what other possible complications there may be as a result of that, but this should make it boot non-raid.

Last edited by astrogeek; 09-18-2015 at 08:37 PM.
 
Old 09-18-2015, 08:35 PM   #20
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
This is the harddrive installed in the machine:

Seagate Barracuda 7200.10 ST3160215A 160GB 7200 RPM 2MB Cache IDE Ultra ATA100 / ATA-6 3.5" Hard Drive (Perpendicular Recording) Bare Drive
 
Old 09-18-2015, 08:47 PM   #21
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
It's not very happy with me right now because of all of the hard restarts and powerdowns, but it booted from the hard drive.

---------- Post added 09-18-15 at 07:47 PM ----------

...because I forgot to unmount /dev/sda2 prior to restarts...
 
Old 09-18-2015, 08:52 PM   #22
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
OK it finished checking itself and rebooted.Awesome. I have my system again. Thank you so much!
 
Old 09-18-2015, 09:50 PM   #23
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Quote:
Originally Posted by marcusrex View Post
OK it finished checking itself and rebooted.Awesome. I have my system again. Thank you so much!
Great!

I am still curious how it ever got configured and was, presumably, booting as raid...?

But if it doesn't matter to you then it doesn't matter to me!

Be alert for any unexpected behaviors, but as the fstab was already set for the existing partitions you shouldn't see anything, at least once booted!

Glad to help!
 
Old 09-18-2015, 10:04 PM   #24
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
I really have no idea. I am curious too but simply don't have enough experience to figure out how something like that would happen. I had no boot issues for years and then all of a sudden it thinks it's a RAID system...weird. Anyhow, I noticed that a lot of people have switched to GRUB(2) and I think I even saw you participating in an animated discussion about it. Should I consider GRUB(2)?
 
Old 09-18-2015, 11:08 PM   #25
astrogeek
Moderator
 
Registered: Oct 2008
Distribution: Slackware [64]-X.{0|1|2|37|-current} ::12<=X<=15, FreeBSD_12{.0|.1}
Posts: 6,263
Blog Entries: 24

Rep: Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194Reputation: 4194
Did you do the original install, or someone else? Or I wonder if there is another lilo.conf in a different place or with a different name. But doesn't really matter now!

A few things to make yourself a note of, for future reference (while fresh in mind):

1. You can always boot into the install disc to troubleshoot your Slackware install - no real need for another boot disc.
2. Once booted to the installer, you can mount and chroot into your actual system to do things like configs - and reinstall lilo, or to recover data from a failing drive.
3. It would be easy to start by just reinstalling lilo, but a systematic check of drives and boot configs is always best - now you know why it didn't work and also know your drive is OK. Best confidence route!

As for grub - I am not a grub fan or user. As long as you are on a Slackware install with a machine that supports it, Lilo is MUCH easier to manage and troubleshoot, in my opinion! Just stick with what works!

I have a few additional comments I may try to add later but out of time for now!

Glad it works and good luck!
 
Old 09-20-2015, 03:49 PM   #26
marcusrex
Member
 
Registered: Mar 2012
Posts: 36

Original Poster
Rep: Reputation: Disabled
Noted. Thank you for all of your help!
 
  


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
System boot hangs at system message bus Mralexb Linux - Desktop 3 10-02-2008 11:51 AM
System hangs at first boot Kami.JZ Linux - Newbie 8 11-01-2004 02:23 PM
System won't boot, prints GRUB then hangs BobM Red Hat 6 09-20-2004 04:57 AM
FC1 boot hangs on dual boot system billlee Fedora 10 05-10-2004 05:34 PM

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

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