LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
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 04-06-2005, 09:05 PM   #1
potterpoole
LQ Newbie
 
Registered: Apr 2005
Location: Oklahoma
Distribution: Debian
Posts: 6

Rep: Reputation: 0
Proplems on reboot after install Debian sarge


I put in my Debian install cd and things went well until it asked me to reboot
My system gave me the cryptic message of disk boot failure. Can anyone direct me to Info so I can correct this problem? I have waded through a lot of info but don’t really know what I am doing.
 
Old 04-06-2005, 10:04 PM   #2
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Is your Bios set to boot from the same drive that you installed Debian onto ? What was on the drive before - and did it boot of it's own accord ?

Cheers,

mj
 
Old 04-07-2005, 07:18 AM   #3
potterpoole
LQ Newbie
 
Registered: Apr 2005
Location: Oklahoma
Distribution: Debian
Posts: 6

Original Poster
Rep: Reputation: 0
I built the system from new and used parts. I am pretty sure the Bios is set right. It is Award bios 6.0 set to load from cd then hdd 0 at the moment. maybe the drive controller isn't any good but install had no problem accessing it. The hdd was clean when I got it and Debian install formated and partitioned it for me. I can look at the contents of the drive after loading Knopix but even that had problems loading. The first time I tried I got a gray screen with a little black x in it. It finally worked in failsafe mode. When I try to boot the message I get before boot disk failure is verifying DMI pool data.

Last edited by potterpoole; 04-11-2005 at 08:20 AM.
 
Old 04-07-2005, 02:51 PM   #4
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Well, if you're Bios is ok, and your disk controller is relatively ok, then the next step is your boot loader.

Which loader did you choose -- Grub or Lilo ? It would help if you can paste your config file here. It will probably be at /boot/grub/menu.lst (or grub.conf), or /etc/lilo.conf on hda1.

Also, what is the output of (as root) fdisk -l /dev/hd*.

Cheers,

mj
 
Old 04-07-2005, 03:01 PM   #5
masonm
Senior Member
 
Registered: Mar 2003
Location: Following the white rabbit
Distribution: Slackware64 -current
Posts: 2,300

Rep: Reputation: 90
Where did you install the bootloader, the MBR or root?
 
Old 04-10-2005, 03:00 PM   #6
potterpoole
LQ Newbie
 
Registered: Apr 2005
Location: Oklahoma
Distribution: Debian
Posts: 6

Original Poster
Rep: Reputation: 0
I let the installer do its thing and according to it it grub was installed into mbr. this forum won't let me post a mesage long enough to inclued the configure file you want to see.

Last edited by potterpoole; 04-10-2005 at 03:09 PM.
 
Old 04-11-2005, 08:13 AM   #7
potterpoole
LQ Newbie
 
Registered: Apr 2005
Location: Oklahoma
Distribution: Debian
Posts: 6

Original Poster
Rep: Reputation: 0
"what is the output of (as root) fdisk -l /dev/hd*."
I dont realy know what this is talking about
I found this maby it will help


# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specifiv kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda1 ro xserver=xf86_svga xmodule=nv nodhcp nopcmcia

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true

## ## End Default Options ##

title Debian GNU/Linux, kernel 2.6.8-2-386
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda1 ro xserver=xf86_svga xmodule=nv nodhcp nopcmcia
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot

title Debian GNU/Linux, kernel 2.6.8-2-386 (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.8-2-386 root=/dev/hda1 ro xserver=xf86_svga xmodule=nv nodhcp nopcmcia single
initrd /boot/initrd.img-2.6.8-2-386
savedefault
boot

### END DEBIAN AUTOMAGIC KERNELS LIST

Last edited by potterpoole; 04-11-2005 at 08:23 AM.
 
Old 04-11-2005, 02:54 PM   #8
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Quote:
"what is the output of (as root) fdisk -l /dev/hd*."
I dont realy know what this is talking about
Open up a terminal (konsole, eterm, aterm, xterm etc.). Assuming you only have one hard drive, then type
Code:
su
                  # enter root password
fdisk -l /dev/hda
The output will be the partition geometry of your first hard drive.

Cheers,

mj
 
Old 04-11-2005, 10:59 PM   #9
potterpoole
LQ Newbie
 
Registered: Apr 2005
Location: Oklahoma
Distribution: Debian
Posts: 6

Original Poster
Rep: Reputation: 0
Disk /dev/hda: 40.0 GB, 40020664320 bytes
255 heads, 63 sectors/track, 4865 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

Device Boot Start End Blocks Id System
/dev/hda1 * 1 851 6835626 83 Linux
/dev/hda2 852 4865 32242455 5 Extended
/dev/hda5 852 1033 1461883+ 82 Linux swap
/dev/hda6 1034 4865 30780508+ 83 Linux
 
Old 04-12-2005, 09:18 PM   #10
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
It all looks ok to me, so it might just be a hardware issue (particularly as Knoppix also ran into problems loading -- I don't suppose you noticed at what stage it began to falter ?).

Anyway, you could also try removing Grub, and installing Lilo. Both are equally good boot loaders, the only difference being that Lilo will tell you straight away whether it can read the config file and see the partitions (before a flame war starts, yes, I know that Grub can also be used for this in console mode etc. etc.).

As an absolute last resort, you could always try a re-install - perhaps with another distro if you have one lying around, and see what happens.

Cheers,

mj
 
Old 04-13-2005, 03:50 PM   #11
potterpoole
LQ Newbie
 
Registered: Apr 2005
Location: Oklahoma
Distribution: Debian
Posts: 6

Original Poster
Rep: Reputation: 0
I had already tried Lilo and I finally got knoppix to work well with a boot argument for my video card After looking at examples in my linux book and reading on the Internet about the boot proses I tried a new hard drive. I now have a system that boots to KDE and am working on the problems I expected to have such as printing and modems. Thanks for your help if I need help with my new issues I,ll give you a ring.
 
Old 04-13-2005, 04:04 PM   #12
mjrich
Senior Member
 
Registered: Dec 2001
Location: New Zealand
Distribution: Debian
Posts: 1,046

Rep: Reputation: 45
Ah well, at least you have a working system now

Enjoy, and let us know if you have any probs.

mj
 
  


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
Debian 3.1(Sarge) will not install...? cbjhawks Debian 4 10-13-2005 05:11 PM
Install Debian 3.1 sarge rangalo Debian 11 06-17-2005 05:42 AM
How to install Debian Sarge? harlemno1 Linux - Newbie 2 03-06-2005 03:31 PM
Debian Sarge install Erik Thorsson Debian 3 01-23-2005 08:35 PM
debian sarge install somuchfor Debian 1 07-18-2004 05:07 PM

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

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