logo Debian Debian Debian-France Debian-Facile Debian-fr.org Forum-Debian.fr Debian ? Communautés logo inclusivité

Debian-facile

Bienvenue sur Debian-Facile, site d'aide pour les nouveaux utilisateurs de Debian.

Vous n'êtes pas identifié(e).

#1 11-08-2008 09:53:42

bjm
Membre
Distrib. : Wheezy 7.1
(G)UI : AWESOME ; Ratpoison
Inscription : 23-02-2008

GRUB menu.lst remplacé par grub.cfg

J'ai installé lenny sur un de mes PC , et à ma grande surprise le menu.lst
à disparu au profit de grub.cfg.
Ce que je comprend pas , c'est que mes autres PC qui ont la même debian on  le menu.lst .
J''arrive pas à booter sur windobe.

grub.cfg

#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/update-grub using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
set root=(hd0,6)
search --fs-uuid --set c3985a83-1995-4ed4-8c4c-87fa7e559151
if font /share/grub/ascii.pff ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  terminal gfxterm
fi
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set root=(hd0,6)
search --fs-uuid --set c3985a83-1995-4ed4-8c4c-87fa7e559151
insmod png
if background_image /share/images/desktop-base/debian-blueish-wallpaper-640x480.png ; then
  set color_normal=black/black
  set color_highlight=magenta/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_hurd ###
### END /etc/grub.d/10_hurd ###

### BEGIN /etc/grub.d/10_linux ###
set root=(hd0,3)
search --fs-uuid --set 0b90bfa4-c089-4142-abe2-8379b0816dd7
menuentry "Debian GNU/Linux, linux 2.6.24-1-686" {
    linux    /boot/vmlinuz-2.6.24-1-686 root=UUID=0b90bfa4-c089-4142-abe2-8379b0816dd7 ro 
    initrd    /boot/initrd.img-2.6.24-1-686
}
menuentry "Debian GNU/Linux, linux 2.6.24-1-686 (single-user mode)" {
    linux    /boot/vmlinuz-2.6.24-1-686 root=UUID=0b90bfa4-c089-4142-abe2-8379b0816dd7 ro single
    initrd    /boot/initrd.img-2.6.24-1-686
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/30_otheros ###

# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
menuentry "Microsoft Windows XP Professionnel" {
    set root=(hd0,0)
    chainloader +1
}
### END /etc/grub.d/30_otheros ###

### BEGIN /etc/grub.d/40_custom ###
# This file is an example on how to add custom entries
### END /etc/grub.d/40_custom ###

Hors ligne

#2 11-08-2008 12:34:51

freddec
homo-informaticus du genre linuxo-debianicum
Lieu : Saint Jean d'Y (17)
Distrib. : Branche Stable (BullsEye en 2022)
Noyau : Ca depend !
(G)UI : XFCE (+/- Mate, Cinnamon, Gnome, LXDE)
Inscription : 09-01-2008

Re : GRUB menu.lst remplacé par grub.cfg

Salut

Tu as visiblement installé Grub2 et non  Grub
Je pense que ceci pourra t'aider:
http://lea-linux.org/pho/read/5/335113/335113/quote

Tiens nous au courrant

Desktop: Debian BullsEye (Core I5 - 16Go - SSD + 2HDD et NAS Netgear)
Laptop 1: BullsEye (PackardBell TS 44, Core I5, 4Go, SSD), Laptop 2: BullsEye (Lenovo, Core I5, 8Go, SSD)
EeePC : Debian Jessie (Atom N450, 2 Go)
Raspberry Pi B+: Raspbian (Stretch)

Hors ligne

#3 11-08-2008 22:31:45

misaine
Membre
Lieu : sables d'olonne
Distrib. : Antergos (Archlinux)
Noyau : 4.3.3
(G)UI : gnome-shell 3.18.2
Inscription : 29-07-2007

Re : GRUB menu.lst remplacé par grub.cfg

tiens ! c'est bizarre que grub2 se soit installé tout seul . a moins que ce soit devenu la nouvelle norme .

donc comme tu l'as remarqué beaucoup de choses ont changé : grub.cfg remplace menu.lst

la numérotation des partitions ne commence plus à 0 mais à 1
donc ton windows doit se trouver sur (hd0,1)

amd phenom 7650 , 4 Go DDR2 ,GeForce N210

Hors ligne

Pied de page des forums