Page 1 sur 1
[GRUB] netinstall error 15 (resolu)
Publié : mer. 24 août 2011, 20:51
par lifala
Salut a tous j'ai un soucis avec grub apres une netinstall. ERROR 15
je vois grub qui m'affiche archlinux je fais entré et error 15 j'ai lu un peu sur le web mais je ne comprend pas et ne sais que faire. Arch demarre pas.
Code : Tout sélectionner
root (hd0,4)
Filesystem type is ext2fs, partition type 0x83
kernel /vmlinuz26 root=/dev/sda6 ro
error 15: File not found
press any key to continu
merci de votre aide
Re: [GRUB] netinstall error 15
Publié : mer. 24 août 2011, 21:05
par SkyZ
C'est peut-être par rapport à linux26 si tu as installé la dernière iso avec le kernel 3.0 ?
C'est le kernel que tu as ?
Re: [GRUB] netinstall error 15
Publié : mer. 24 août 2011, 21:09
par lifala
j'ai fais une netinstall donc je pense que le 3.0 est la, sinon comment je peux verifier car la je ne peux pas demarrer sur arch. Pour info j'ai un xp a coté.
merci
Re: [GRUB] netinstall error 15
Publié : mer. 24 août 2011, 21:20
par FoolEcho
Sinon, au minimum, sans les classiques:
,
voire, après avoir monté les partitions adéquates sous un livecd: les contenus de /boot/grub/menu.lst et /etc/fstab et éventuellement l'organisation du répertoire /boot (avec ls -lR ), on ne peut pas t'aider...

Re: [GRUB] netinstall error 15
Publié : mer. 24 août 2011, 22:27
par lifala
Re !
Je suis sous livecd ubuntu 10.10 (peu importe)
Code : Tout sélectionner
sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0e6e75cf
Device Boot Start End Blocks Id System
/dev/sda1 1 12749 102400000 5 Extended
/dev/sda2 * 12749 19458 53889024 7 HPFS/NTFS
/dev/sda5 1 64 512000 83 Linux
/dev/sda6 65 1977 15360000 83 Linux
/dev/sda7 1977 2369 3145728 82 Linux swap / Solaris
/dev/sda8 2369 12749 83378176 83 Linux
/boot/grub/menu.lst
Code : Tout sélectionner
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# DEVICE NAME CONVERSIONS
#
# Linux Grub
# -------------------------
# /dev/fd0 (fd0)
# /dev/sda (hd0)
# /dev/sdb2 (hd1,1)
# /dev/sda3 (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
# +-------------------------------------------------+
# for more details and different resolutions see
# https://wiki.archlinux.org/index.php/GRUB#Framebuffer_resolution
# 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
root (hd0,4)
kernel /vmlinuz-linux root=/dev/sda6 ro
initrd /initramfs-linux-img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,4)
kernel /vmlinuz-linux root=/dev/sda6 ro
initrd /initramfs-linux-fallback.img
# (2) Windows
#title Windows
#rootnoverify (hd0,0)
#makeactive
#chainloader +1
/etc/fstab
Code : Tout sélectionner
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
tmpfs /tmp tmpfs nodev,nosuid 0 0
/dev/sda5 /boot ext2 defaults 0 1
/dev/sda6 / ext3 defaults 0 1
/dev/sda7 swap swap defaults 0 0
/dev/sda8 /home ext3 defaults 0 1
Code : Tout sélectionner
sudo ls -lR
.:
total 13808
drwxr-xr-x 2 root root 1024 2011-08-24 20:08 grub
-rw-r--r-- 1 root root 9658757 2011-08-24 19:59 initramfs-linux-fallback.img
-rw-r--r-- 1 root root 2056389 2011-08-24 19:59 initramfs-linux.img
drwx------ 2 root root 12288 2011-08-24 19:48 lost+found
-rw-r--r-- 1 root root 2350720 2011-08-17 20:26 vmlinuz-linux
./grub:
total 428
-rw-r--r-- 1 root root 14048 2011-08-08 19:29 e2fs_stage1_5
-rw-r--r-- 1 root root 12144 2011-08-08 19:29 fat_stage1_5
-rw-r--r-- 1 root root 10880 2011-08-08 19:29 ffs_stage1_5
-rw-r--r-- 1 root root 10912 2011-08-08 19:29 iso9660_stage1_5
-rw-r--r-- 1 root root 13184 2011-08-08 19:29 jfs_stage1_5
-rw-r--r-- 1 root root 1484 2011-08-24 20:08 menu.lst
-rw-r--r-- 1 root root 10880 2011-08-08 19:29 minix_stage1_5
-rw-r--r-- 1 root root 15008 2011-08-08 19:29 reiserfs_stage1_5
-rw-r--r-- 1 root root 512 2011-08-08 19:29 stage1
-rw-r--r-- 1 root root 150128 2011-08-08 19:29 stage2
-rw-r--r-- 1 root root 150128 2011-08-08 19:29 stage2_eltorito
-rw-r--r-- 1 root root 11284 2011-08-08 19:29 ufs2_stage1_5
-rw-r--r-- 1 root root 10400 2011-08-08 19:29 vstafs_stage1_5
-rw-r--r-- 1 root root 15336 2011-08-08 19:29 xfs_stage1_5
./lost+found:
total 0
===EDIT===
j'ai configuré grub avec le
wiki
en mode fallback le systeme demarre. Je rapel que c'est mon premier démarrage et que pour le moment il n'y a rien meme pas un utilisateur !
Re: [GRUB] netinstall error 15 (resolu)
Publié : mer. 24 août 2011, 23:22
par lifala
Je m'excuse erreur dans le fichier de config !
j'ai donc suivit le wiki de grub et j'ai modifier pour le kernel 3.0 mais j'avais mi un "-" au lieu d'un "." dans le fichier menu.lst