Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Grub Error Collection [Part 1]
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3, 4, 5, 6 ... 22, 23, 24  Next  
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
SheffieldBlade17
n00b
n00b


Joined: 09 Feb 2004
Posts: 17

PostPosted: Tue Feb 10, 2004 1:33 am    Post subject: Reply with quote

here is my fstab

/dev/BOOT /boot ext2 noauto,noatime 1 2
/dev/ROOT / reiserfs noatime 0 1
/dev/SWAP /none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user 0 0
none /proc proc defaults 0 0

my grub looks like:

default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo 2.4.22
root=(hd0,0)
kernel (hd0,0)/boot/kernel-2.4.22-gentoo-r5 root=/dev/hda3
initrd (hd0,0)/boot/initrd-2.4.22-gentoo-r5

I did the ln -s ./boot to provide the symbolic link.

I still get the same error

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel (hd0,0)/boot/kernel-2.4.22-gentoo-r5 root=/dev/hda3

Error 15 File not found
Back to top
View user's profile Send private message
luqas
Guru
Guru


Joined: 02 Jan 2004
Posts: 588
Location: /US/Texas/Beaumont

PostPosted: Tue Feb 10, 2004 1:40 am    Post subject: Reply with quote

SheffieldBlade17 wrote:
here is my fstab

/dev/BOOT /boot ext2 noauto,noatime 1 2
/dev/ROOT / reiserfs noatime 0 1
/dev/SWAP /none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user 0 0
none /proc proc defaults 0 0

my grub looks like:

default 0
timeout 30
splashimage=(hd0,0)/boot/grub/splash.xpm.gz

title=Gentoo 2.4.22
root=(hd0,0)
kernel (hd0,0)/boot/kernel-2.4.22-gentoo-r5 root=/dev/hda3
initrd (hd0,0)/boot/initrd-2.4.22-gentoo-r5

I did the ln -s ./boot to provide the symbolic link.

I still get the same error

root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel (hd0,0)/boot/kernel-2.4.22-gentoo-r5 root=/dev/hda3

Error 15 File not found


You problem is with your fstab. You need to replace BOOT/SWAP/ROOT with the device corresponding to each.

Example:

If you have a hard drive partitioned with 3 partitions (1st = boot, 2nd = Swap, 3rd = root) then your fstab should look like this:

Quote:


/dev/hda1 /boot ext2 noauto,noatime 1 2
/dev/hda3 / reiserfs noatime 0 1
/dev/hda2 /none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro,user 0 0
none /proc proc defaults 0 0
Back to top
View user's profile Send private message
SheffieldBlade17
n00b
n00b


Joined: 09 Feb 2004
Posts: 17

PostPosted: Tue Feb 10, 2004 2:40 am    Post subject: Reply with quote

Thanks, I did that, but still resulted in the same error.
Back to top
View user's profile Send private message
thej3w
n00b
n00b


Joined: 09 Feb 2004
Posts: 3

PostPosted: Tue Feb 10, 2004 3:24 am    Post subject: Reply with quote

title=Gentoo
root=(hd0,1)
kernel (hd0,1)/boot/kernel-2.4.20-gentoo-r6 root=/dev/hda4
initrd (hd0,1)/boot/initrd-2.4.20-gentoo-r6


thats what i currently have, i have tried differennt numbers and no luck. my fstab is good. i get file not found or cannot mount partition. i have gone though the install about 5 times and it isnt working
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Tue Feb 10, 2004 10:10 am    Post subject: Reply with quote

thej3w wrote:
when i type ls /boot

it shows

boot boot-bmp.b boot-menu.b boot-text.b boot.b chain.b grub mbr.b os2_d.b

I don't see any kernel here. Did you run genkernel? If not, did you compile your kernel manually, mounted /boot and copied the kernel (/usr/src/linux/arch/i386/boot/bzImage) to /boot?
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Tue Feb 10, 2004 10:15 am    Post subject: Reply with quote

SheffieldBlade17 wrote:
I have tried to configure my gruf with the following KVs with neg results:

