hello, im trying to upgrade my kernel to 2.6.10. I'm using vidalinux
with genkernel. i followed a guide
http://forums.vidalinux.com/viewtopic.php?t=2690&highlight=kernel
+upgrade+2+6+10 but after reboot i get 'Error 15: File not found after
kernel grub selection. Also a get error stating that fsck.ext2 cant
find /dev/BOOT. My system is:

vida root # cat /etc/fstab
# This file is edited by fstab-sync - see 'man fstab-sync' for details
# /etc/fstab: static file system information.
# $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/fstab,v 1.14
2003/10/13 20:03:38 azarah Exp $
#
# noatime turns off atimes for increased performance (atimes normally
aren't
# needed; notail increases performance of ReiserFS (at the expense of
storage
# efficiency).  It's safe to drop the noatime options if you want and to
# switch between notail and tail freely.

# <fs>                  <mountpoint>    <type>          <opts>
<dump/pass>

# NOTE: If your BOOT partition is ReiserFS, add the notail option to
opts.
/dev/BOOT               /boot           ext2
noauto,noatime,notail           1 1
/dev/ROOT               /               xfs             noatime
0 0
/dev/SWAP               none            swap            sw
0 0
/dev/cdroms/cdrom0      /mnt/cdrom      iso9660         user,auto,ro
0 0
/dev/dvd                /media/dvdrom   iso9660         user,auto,ro
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

/dev/hdc                /media/cdrw1            auto
noauto,user,exec,ro 0 0
/dev/hda6               /media/idedisk3         vfat    noauto,user,exec
0 0
/dev/hda5               /media/idedisk4         vfat    noauto,user,exec
0 0
/dev/hda3               /media/idedisk5         reiserfs
noauto,user,exec 0 0
/dev/hda2               /media/idedisk6         reiserfs
noauto,user,exec 0 0
/dev/hda1               /media/idedisk7         vfat    noauto,user,exec
0 0

--------------------------------------------------------------------------
vida root # cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this
file
# NOTICE:  You have a /boot partition.  This means that
#          all kernel and initrd paths are relative to /boot/, eg.
#          root (hd0,1)
#          kernel /vmlinuz-version ro root=/dev/hda3
#          initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=5
splashimage=(hd0,1)/grub/splash.xpm.gz

title Vidalinux Desktop OS (2.6.10-vidalinux3)
    root (hd0,1)
    kernel /vmlinuz-2.6.10-vidalinux3 gentoo=nodevfs udev root=/dev/ram0
init=/linuxrc real_root=/dev/hda3 vga=0x317 video=vesa:ywrap,mtrr
    initrd /initrd-2.6.10-vidalinux3

title Vidalinux Desktop OS Boot (2.6.9-vidalinux_r1)
    root (hd0,1)
    kernel /vmlinuz-2.6.9-vidalinux_r1  gentoo=nodevfs udev
root=/dev/hda3 init=/linuxrc vga=0x317 video=vesa:ywrap,mtrr
    initrd /initrd-2.6.9-vidalinux_r1.img

title Vidalinux Desktop OS (2.6.9-vidalinux_r1)
    root (hd0,1)
    kernel /vmlinuz-2.6.9-vidalinux_r1  gentoo=nodevfs udev
root=/dev/ram0 init=/linuxrc real_root=/dev/hda3 vga=0x317
video=vesa:ywrap,mtrr
    initrd /initrd-2.6.9-vidalinux_r1.img

title Windows XP
        rootnoverify (hd0,0)
        chainloader +1

--------------------------------------------------------------------------
vida root # ll /boot/
total 20731
-rw-r--r--  1 root root 1218690 Apr 15 23:48
System.map-2.6.10-vidalinux3
-rw-r--r--  1 root root 1231410 Apr 15 21:51 System.map-2.6.9-vidalinux1
-rwxr-xr-x  1 root root 1231428 Dec 16 00:21
System.map-2.6.9-vidalinux_r1
lrwxrwxrwx  1 root root       1 Apr 14 01:32 boot -> .
drwxr-xr-x  2 root root     624 Apr 14 01:54 grub
-rw-r--r--  1 root root 1449500 Apr 16 12:43 initrd-2.6.10-vidalinux3
-rw-r--r--  1 root root 1446439 Apr 15 22:01 initrd-2.6.9-vidalinux1
-rwxr-xr-x  1 root root 3330007 Dec 16 00:21
initrd-2.6.9-vidalinux_r1.img
-rw-r--r--  1 root root 2809489 Apr 15 23:48 kernel-2.6.10-vidalinux3
-rw-r--r--  1 root root 2830328 Apr 15 21:51 kernel-2.6.9-vidalinux1
-rw-r--r--  1 root root 2826211 Dec 15 23:34 vmlinuz-2.6.9-vidalinux1
-rwxr-xr-x  1 root root 2826211 Dec 16 00:21 vmlinuz-2.6.9-vidalinux_r1


-- 
gentoo-user@gentoo.org mailing list

Reply via email to