Modification menu.lst grub
Résolu
bernard
-
bernard -
bernard -
Bonjour,
actuellement lorsque je démarre mon pc avec grub j'ai le choix entre 4 systèmes, 2 windows (1 windows normal et 1 partition qui sert à réinstaller win, partition d'usine je crois) et 2 linux ( 1 linux normal et un single-user-mode je ne sais pas ce que ça veut dire).
Je souhaiterais modifier mon fichier menu.lst de grub pour qu'il n'y ait finalement que le windows et le linux normal, c'est faisable je pense mais comment svp? Voici un aperçu de mon menu.lst :
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista/Longhorn (loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,2)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.26-2-686
Merci pour votre soutien.
actuellement lorsque je démarre mon pc avec grub j'ai le choix entre 4 systèmes, 2 windows (1 windows normal et 1 partition qui sert à réinstaller win, partition d'usine je crois) et 2 linux ( 1 linux normal et un single-user-mode je ne sais pas ce que ça veut dire).
Je souhaiterais modifier mon fichier menu.lst de grub pour qu'il n'y ait finalement que le windows et le linux normal, c'est faisable je pense mais comment svp? Voici un aperçu de mon menu.lst :
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda1
title Windows Vista/Longhorn (loader)
root (hd0,0)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Windows Vista/Longhorn (loader)
root (hd0,1)
savedefault
makeactive
chainloader +1
title Debian GNU/Linux, kernel 2.6.26-2-686
root (hd0,2)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro quiet
initrd /boot/initrd.img-2.6.26-2-686
title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode)
root (hd0,2)
kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro single
initrd /boot/initrd.img-2.6.26-2-686
Merci pour votre soutien.
A voir également:
- Menu.lst download
- Microsoft store download - Guide
- Télécharger music mp3 gratuit download pc - Télécharger - Conversion & Extraction
- Canva download - Télécharger - Divers Photo & Graphisme
- Word 2013 free download - Télécharger - Traitement de texte
- Direct download - Accueil - Outils
4 réponses
Il te suffit de commenter les lignes suivantes :
#title Windows Vista/Longhorn (loader) #root (hd0,1) #savedefault #makeactive #chainloader +1 #title Debian GNU/Linux, kernel 2.6.26-2-686 (single-user mode) #root (hd0,2) #kernel /boot/vmlinuz-2.6.26-2-686 root=/dev/sda3 ro single #initrd /boot/initrd.img-2.6.26-2-686