2.4.22-gentoo-r5
2.4.21-gss
2.4.20-gentoo-r6
2.4.20-gentoo-r8
2.4.22-r5

Same result as posted earlier. I don't understand what you mean by posting "ls ..."

Can you do the following:
boot from livecd
run
Code:

mount /dev/hda1 /mnt/gentoo
ls /mnt/gentoo

and post what you get.
Back to top
View user's profile Send private message
Panther_7
n00b
n00b


Joined: 04 Jun 2003
Posts: 46
Location: FL

PostPosted: Tue Feb 10, 2004 3:18 pm    Post subject: Reply with quote

Hey guys,


I installed Gentoo non-GRP using genkernel. The problem I keep on getting is the Error 15 when booting into linux. I tried fixing it many times, but it still gives the Error 15. :( The kernel I used is the mm-sources version 2.6.2. The gurb version was v 0.94 My boot partition is /dev/hdb1.

Here's my fstab:

Quote:
/dev/hdb1 /boot ext2 noauto,noatime 1 1
/dev/hdb3 / ext3 noatime 0 2
/dev/hdb2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660,udf noauto,user 0 0
/dev/fd0 /mnt/floppy auto noauto 0 0

# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

# glibc 2.2 and above expects tmpfs to be mounted at /dev/shm for
# POSIX shared memory (shm_open, shm_unlink).
# (tmpfs is a dynamically expandable/shrinkable ramdisk, and will
# use almost no memory if not populated with files)
# Adding the following line to /etc/fstab should take care of this:

none /dev/shm tmpfs defaults 0 0



Here's my grub.conf:

Quote:
# By default, boot the first entry.
default 0

splashimage=(hd1,0)/boot/grub/splash.xpm.gz

title= Gentoo Linux 2.6.2 mm
root (hd1,0)
kernel (hd1,0)/boot/kernel-2.6.2-mm root=/dev/ram0 init=/linuxrc real_root=/dev/hdb3 vga=0x317
initrd (hd1,0)/boot/initrd-2.6.0-mm"

title WinXP
rootnoverify (hd0,0)
makeactive
chainloader +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos

# For installing GRUB into the hard disk
title Install GRUB into the hard disk
root (hd1,0)
setup (hd1)


Thanks for the help. I'll be back later gotta run. :)
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Tue Feb 10, 2004 4:03 pm    Post subject: Reply with quote

kernel (hd1,0)/boot/kernel-2.6.2-mm root=/dev/ram0 init=/linuxrc real_root=/dev/hdb3 vga=0x317

kernel-2.6.2-mm will be kernel-2.6.2-mm1 or kernel-2.6.2-mm2 or similar. Use tab completion in the grub shell or do what I posted above.
Back to top
View user's profile Send private message
Panther_7
n00b
n00b


Joined: 04 Jun 2003
Posts: 46
Location: FL

PostPosted: Tue Feb 10, 2004 5:42 pm    Post subject: Reply with quote

Earthwings wrote:
kernel (hd1,0)/boot/kernel-2.6.2-mm root=/dev/ram0 init=/linuxrc real_root=/dev/hdb3 vga=0x317

kernel-2.6.2-mm will be kernel-2.6.2-mm1 or kernel-2.6.2-mm2 or similar. Use tab completion in the grub shell or do what I posted above.


Cool thanks. 8) I coulda remembered actually changing the kernel to something like kernel-2.6.2-mm1 and it still not booting. I'll take your advice and work on it later. I got mad school work this week. :(
Back to top
View user's profile Send private message
SheffieldBlade17
n00b
n00b


Joined: 09 Feb 2004
Posts: 17

PostPosted: Wed Feb 11, 2004 12:46 am    Post subject: Reply with quote

when I do this:

mount /dev/hda1 /mnt/gentoo
I get:
Ext2-fs warning: mounting unckeck fs, running e2fsck is recommended
then I:
ls /mnt/gentoo
lost+found
Back to top
View user's profile Send private message
idoneus
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 243
Location: Graz, Austria

PostPosted: Wed Feb 11, 2004 10:08 am    Post subject: Reply with quote

