LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 01-11-2003, 12:24 PM   #1
heyho
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Rep: Reputation: 0
Suse 8.1 wont reboot w/o the CD! (?!?)


Hi there,

I've now installed SuSe 8.1 twice, and each time i have the same problem: right after the install, i enter suse fine... everything is working. i can log out, and log in again.

BUT, then i shut the machine down. then started it back up. Here's what i get:

Not found any [active partition] in HDD
DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER

a message like i get when i've just formatted the hard drive. i know suse is on there cuz i was just in it... but for some reason the computer isn't recognizing the partition or something??

I can get into linux by using the cd, but i'd rather not have to boot from the cd. i found my grub.conf file, here it is:

root (hd0, 1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0) /boot/grub/stage2 0x8000 (hd0,1)/boot/grub/menu.1st
quit

and i've tried installing/writing it using the YasT2 utility, which was pretty easy, and tried all the installation options: install into master boot record of /dev/hda; boot sector of boot partition; boot sector of root partition... nothing worked.

any ideas? thanks in advance!


 
Old 01-11-2003, 12:45 PM   #2
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Quote:
Not found any [active partition] in HDD DISK BOOT FAILURE, INSERT SYSTEM DISK AND PRESS ENTER
What gives you this error? Your bios? Grub? Seems to me that your bios may not be searching your HD for bootable media...
 
Old 01-11-2003, 12:57 PM   #3
heyho
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Original Poster
Rep: Reputation: 0
yeah... this comes right after the POST screen... its not booting anything. its like it cant see a system on there.
 
Old 01-11-2003, 01:36 PM   #4
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Make sure that your hard drive is in your boot order...usually 1. floppy 2.CDrom 3. Hard drive is a good choice, but make sure it's there
 
Old 01-11-2003, 01:49 PM   #5
ovi.ro
LQ Newbie
 
Registered: Jan 2003
Location: Venice/Italy
Distribution: the fucking suse man
Posts: 8

Rep: Reputation: 0
Thumbs up

do you run also windows?if so try to see wich partition is active
and change it to the root partition.
 
Old 01-11-2003, 04:47 PM   #6
heyho
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Original Poster
Rep: Reputation: 0
ok..... figured it out. it had to do with the MBR and linux's boot partition (boot order was fine, and i'm not dual booting).

BUT, i do have another question:
is there a way to modify the time it gives you to make your selection at boot time? I have 3 choices: boot to floppy, Linux, or Linux Safe Mode (default is Linux), and i have about 30 seconds to choose one. I'd like it to time out quicker. is there a way to change this?
 
Old 01-11-2003, 04:55 PM   #7
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Yup, edit grub.conf (usually /boot/grub/grub.conf) and change the timeout= line to whatever you want in seconds.
 
Old 01-11-2003, 05:47 PM   #8
heyho
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Original Poster
Rep: Reputation: 0


but i dont have any timeout line in the grub.conf

is there a way around this?


Here it is:

root (hd0, 1)
install --stage2=/boot/grub/stage2 /boot/grub/stage1 d (hd0, 1) /boot/grub/stage2 0x8000 (hd0,1)/boot/grub/menu.1st
quit

Last edited by heyho; 01-11-2003 at 05:49 PM.
 
Old 01-11-2003, 06:08 PM   #9
bulliver
Senior Member
 
Registered: Nov 2002
Location: Edmonton AB, Canada
Distribution: Gentoo x86_64; Gentoo PPC; FreeBSD; OS X 10.9.4
Posts: 3,760
Blog Entries: 4

Rep: Reputation: 78
Hmm, good question. That doesn't look anything like my grub.conf Are you sure it's grub that gives you that menu, and not some SuSe app?

grub.conf should look like this:
Code:
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Red Hat Linux (2.4.18-14bigmem)
        root (hd0,0)
        kernel /vmlinuz-2.4.18-14bigmem ro root=LABEL=/ hdd=ide-scsi
        initrd /initrd-2.4.18-14bigmem.img
title linuxbot (2.4.20)
        root (hd0,0)
        kernel /linuxbot ro root=/dev/hda6
And the "title" is what you see in the menu when you boot up...
 
Old 01-11-2003, 08:04 PM   #10
heyho
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Original Poster
Rep: Reputation: 0
wow, that is pretty different.

that's the only grub.conf there is, and i get to it by doing a search for it. it finds grub.conf in the /etc directory, then i open it up in a text editor (KWrite) and thats what i get.


any ideas?

Last edited by heyho; 01-11-2003 at 08:07 PM.
 
Old 01-11-2003, 08:21 PM   #11
heyho
LQ Newbie
 
Registered: Jan 2003
Posts: 6

Original Poster
Rep: Reputation: 0
HEY, i did it!!!

the timeout thing wasn't in grub.conf... in fact, i dont know what file it's in. But i changed a file in the Yast manager under advanced/expert configuration... a file that looked a lot different than grub.conf, and that had the timeout line. so i just changed that and saved it.


thanks everyone for your help! MUCH appreciated!

 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Wont reboot or shut down scandog Red Hat 3 12-05-2005 01:30 AM
Help: Resizing partitions, wont reboot quwiltw Linux - Newbie 4 06-13-2005 12:36 PM
Linux wont reboot? gauravgmail Linux - Newbie 6 02-11-2005 02:33 AM
Mouse wont work after reboot??!! don_dimo Linux - Software 2 08-26-2004 03:24 AM
wont reboot mandrake 9.1 Robpeteuk Linux - Newbie 1 10-12-2003 10:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

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