A voir également:
- Menu LILO
- Menu déroulant excel - Guide
- Canon quick menu - Télécharger - Utilitaires
- Windows 11 menu démarrer classique - Guide
- Windows 11 menu contextuel classique - Guide
- Menu démarrer - Guide
3 réponses
Tu ajoutes une ligne du genre
default=windoze
où windoze est le label attribué à ton w$
man lilo.conf ...
default=<name>
Uses the specified image as the default boot image. If `default'
is omitted, the image appearing first in the configuration file
is used. See also, vmdefault below.
... et tu réinstalle ton boot loader
Johan
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
default=windoze
où windoze est le label attribué à ton w$
man lilo.conf ...
default=<name>
Uses the specified image as the default boot image. If `default'
is omitted, the image appearing first in the configuration file
is used. See also, vmdefault below.
... et tu réinstalle ton boot loader
Johan
Gates gave you the windows.
GNU gave us the whole house.(Alexandrin)
Salut,
Tu édites ton fichier "/etc/lilo.conf", et tu modifies la ligne suivante :
default=xxx
Par exemple sur la configuration suivante le système "booter" par "default" est "linux":
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
prompt
timeout=50
message=/boot/message
other=/dev/hda1
label=windows
table=/dev/hda
image=/boot/vmlinuz
label=linux
root=/dev/hda4
append=""
read-only
Pour le changer il suffit de changer le paramètre "default" par le "label" de "Windows", comme ceci :
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=windows
prompt
timeout=50
message=/boot/message
other=/dev/hda1
label=windows
table=/dev/hda
image=/boot/vmlinuz
label=linux
root=/dev/hda4
append=""
read-only
Puis tu relances "lilo" par la commande :
Z'@+...che.
Tu édites ton fichier "/etc/lilo.conf", et tu modifies la ligne suivante :
default=xxx
Par exemple sur la configuration suivante le système "booter" par "default" est "linux":
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=linux
prompt
timeout=50
message=/boot/message
other=/dev/hda1
label=windows
table=/dev/hda
image=/boot/vmlinuz
label=linux
root=/dev/hda4
append=""
read-only
Pour le changer il suffit de changer le paramètre "default" par le "label" de "Windows", comme ceci :
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
default=windows
prompt
timeout=50
message=/boot/message
other=/dev/hda1
label=windows
table=/dev/hda
image=/boot/vmlinuz
label=linux
root=/dev/hda4
append=""
read-only
Puis tu relances "lilo" par la commande :
/sbin/lilo;-))
Z'@+...che.
JP : Zen, my Nuggets ! ;-)