SheffieldBlade17 wrote:
ls /mnt/gentoo
lost+found
I can not see any kernel or grub.
Are you sure that you mounted /dev/hda1 to /boot when installing grub, writing your grub.conf and copying your kernel?

I would advise you to boot with the live cd. Follow the installation instruction for the grub installation once more. Be sure to mount /dev/hda1 to /boot. And the be sure to copy your kernel to your /boot partition, if you configure it yourself. Else I think genkernel should do this for you.
Last verify that ls boot returns something similar to this:
Code:
bzImage.2.6-test8
bzImage.2.6-test8.working
bzImage.2.6.2
grub
lost+found
And ls /boot/grub should return something similar to this
Code:
e2fs_stage1_5  fat_stage1_5  ffs_stage1_5  grub.conf  grub.conf.sample  grub.conf~  jfs_stage1_5  menu.lst  minix_stage1_5  reiserfs_stage1_5  splash.xpm.gz  stage1  stage2  vstafs_stage1_5  xfs_stage1_5

_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
Panther_7
n00b
n00b


Joined: 04 Jun 2003
Posts: 46
Location: FL

PostPosted: Wed Feb 11, 2004 6:22 pm    Post subject: Reply with quote

Panther_7 wrote:
Earthwings wrote:
kernel (hd1,0)/boot/kernel-2.6.2-mm root=/dev/ram0 init=/linuxrc real_root=/dev/hdb3 vga=0x317

kernel-2.6.2-mm will be kernel-2.6.2-mm1 or kernel-2.6.2-mm2 or similar. Use tab completion in the grub shell or do what I posted above.


Cool thanks. 8) I coulda remembered actually changing the kernel to something like kernel-2.6.2-mm1 and it still not booting. I'll take your advice and work on it later. I got mad school work this week. :(


Okok I found what the problem was. Somehow the /boot directory is in /dev/hdb3 and not /dev/hdb1. /boot was suppose to be in /dev/hdb1, but it must have been a human error. :roll: After I told grub.conf file to look into kernel(hd1,2) everything worked fine. :lol: Gotta fix that. :wink:
Back to top
View user's profile Send private message
neumax
n00b
n00b


Joined: 05 May 2003
Posts: 43

PostPosted: Sat Feb 14, 2004 1:39 am    Post subject: Reply with quote

Got some strage errors since i did a fresh install on three machines over here.
after the setup, i edited grub.conf as usual:

Code:
timeout 2
default 0

title  Gentoo 1.4 (kernel mm-sources-2.6.3-r1)
root (hd0,0)
kernel (hd0,0)/boot/mm-2.6.3-r1 root=/dev/hda3 vga=791


i alway got the error message, that the kernel could not be found... i have no idea what went wrong with this version of grub, or what the grub developers changed since the last version.

after i removed the /boot directory from grubs config file,
Code:
kernel (hd0,0)/mm-2.6.3-r1 root=/dev/hda3 vga=791

grub found the kernel, and i could boot up again as usual.
Strange, isn't it? Haven't read the grub changelog yet... ;)
Back to top
View user's profile Send private message
idoneus
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 243
Location: Graz, Austria

PostPosted: Sat Feb 14, 2004 9:23 am    Post subject: Reply with quote

neumax: It seems as if you where missing the boot/ -> ./ symlink. Maybe it is not made by the version you used.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
hmiller68
Tux's lil' helper
Tux's lil' helper


Joined: 21 Dec 2002
Posts: 77

PostPosted: Mon Feb 16, 2004 6:55 am    Post subject: Reply with quote

Dont know if this is the right place for this qurstion or not but here goes. I recently did a upgrade to the latest grub from 9.3 to 9.4 (I think thats the version) Well any way now when I boot I get grub starting stage 1.5 but it just goes to the screen where if you just installed it and you would enter grub root (hd0,0) yada yada yada
well if I enter grub> configfile /boot/grub/grub.conf
it goes to the splash and i select the os installation I want and it boots fine
Now to the question Is there a way to get it to go back to the correct way jof just selecting the os installation I want without having to point grub to the correct configfile everytime?
I tried to re-setup grub but still the same result
Not a really big problem but on the rare occassions i do reboot Id like to just go right to the splashimaged screen select and go . Any one run into this and know the fix. Sure its simple but Im stumped .
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Feb 16, 2004 10:18 am    Post subject: Reply with quote

