Problème grub noapic nolapic acpi=off

Résolu/Fermé
aieouille - 21 sept. 2008 à 15:44
 aieouille - 23 sept. 2008 à 18:54
Bonjour,
J'ai un problème : je suis sur un portable et ai Linux kubuntu hardy heron.
Sauf que, à chaque boot, pour pouvoir démarrer , je suis obligé d'éditer grub en ajoutant à la fin de la ligne kernel les options suivantes: noapic nolapic acpi=off. C'est un peu embêtant.
J'ai donc lu dans des forums que il fallait editer le menu.lst de grub pour que cela soit automatique.
Sauf que le problème est que je ne sais pas quelle ligne modifier !!
Pourriez vous m'aider ??
Merci d'avance.

Voici mon menu.lst :
#
# Sample boot menu configuration file
#

# Boot automatically after 30 secs.
timeout 30

# By default, boot the first entry.
default 0

# Fallback to the second entry.
fallback 1

# For booting GNU (also known as GNU/Hurd)
title GNU (also known as GNU/Hurd)
root (hd0,0)
kernel /boot/gnumach.gz root=device:hd0s1
module /hurd/ext2fs.static --multiboot-command-line=${kernel-command-line} --host-priv-port=${host-port} --device-master-port=${device-port} --exec-server-task=${exec-task} -T typed ${root} $(task-create) $(task-resume)
module /lib/ld.so.1 /hurd/exec $(exec-task=task-create)

# For booting GNU/Linux
title GNU/Linux
root (hd1,0)
kernel /vmlinuz root=/dev/hdb1
#initrd /initrd.img

# For booting GNU/kFreeBSD
title GNU/kFreeBSD
root (hd0,2,a)
kernel /boot/loader.gz

# For booting GNU/kNetBSD
title GNU/kNetBSD
root (hd0,2,a)
kernel --type=netbsd /boot/knetbsd.gz

# For booting Mach (getting kernel from floppy)
title Utah Mach4 multiboot
root (hd0,2)
pause Insert the diskette now !!
kernel (fd0)/boot/kernel root=hd0s3
module (fd0)/boot/bootstrap

# For booting FreeBSD
title FreeBSD
root (hd0,2,a)
kernel /boot/loader

# For booting NetBSD
title NetBSD
root (hd0,2,a)
kernel --type=netbsd /netbsd

# For booting OpenBSD
title OpenBSD
root (hd0,2,a)
kernel --type=netbsd /bsd

# For booting OS/2
title OS/2
root (hd0,1)
makeactive
# chainload OS/2 bootloader from the first sector
chainloader +1
# This is similar to "chainload", but loads a specific file
#chainloader /boot/chain.os2

# For booting Windows NT or Windows95
title Windows NT / Windows 95 boot menu
rootnoverify (hd0,0)
makeactive
chainloader +1
# For loading DOS if Windows NT is installed
# chainload /bootsect.dos

# For installing GRUB into the hard disk
title Install GRUB into the hard disk
root (hd0,0)
setup (hd0)

# Change the colors.
title Change the colors
color light-green/brown blink-red/blue

3 réponses

jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 895
21 sept. 2008 à 16:36
Salut,

Ça c'est pas ton fichier /boot/grub/menu.lst, mais un fichier exemple.
Affiche le résultat de :
egrep -v '^(#|$)' /boot/grub/menu.lst
0
Ah d'accord.
Désolé du retard de la réponse j'avais et ai encore pas mal de taf.
Je te donne le résultat de egrep -v '^(#|$)' /boot/grub/menu.lst dès que possible.
merci beaucoup
0
aieouille > aieouille
23 sept. 2008 à 18:10
Salut jipicy,
voila pour toi :
seb@kubuntu:~$ egrep -v '^(#|$)' /boot/grub/menu.lst
default 0
timeout 3
hiddenmenu
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=217f55d3-7cbc-4c6d-a58b-300c2235c15c ro quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=217f55d3-7cbc-4c6d-a58b-300c2235c15c ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet

--

voila, merci de ton aide !
0
jipicy Messages postés 40842 Date d'inscription jeudi 28 août 2003 Statut Modérateur Dernière intervention 10 août 2020 4 895
23 sept. 2008 à 18:22
title Ubuntu 8.04.1, kernel 2.6.24-19-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=217f55d3-7cbc-4c6d-a58b-300c2235c15c ro noapic nolapic acpi=off quiet splash
initrd /boot/initrd.img-2.6.24-19-generic
quiet
title Ubuntu 8.04.1, kernel 2.6.24-19-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.24-19-generic root=UUID=217f55d3-7cbc-4c6d-a58b-300c2235c15c ro single
initrd /boot/initrd.img-2.6.24-19-generic
title Ubuntu 8.04.1, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet 
0
Ok merci bcp,
je vais voir si ca marche et je te recontacte après .
Merci bcp !
0
Ok ca marche nickel ! merci ! merci beaucoup !
@++
0