You are not logged in.
Pages: 1
I'v installed ArchLinux 2007.08-2,but when I reboot,grub told me file not found:
Booting 'Arch Linux'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz26 root=/dev/sda3 ro vga=792
Error 15: File not found
Press any key to continue...
My memu.lst:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/hda (hd0)
# /dev/hdb2 (hd1,1)
# /dev/hda3 (hd0,2)
#
# FRAMEBUFFER RESOLUTION SETTINGS
# +-------------------------------------------------+
# | 640x480 800x600 1024x768 1280x1024
# ----+--------------------------------------------
# 256 | 0x301=769 0x303=771 0x305=773 0x307=775
# 32K | 0x310=784 0x313=787 0x316=790 0x319=793
# 64K | 0x311=785 0x314=788 0x317=791 0x31A=794
# 16M | 0x312=786 0x315=789 0x318=792 0x31B=795
# +-------------------------------------------------+
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# boot sections follow
# each is implicitly numbered from 0 in the order of appearance below
#
# TIP: If you want a 1024x768 framebuffer, add "vga=773" to your kernel line.
#
#-*
(0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,2)
kernel /vmlinuz26 root=/dev/hda3 ro
initrd /kernel26.img
(1) XP
title XP
rootnoverify (hd0,0)
makeactive
chainloader +1
I'm a beginner and I don't know what's wrong:(,could you please help me?
Last edited by arthur57 (2008-06-04 12:55:17)
Offline
kernel /vmlinuz26 root=/dev/sda3 ro vga=792
kernel /vmlinuz26 root=/dev/hda3 ro
huh?
Offline
Hi arthur57,
i think your post is a bit confusing:
If your menu.lst contains the following:
(0) Arch Linux
title Arch Linux [/boot/vmlinuz26]
root (hd0,2)
kernel /vmlinuz26 root=/dev/hda3 ro
initrd /kernel26.img
grub should echo the following:
Booting 'Arch Linux'
root (hd0,2)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz26 root=/dev/hda3 ro vga=792
What you could do to narrow your problem:
When the grub boot menu appears type c for a command line,
then type your commands from your menu.lst:
root (hd0,2)
kernel /vmlinuz26 root=/dev/hda3 ro vga=792
If you get an error after root (hd0,2), try root (hd0,0) and vice versa.
For the next line you could try one of the following (arch should boot if you have choosen the correct line...):
kernel /boot/vmlinuz26 root=/dev/hda3 ro vga=792
kernel /boot/vmlinuz26 root=/dev/sda3 ro vga=792
If you know which partitions you have on which hard disk, this information could help.
Last edited by rodhel (2008-06-03 15:33:26)
Offline
I got the same error. Forgot to configure /etc/fstab
I have configured it now, but it seems like grub isn't installed. Bios goes directly into MS' bootloader.
When I try to install grub from the installer it tells me grub perhaps is already installed. And all the config files are in the wrong location.
I choose "configure system", and open up the files with nano. The path is messed up. It begins with /tmp/(...) That's not right.
What should I do?
Offline
Thanks a lot.
I'v already solved the problem.
Last edited by arthur57 (2010-05-22 12:56:36)
Offline
I got the same error. Forgot to configure /etc/fstab
I have configured it now, but it seems like grub isn't installed. Bios goes directly into MS' bootloader.
When I try to install grub from the installer it tells me grub perhaps is already installed. And all the config files are in the wrong location.
I choose "configure system", and open up the files with nano. The path is messed up. It begins with /tmp/(...) That's not right.
What should I do?
you may hit "e" when you boot up GRUB,and you can edit.
I added "/boot/" before "vmlinuz26 root=/dev/hda3 ro vga=792" as rodhel said,and I enterd Arch.
Good luck!
Offline
Just finished installing
Offline
Pages: 1