Have you tried to symlink menu.lst to grub.conf? I thought 0.94 would fix that, but you never know...
Code:

ln -s /boot/grub/grub.conf /boot/grub/menu.lst

mount /boot before if needed.
Back to top
View user's profile Send private message
gonad
n00b
n00b


Joined: 05 Aug 2003
Posts: 31

PostPosted: Wed Feb 18, 2004 8:10 am    Post subject: Reply with quote

gonad wrote:
0.94 does NOT fix the - boot to grub command line issue.

you'd think it was tested first, does the developer use lilo? yes, nasty dig... but honestly...

OK, partly my fault... well probably all my fault.

Had to re-do this step:
from the: Gentoo Handbook Installation Instructions
Code listing 3: Installing GRUB in the MBR
grub> root (hd0,0) (Specify where your /boot partition resides)
grub> setup (hd0) (Install GRUB in the MBR)
grub> quit (Exit the GRUB shell)
Back to top
View user's profile Send private message
cylgalad
Veteran
Veteran


Joined: 18 Apr 2003
Posts: 1327
Location: France

PostPosted: Thu Feb 19, 2004 2:15 pm    Post subject: Reply with quote

emerge grub fails (on 2 computers) :
Code:
depmode=gcc3 /bin/sh ../depcomp \
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1  -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -O2 -I../lib -DGRUB_UTIL=1 -DFSYS_EXT2FS=1 -DFSYS_FAT=1 -DFSYS_FFS=1 -DFSYS_JFS=1 -DFSYS_MINIX=1 -DFSYS_REISERFS=1 -DFSYS_VSTAFS=1 -DFSYS_XFS=1 -DUSE_MD5_PASSWORDS=1 -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -fwritable-strings -g -c -o libgrub_a-graphics.o `test -f 'graphics.c' || echo './'`graphics.c
gcc -Os -fno-builtin -nostdinc  -DSUPPORT_SERIAL=1 -DSUPPORT_HERCULES=1 -DSUPPORT_GRAPHICS=1 -DHAVE_CONFIG_H -I. -I. -I.. -I../stage1 -Wall -Wmissing-prototypes -Wunused -Wshadow -Wpointer-arith -falign-jumps=1 -falign-loops=1 -falign-functions=1 -Wundef -g -c -o start_exec-start.o `test -f 'start.S' || echo './'`start.S
start.S: Messages de l'assembleur:
start.S:399: ERREUR: « ) » manquant
start.S:399: AVERTISSEMENT:reste de la ligne ignorée; premier caractère ignoré est « K »
make[3]: *** [start_exec-start.o] Erreur 1
make[3]: *** Attente des tâches non terminées....
tparm.c: Dans la fonction « grub_tparm »:
tparm.c:719: attention : dereferencing type-punned pointer will break strict-aliasing rules
make[3]: Leaving directory `/var/tmp/portage/grub-0.93.20030118/work/grub-0.93/stage2'
make[2]: *** [all] Erreur 2
make[2]: Leaving directory `/var/tmp/portage/grub-0.93.20030118/work/grub-0.93/stage2'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/var/tmp/portage/grub-0.93.20030118/work/grub-0.93'
make: *** [all] Erreur 2

!!! ERROR: sys-boot/grub-0.93.20030118 failed.
!!! Function src_compile, Line 64, Exitcode 2
!!! (no error message)
Back to top
View user's profile Send private message
idoneus
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 243
Location: Graz, Austria

PostPosted: Fri Feb 20, 2004 2:28 pm    Post subject: Reply with quote

cylgalad: bug report it!

Meanwhile have you could try another version. 0.94 should fix a lot of earlier problems, eventhough not that specific one. Maybe you can give it a try.
Back to top
View user's profile Send private message
wrc1944
Advocate
Advocate


