Code: Select all
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/bzImage root=/dev/hda3
Error 15: File not foundCode: Select all
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/bzImage root=/dev/hda3
Error 15: File not foundCode: Select all
# umount /boot
# cp /boot/bzImage ~/
# rm /boot/bzImage
# mount /boot
# cp ~/bzImage /boot
# rebootCode: Select all
# umount /boot
umount: /boot: not mounted
# cp /boot/bzImage ~/
cp: cannot stat '/boot/bzImage': No such file or directory
# rm /boot/bzImage
rm: cannot remove '/boot/bzImage': No such file or directory
#mount /boot
mount: can't find /boot in /etc/fstab or /etc/mtab
#cp ~/bzImage /boot
cp: cannot stat '/root/bzImage': No such file or directoryCode: Select all
$ grep /boot /etc/fstabCode: Select all
cdimage linux # etc-update
Scanning Configuration files...
Exiting: No files to work on!Code: Select all
Booting 'Gentoo Linux'
root=(hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/bzImage root=/dev/hda3
Error 15: File not found
Press any key to continue...Code: Select all
cdimage root # grep /boot /etc/fstabCode: Select all
# chroot /mnt/gentoo /bin/sh
# grep /boot /etc/fstab
/dev/hda1 /boot ext2 noauto,noatime 1 2Ummm, there doesn't seem to be:rac wrote:EDIT: There shouldn't be a need to reinstall. Just maybe kernel recompilation. Is there a bzImage in /usr/src/linux/arch/i386/boot?
Code: Select all
# cd /usr/src/linux/arch/i386/boot
ls
Makefile bootsect.S compressed install.sh setup.S tools video.SCode: Select all
* Remounting remaining filesystems readonly [!!]
/sbin/rc: /bin/sync: No such file or directory
/sbin/rc: /bin/sync: No such file or directory
/sbin/rc: /sbin/sulogin: No such file or directory
/sbin/rc: /sbin/reboot: No such file or directoryThat sounds like your kernel build failed.frog1980 wrote:Ummm, there doesn't seem to be:
Hmmm...Code: Select all
# cd /usr/src/linux/arch/i386/boot ls Makefile bootsect.S compressed install.sh setup.S tools video.S