#76 Le 23/06/2007, à 02:22
- belga
Re : Plantage au démarrage - GRUB error 17
Fais pour voir
sudo grub
tu obtiens qqchose comme grub>
Si tu as ça poste les retours de
find /boot/grub/stage1
find /grub/stage1
puis tape quit
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#77 Le 23/06/2007, à 02:27
- beltramy
Re : Plantage au démarrage - GRUB error 17
réponse
grub> find /boot/grub/stage1
find /boot/grub/stage1
(hd1,2)
grub> find /grub/stage1
find /grub/stage1
Error 15: File not found
Hors ligne
#78 Le 23/06/2007, à 02:30
- belga
Re : Plantage au démarrage - GRUB error 17
C'est très bien
On va monter ta partition sdb3 car (hd1,2) 1 ==>deuxième disque (lettre b, donc sdb
2 ===> partition 3 donc sdb3 (on fait +1 quoi):
sudo mkdir /media/sdb3
sudo mount -o rw /dev/sdb3 /media/sdb3
En fait on crée un point de montage (un dossier qui va acceuillir sdb3, puis
on le monte sur ce point d'accueil, dès lors on a accès au contenu de sda3)
et tu postes
cat /media/sdb3/boot/grub/menu.lst
Dernière modification par belga (Le 23/06/2007, à 02:48)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#79 Le 23/06/2007, à 02:31
- beltramy
Re : Plantage au démarrage - GRUB error 17
C'est de l'humour noir !!?
Hors ligne
#80 Le 23/06/2007, à 02:46
- beltramy
Re : Plantage au démarrage - GRUB error 17
A la commande "mount -o rw /dev/sdb3 /media/sdb3" il me répond :
"only root can do that"
que dois-je faire ?
Hors ligne
#81 Le 23/06/2007, à 02:48
- belga
Re : Plantage au démarrage - GRUB error 17
Arg il faut mettre sudo devant mount
désolé A retenir, sudo c'est pour lancer une commande en administrateur
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#82 Le 23/06/2007, à 02:48
- beltramy
Re : Plantage au démarrage - GRUB error 17
mon clavier est en qwerty ; as tu un moyen pour le passer en azerty ? ça nous gagnera tjrs qlq mn
Hors ligne
#83 Le 23/06/2007, à 02:52
- belga
Re : Plantage au démarrage - GRUB error 17
Au fait il te suffit de copier et coller ce que je te donne.
Bon si non dans Système>Préférences>clavier tu peut rajouter clavier français, belge
qui sont en azerty, anglais est en qwerty
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#84 Le 23/06/2007, à 02:54
- beltramy
Re : Plantage au démarrage - GRUB error 17
ça a l'air de mieux fonctionner que les jours précédents
bonne lecture
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/sdb3 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd1,2)
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery mode) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Ubuntu, kernel 2.6.15-26-amd64-generic
root (hd1,2)
kernel /boot/vmlinuz-2.6.15-26-amd64-generic root=/dev/sdb3 ro quiet splash
initrd /boot/initrd.img-2.6.15-26-amd64-generic
savedefault
boot
title Ubuntu, kernel 2.6.15-26-amd64-generic (recovery mode)
root (hd1,2)
kernel /boot/vmlinuz-2.6.15-26-amd64-generic root=/dev/sdb3 ro single
initrd /boot/initrd.img-2.6.15-26-amd64-generic
boot
title Ubuntu, memtest86+
root (hd1,2)
kernel /boot/memtest86+.bin
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows NT/2000/XP
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Windows NT/2000/XP
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Hors ligne
#85 Le 23/06/2007, à 03:03
- belga
Re : Plantage au démarrage - GRUB error 17
oui merci pour la lecture, poste moi aussi
cat /boot/grub/menu.lst
et
cat /media/sdb3/etc/fstab
et
mount
Dernière modification par belga (Le 23/06/2007, à 03:05)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#86 Le 23/06/2007, à 03:08
- beltramy
Re : Plantage au démarrage - GRUB error 17
réponse
ubuntu@ubuntu:~$ cat /boot/grub/menu.lst
cat: /boot/grub/menu.lst: No such file or directory
ubuntu@ubuntu:~$ cat /media/sdb3/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sdb3 / ext3 defaults,errors=remount-ro 0 1
/dev/sdb5 /home ext3 defaults 0 2
/dev/sdb2 /media/Documents vfat defaults,utf8,umask=007,gid=46 0 1
/dev/sda1 /media/WinXP ntfs defaults,nls=utf8,umask=007,gid=46 0 1
/dev/sdb6 none swap sw 0 0
/dev/hda /media/cdrom0 udf,iso9660 user,noauto 0 0
Hors ligne
#87 Le 23/06/2007, à 03:12
- belga
Re : Plantage au démarrage - GRUB error 17
tu oublié
mount
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#88 Le 23/06/2007, à 03:15
- beltramy
Re : Plantage au démarrage - GRUB error 17
réponse à mount
mount
unionfs on / type unionfs (rw)
proc on /proc type proc (rw)
/sys on /sys type sysfs (rw)
varrun on /var/run type tmpfs (rw)
varlock on /var/lock type tmpfs (rw)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)
devshm on /dev/shm type tmpfs (rw)
lrm on /lib/modules/2.6.15-26-amd64-generic/volatile type tmpfs (rw)
tmpfs on /tmp type tmpfs (rw,nosuid,nodev)
/dev/sdb3 on /media/sdb3 type ext3 (rw)
Hors ligne
#89 Le 23/06/2007, à 03:28
- belga
Re : Plantage au démarrage - GRUB error 17
Ma fille de 9 mois vient de se réveiller.
Je te poste après lecture
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#90 Le 23/06/2007, à 03:32
- beltramy
Re : Plantage au démarrage - GRUB error 17
Mes enfants (7 et 5 ans) dorment mais ma femme elle est réveillée et peste après moi alors que j'oeuvre pour la famille mais il est vrai que c'est bientôt leur des brâves
Hors ligne
#91 Le 23/06/2007, à 03:33
- beltramy
Re : Plantage au démarrage - GRUB error 17
Et comment s'appelle t elle cette petite ?
Hors ligne
#92 Le 23/06/2007, à 03:45
- belga
Re : Plantage au démarrage - GRUB error 17
Fais déjà ça.
sudo grub --batch
root (hd1,2)
setup (hd0)
quit
Redémarre et dis quoi
Dernière modification par belga (Le 23/06/2007, à 03:56)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#93 Le 23/06/2007, à 03:52
- beltramy
Re : Plantage au démarrage - GRUB error 17
Hélas tjrs le même pb error 17
c'est rageant !!
Hors ligne
#94 Le 23/06/2007, à 04:05
- beltramy
Re : Plantage au démarrage - GRUB error 17
Je t'abandonne car demain c'est la fête de l'école et il faut que je soit présent.
J'espère qu'il te reste quelques formules sous le chapeau !
Hors ligne
#95 Le 23/06/2007, à 04:13
- belga
Re : Plantage au démarrage - GRUB error 17
As tu réglé le bios pour qu'il démarre sur le pemier disque
Dernière modification par belga (Le 23/06/2007, à 05:04)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#96 Le 23/06/2007, à 05:27
- belga
Re : Plantage au démarrage - GRUB error 17
en live cd
sudo mkdir /media/sdb3
sudo mount -o rw /dev/sdb3 /media/sdb3
Tu ouvres le fichier menu.lst:
gksudo gedit /media/sdb3/boot/grub/menu.lst
tu supprimes cette partie
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Windows NT/2000/XP
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
tu enregistres et
tu essayes de démarrer avec l'entrée win, puis ubuntu
Dernière modification par belga (Le 23/06/2007, à 05:54)
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#97 Le 23/06/2007, à 05:56
- belga
Re : Plantage au démarrage - GRUB error 17
Tu as intallé win sur les deux disques?????????
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne
#98 Le 23/06/2007, à 09:50
- beltramy
Re : Plantage au démarrage - GRUB error 17
Salut non je n'ai pas installé win sur les 2 DD
Hors ligne
#99 Le 23/06/2007, à 09:54
- beltramy
Re : Plantage au démarrage - GRUB error 17
J'ai fais la manip mais rien à faire ... Grub error 17
A+ je l'espère
Hors ligne
#100 Le 23/06/2007, à 14:20
- belga
Re : Plantage au démarrage - GRUB error 17
sudo grub --batch
root (hd1,2)
setup (hd0) (hd1,2)
quit
et redémarre (win et ubuntu)
Salut non je n'ai pas installé win sur les 2 DD
Grub lui il a en a dètectè un
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1 ========> deuxième disque
title Windows NT/2000/XP
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Multi-bomb : Multi-doze : Mandoze, Ubundoze, Pardoze.
900s entre deux postes: mododoze
Hors ligne