Joined: 15 Aug 2002
Posts: 3435
Location: Gainesville, Florida

PostPosted: Sat Feb 21, 2004 5:09 pm    Post subject: Reply with quote

One would think this Grub problem would have been resolved long ago, but apparently it's still not. If 0.94 still doesn't have a splash screen, then it's not up to Gentoo standards, and unsatifactory. I've just resolved myself to never using anything after Grub 20030118, which works perfectly, for the foreseeable future, or until I see some posts informing us that it is indeed resolved.

As important as booting up is, I'm having a hard time understanding why fixing this once and for all, so none of these problems occur, isn't a number one priority. Is there ever going to be a time when end users no longer have to worry about this? I wish I had the expertise to figure out the fix, but unfortunately I haven't progressed that far.

wrc1944
_________________
Main box- AsRock x370 Gaming K4
Ryzen 7 3700x, 3.6GHz, 16GB GSkill Flare DDR4 3200mhz
Samsung SATA 1000GB, Radeon HD R7 350 2GB DDR5
OpenRC Gentoo ~amd64 plasma, glibc-2.36-r7, gcc-13.2.1_p20230304
kernel-6.8.4 USE=experimental python3_11
Back to top
View user's profile Send private message
idiotprogrammer
Apprentice
Apprentice


Joined: 29 Jul 2002
Posts: 179
Location: Texas

PostPosted: Tue Feb 24, 2004 3:41 pm    Post subject: ds: no socket drivers loaded (Grub) Reply with quote

I've had trouble booting on a simple linux only install. This should not be difficult (although the sticky post on grub at the top of this forum indicates that this is a widespread problem)

Here are the things that I've done:

It starts at grub (including the splash screen), goes through the general messages and then stops here:

NET4: Unix domain sockets 1.0/SMP for Linux NET 4.0
ds: no socket drivers loaded.
VFS: Cannot open root device "hda3" or 03:07
Please append a correct "root=" boot option
Kernel Panic: VFS: Unable to mount root fs on 03:07
(actually, aside from the first two lines, I cut and paste the rest of the message from a similar post; don't think it actually said 3:07).

1)changed the setting on my bios from AUTO to USER HDD (that stopped GRUB GRUB GRUB from running all over the screen)
2)looked at my kernel and confirmed that all the things were running, including CONFIG_BLK_DEV_VIA82CXXX=y (which is the chipset for my Asus A7V133 mobo). Also confirmed that file system support can been compiled for ext3 and reiserfs, as well as the options mentioned in the documentation.
3)I tried adding a symbolic link to menu.lst

I have an athlon thunderbird, although I can't remember where (if any place) where I need to select to have that supported). I assume that my stage 3 build took care of that (stage3-i686-20030910.tar.bz)

Ok, gentoo, I've been patient to a fault, but I can't wait much longer. Please help! Thanks! rj

/dev/hda1 /boot ext3 noauto,noatime 1 1
/dev/hda3 / reiserfs noatime 0 0
/dev/hda2 none swap sw 0 0
/dev/cdroms/cdrom0 /mnt/cdrom iso9660 noauto,ro 0 0
/dev/md0 /home reiserfs noatime 0 1
/dev/fd0 /mnt/floppy msdos noauto,owner 0 0
# NOTE: The next line is critical for boot!
none /proc proc defaults 0 0

I tried booting from grub floppy. It starts and then stops at the exact same place as I mentioned above (VFS panic, ds: no socket devices loaded, etc).

This sounds like a kernel issue to me, but I can't figure out what it is.

splashimage=(hd0,0)/grub/splash.xpm.gz

# Boot automatically after 30 secs.
timeout 30
# By default, boot the first entry.
default 0
# Fallback to the second entry.
fallback 1
# For booting gentoo
title gentoo
root (hd0,0)
kernel (hd0,0)/bzImage root=/dev/hda3


-------------------------------kernel config with commented lines removed
CONFIG_X86=y
# CONFIG_SBUS is not set
CONFIG_UID16=y

CONFIG_EXPERIMENTAL=y

#
# Loadable module support
#
CONFIG_MODULES=y
CONFIG_MODVERSIONS=y
CONFIG_KMOD=y


CONFIG_LOLAT=y

CONFIG_MPENTIUMIII=y

CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_XADD=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
# CONFIG_RWSEM_GENERIC_SPINLOCK is not set
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_X86_L1_CACHE_SHIFT=5
CONFIG_X86_HAS_TSC=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_PGE=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_F00F_WORKS_OK=y
CONFIG_X86_SFENCE=y
CONFIG_X86_MCE=y

CONFIG_EDD=m
CONFIG_NOHIGHMEM=y

CONFIG_1GB=y

CONFIG_PREEMPT=y
# CONFIG_X86_UP_APIC is not set
# CONFIG_X86_UP_IOAPIC is not set
# CONFIG_X86_TSC_DISABLE is not set
CONFIG_X86_TSC=y
CONFIG_HAVE_DEC_LOCK=y

#
# General setup
#
CONFIG_HZ=1000
CONFIG_NET=y
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GODIRECT is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
# CONFIG_ISA is not set
CONFIG_PCI_NAMES=y

CONFIG_HOTPLUG=y

#
# PCMCIA/CardBus support
#
CONFIG_PCMCIA=y
CONFIG_CARDBUS=y

CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_SYSCTL=y
CONFIG_KCORE_ELF=y
# CONFIG_KCORE_AOUT is not set
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_MISC=y
# CONFIG_SYSTRACE is not set
CONFIG_PM=y

CONFIG_PNP=y
# CONFIG_ISAPNP is not set

#
# Block devices
#
CONFIG_BLK_DEV_FD=y

CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
# CONFIG_MD_LINEAR is not set
# CONFIG_MD_RAID0 is not set
CONFIG_MD_RAID1=y

# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
# CONFIG_NETLINK_DEV is not set
# CONFIG_NETFILTER is not set
# CONFIG_FILTER is not set
CONFIG_UNIX=y
CONFIG_INET=y
CONFIG_IP_MULTICAST=y


CONFIG_IPSEC=m
CONFIG_IPSEC_IPIP=y
CONFIG_IPSEC_AH=y
CONFIG_IPSEC_AUTH_HMAC_MD5=y
CONFIG_IPSEC_AUTH_HMAC_SHA1=y
CONFIG_IPSEC_ESP=y
CONFIG_IPSEC_ENC_3DES=y
CONFIG_IPSEC_ALG=y
# CONFIG_IPSEC_ALG_SHA2 is not set
CONFIG_IPSEC_ALG_AES=m
# CONFIG_IPSEC_ALG_BLOWFISH is not set
CONFIG_IPSEC_ALG_TWOFISH=m
CONFIG_IPSEC_ALG_SERPENT=m
# CONFIG_IPSEC_ALG_CAST is not set
# CONFIG_IPSEC_ALG_NULL is not set
CONFIG_IPSEC_IPCOMP=y
CONFIG_IPSEC_DEBUG=y
CONFIG_IPSEC_NAT_TRAVERSAL=y

#
# Telephony Support
#
# CONFIG_PHONE is not set
# CONFIG_PHONE_IXJ is not set
# CONFIG_PHONE_IXJ_PCMCIA is not set

#
# ATA/IDE/MFM/RLL support
#
CONFIG_IDE=y

CONFIG_BLK_DEV_IDE=y
# CONFIG_BLK_DEV_HD_IDE is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
# CONFIG_IDEDISK_STROKE is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y

CONFIG_BLK_DEV_CMD640=y
# CONFIG_BLK_DEV_CMD640_ENHANCED is not set
# CONFIG_BLK_DEV_ISAPNP is not set
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_IDEPCI_SHARE_IRQ=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_OFFBOARD=y
# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
CONFIG_IDEDMA_PCI_AUTO=y
# CONFIG_IDEDMA_ONLYDISK is not set
CONFIG_BLK_DEV_IDEDMA=y

CONFIG_BLK_DEV_PDC202XX_OLD=y
CONFIG_PDC202XX_BURST=y
CONFIG_BLK_DEV_PDC202XX_NEW=y
# CONFIG_PDC202XX_FORCE is not set
CONFIG_BLK_DEV_RZ1000=y

CONFIG_BLK_DEV_VIA82CXXX=y
# CONFIG_IDE_CHIPSETS is not set
CONFIG_IDEDMA_AUTO=y
# CONFIG_IDEDMA_IVB is not set
# CONFIG_DMA_NONPCI is not set
CONFIG_BLK_DEV_PDC202XX=y
CONFIG_BLK_DEV_IDE_MODES=y
CONFIG_BLK_DEV_ATARAID=m
# CONFIG_BLK_DEV_ATARAID_PDC is not set
# CONFIG_BLK_DEV_ATARAID_HPT is not set
# CONFIG_BLK_DEV_ATARAID_SII is not set

#
# SCSI support
#
CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_SD_EXTRA_DEVS=40

CONFIG_SCSI_DEBUG_QUEUES=y
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y

CONFIG_SCSI_SYM53C8XX=y
CONFIG_SCSI_NCR53C8XX_DEFAULT_TAGS=4
CONFIG_SCSI_NCR53C8XX_MAX_TAGS=32
CONFIG_SCSI_NCR53C8XX_SYNC=20

CONFIG_NETDEVICES=y


CONFIG_DUMMY=m

CONFIG_NET_ETHERNET=y

CONFIG_NET_VENDOR_3COM=y

CONFIG_VORTEX=m
CONFIG_TYPHOON=m

CONFIG_NET_PCI=y

CONFIG_TULIP=m

CONFIG_EEPRO100=y


CONFIG_I_CAN_ONLY_BE_A_MODULE=m


CONFIG_NET_PCMCIA=y
# CONFIG_PCMCIA_3C589 is not set
# CONFIG_PCMCIA_3C574 is not set
# CONFIG_PCMCIA_FMVJ18X is not set
CONFIG_PCMCIA_PCNET=y

CONFIG_NET_PCMCIA_RADIO=y
CONFIG_PCMCIA_RAYCS=y
CONFIG_INPUT=y
CONFIG_INPUT_KEYBDEV=y
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=m

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_SERIAL=y
# CONFIG_SERIAL_CONSOLE is not set
# CONFIG_SERIAL_EXTENDED is not set
# CONFIG_SERIAL_NONSTANDARD is not set
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256

CONFIG_MOUSE=y
CONFIG_PSMOUSE=y

# Ftape, the floppy tape device driver
#
# CONFIG_FTAPE is not set
CONFIG_AGP=y

CONFIG_AGP_VIA=y
CONFIG_AGP_AMD=y

CONFIG_DRM=y
# CONFIG_DRM_OLD is not set
CONFIG_DRM_NEW=y

CONFIG_DRM_R128=y
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=y
CONFIG_DRM_I810_XFREE_41=y

CONFIG_REISERFS_FS=y
CONFIG_EXT3_FS=y
CONFIG_JBD=y

CONFIG_TMPFS=y
CONFIG_RAMFS=y
# CONFIG_IBU_FS is not set
CONFIG_ISO9660_FS=y

CONFIG_PROC_FS=y
CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y

CONFIG_EXT2_FS=y


#
# Network File Systems
#
# CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
CONFIG_NFS_FS=y

CONFIG_NFSD=y

CONFIG_SUNRPC=y
CONFIG_LOCKD=y
CONFIG_FS_MBCACHE=y

CONFIG_MSDOS_PARTITION=y
# CONFIG_SMB_NLS is not set
CONFIG_NLS=y

CONFIG_NLS_DEFAULT="iso8859-1"


CONFIG_SOUND=y

CONFIG_SOUND_ES1371=y

CONFIG_USB=y

CONFIG_USB_UHCI_ALT=y

CONFIG_USB_STORAGE=y

CONFIG_USB_PRINTER=m

CONFIG_LOG_BUF_SHIFT=0

-------------end kernel config ----------------------------------------------



Gentoo Base System version 1.4.3.13
Portage 2.0.50-r1 (default-x86-1.4, gcc-3.3.2, glibc-2.3.2-r9, 2.4.21-gss)
=================================================================
System uname: 2.4.21-gss i686
Autoconf: sys-devel/autoconf-2.58-r1
Automake: sys-devel/automake-1.7.7
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-O3 -march=i686 -funroll-loops -pipe"
CHOST="i686-pc-linux-gnu"
COMPILER="gcc3"
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O3 -march=i686 -funroll-loops -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs ccache sandbox"
GENTOO_MIRRORS="http://gentoo.netnitco.net http://gentoo.ccccom.com rsync://mirrors.tds.net/gentoo http://mirrors.tds.net/gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY=""
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="X apache2 apm arts avi berkdb crypt cups doc encode esd foomaticdb gdbm gif gnome gpm gtk gtk2 imlib innodb java jpeg kde libg++ libwww mad mikmod motif mozilla mpeg mysql ncurses nls odbc oggvorbis opengl oss pam pdflib perl png postgres python qt quicktime readline samba sdl slang spell ssl svga tcpd truetype usb x86 xml2 xmms xv zeo zlib"
Back to top
View user's profile Send private message
idiotprogrammer
Apprentice
Apprentice


Joined: 29 Jul 2002
Posts: 179
Location: Texas

PostPosted: Tue Feb 24, 2004 5:19 pm    Post subject: okay, might be an obvious mistake... Reply with quote

ok, someone mentioned that I might not have specified Athlon/thunderbird on processor. I pray that's the case---an easy fix then. Will try tonight.

rj
Back to top
View user's profile Send private message
Pergamon
Tux's lil' helper
Tux's lil' helper


Joined: 01 Feb 2004
Posts: 117

PostPosted: Sun Feb 29, 2004 12:07 pm    Post subject: Latest Grub 0.94-r1 fixes broken grub splashimage Reply with quote

Pergamon wrote:
There is a new version 0.94 of grub available, that fixes broken boot of grub 0.93.20031222 which did always boot into the grub console. (See: Bug 39392)

However this comes at a price: Background images for grub are broken with 0.94 :cry:

idoneus wrote:
Pergamon: thanks for the info. I've put a note in the top posting.


The splashimage function of grub
Code:
splashimage=(hd0,0)/grub/<somepicture>.xpm.gz

that was broken with grub 0.94 ist ok again with 0.94-r1
Back to top
View user's profile Send private message
idoneus
Apprentice
Apprentice


Joined: 26 Mar 2003
Posts: 243
Location: Graz, Austria

PostPosted: Sun Feb 29, 2004 6:01 pm    Post subject: Re: Latest Grub 0.94-r1 fixes broken grub splashimage Reply with quote

Pergamon wrote:
The splashimage function of grub
Code:
splashimage=(hd0,0)/grub/<somepicture>.xpm.gz

that was broken with grub 0.94 ist ok again with 0.94-r1
thanks for keeping an eye on this pergamon.
updated the top posting.
_________________
Join the adopt an unanswered post initiative today
Back to top
View user's profile Send private message
StarWarsHater
n00b
n00b


Joined: 22 May 2003
Posts: 30
Location: College Station, TX

PostPosted: Mon Mar 01, 2004 9:46 pm    Post subject: Reply with quote

I browsed as much as I can thru this and other threads, but I can't seem to find an answer to this particular situation:

After BIOS posts and all that, I get

Code:

Searching for Boot Record from IDE-0..OK
GRUB Loading stage1.5.


GRUB Loading, please wait...
Error 15


I'm using 0.93 and all the settings in grub.conf as listed in the installation guide.
I really have no idea what is going on since grub emerged ok, did the grub setup with no problem, triple checked the grub.conf for the appropriate hard drive assignments to root and kernel. I can't give the conf right now (not at the box per se) but I know I has to be right. Any ideas?
Back to top
View user's profile Send private message
Display posts from previous:   
This topic is locked: you cannot edit posts or make replies.    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Goto page Previous  1, 2, 3, 4, 5, 6 ... 22, 23, 24  Next
Page 5 of 24

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum