Bienvenue visiteur (Inscription |  Connexion)
Qui est en ligne ?
Il y a : 25 utilisateurs en ligne, consultez le détail
Auteur Message
csat18
#0 Message posté le : 24-08-2008 à 15:09:57


Hobbit


Forum : Inscrit
Association :
Arrivé(e) le : 10-02-2005
Nombre de messages : 1339
Bonjour

Voila le message il n'est pas entier car je ne sais pas comment arrêter pour le lire ca s'affiche tres vite

Yout bios doesn't leave an aperture memory hole.
Please enable the IOMMU option in the bios setup.
This costs you 64 bits of RAM


D'avance merci
léo
#1 Message posté le : 24-08-2008 à 16:18:26


Naboo


Forum : Inscrit
Association :
Arrivé(e) le : 09-04-2003
Nombre de messages : 2073
Ce message te demande d'activer IOMMU dans le bios.

Il te faut "entrer" dans le bios. Au boot du PC, appuie sur <suppr> (le plus courrant, ou F2 ou autres).

De toutes façons consulte le manuel de ta CM.

-------------------------------------
Tant qu'il y aura des hommes, il y aura des tanks.(Audiberti)
csat18
#2 Message posté le : 25-08-2008 à 15:45:36


Hobbit


Forum : Inscrit
Association :
Arrivé(e) le : 10-02-2005
Nombre de messages : 1339
Bonjour

J'ai regarde dans mon bios - Je ne trouve pas de IOMMU
Pour ce qui est du ACPI il est toujours activé : il me propose trois possibilités
S1 (POS) - S3 (STR) - S1&S3
Laquelle dois-je choisir ?
léo
#3 Message posté le : 26-08-2008 à 12:30:06


Naboo


Forum : Inscrit
Association :
Arrivé(e) le : 09-04-2003
Nombre de messages : 2073
Google avec aperture memory hole renvoie beaucoup d'infos.

Ça semble concerner des PC avec AMD64, 4Go de RAM, et une carte AGP même si il y a en place une carte graphique PCIe.
Différentes recettes sont exprimées. A toi de voir ce qui va marcher.

-------------------------------------
Tant qu'il y aura des hommes, il y aura des tanks.(Audiberti)
trucker38
#4 Message posté le : 26-08-2008 à 18:42:53


Maître Jedi


Forum : Modérateur
Association :
Arrivé(e) le : 26-11-2003
Nombre de messages : 6227
csat18, sous quel noyau et quelle distro travailles-tu (j'ai raté des épisodes dans tes installs et reinstalls )
as-tu plusieurs noyaux d'installés ?

-------------------------------------
"[ ] Quand il pleut des roubles, le malchanceux n'a pas de sac.[ ] _Coluche_
csat18
#5 Message posté le : 27-08-2008 à 17:50:14


Hobbit


Forum : Inscrit
Association :
Arrivé(e) le : 10-02-2005
Nombre de messages : 1339
Salut Trucker38 - Tu vas Bien
Je suis actuellement sous le 2.6.27-1
Et même avec les autres noyaux j'ai toujours ce message qui apparaît
J'aimerais bien le note entièrement mais il va trop vite
Azollyx
#6 Message posté le : 27-08-2008 à 19:18:22


Naboo


Forum : Modérateur
Association : Président
Arrivé(e) le : 09-04-2006
Nombre de messages : 2077
Tape :
dmesg | less
puis appuies sur / pour faire une recherche, tape "IOM" puis éventuellement, appuies sur [entrer].

-------------------------------------
toto
léo
#7 Message posté le : 27-08-2008 à 22:41:19


Naboo


Forum : Inscrit
Association :
Arrivé(e) le : 09-04-2003
Nombre de messages : 2073
ou bien
dmesg | grep IOMMU
ou
dmesg | grep "aperture memory hole"


-------------------------------------
Tant qu'il y aura des hommes, il y aura des tanks.(Audiberti)
csat18
#8 Message posté le : 28-08-2008 à 12:10:35


Hobbit


Forum : Inscrit
Association :
Arrivé(e) le : 10-02-2005
Nombre de messages : 1339
Voila la réponse au différents dmesg

dmesg | grep IOMMU

richard@ubuntu06:~$ dmesg | grep IOMMU
[ 0.004000] Please enable the IOMMU option in the BIOS setup
[ 0.032002] PCI-DMA: using GART IOMMU.
[ 0.032002] PCI-DMA: Reserving 64MB of IOMMU area in the AGP aperture
richard@ubuntu06:~$

dmesg | grep "aperture memory hole"

richard@ubuntu06:~$ dmesg | grep "aperture memory hole"
[ 0.004000] Your BIOS doesn't leave a aperture memory hole
richard@ubuntu06:~$



j'espere avoir repondu a ta question et cela peut aider a me trouver une solution
arnaud
#9 Message posté le : 28-08-2008 à 13:20:47


Elfe


Forum : Modérateur
Association :
Arrivé(e) le : 09-04-2003
Nombre de messages : 3060
Des pistes t'ont été données !

Bon, allez, une autre piste, tu questionnes Google avec comme recherche "where is iommu in bios", tu auras une autre piste sur le troisième lien du résultat (celui de nvidia)...

-------------------------------------
« Quand les mouettes ont pied, il est temps de virer de bord »
Linux User 257612
Logicien
#10 Message posté le : 30-08-2008 à 03:22:33


Scarabée


Forum : Inscrit
Association :
Arrivé(e) le : 17-12-2005
Nombre de messages : 460
Tiré de /usr/src/linux/Documentation/kernel-parameters.txt:

...
iommu= [x86]
off
force
noforce
biomerge
panic
nopanic
merge
nomerge
forcesac
soft


intel_iommu= [DMAR] Intel IOMMU driver (DMAR) option
off
Disable intel iommu driver.
igfx_off [Default Off]
By default, gfx is mapped as normal device. If a gfx
device has a dedicated DMAR unit, the DMAR unit is
bypassed by not enabling DMAR with this option. In
this case, gfx device will use physical address for
DMA.
forcedac [x86_64]
With this option iommu will not optimize to look
for io virtual address below 32 bit forcing dual
address cycle on pci bus for cards supporting greater
than 32 bit addressing. The default is to look
for translation below 32 bit and if not available
then look in the higher range.
strict [Default Off]
With this option on every unmap_single operation will
result in a hardware IOTLB flush operation as opposed
to batching them for performance.
...

Via le chargeur au démarrage, un paramètre passé au noyau comme iommu=off et/ou intel_iommu=off fera en sorte que Linux n'utilisera pas l'iommu et ce, même si le Bios l'a activé. Au contraire, le paramètre iommu=force fera que Linux utilisera l'iommu et ce, même si le Bios l'a désactivé. En tous cas, c'est ce que font les paramètres acpi=off et acpi=force en rapport avec l'ACPI. À vérifier. Peut fonctionner si le noyau supporte l'IOMMU.

--Message édité par Logicien le 30-08-2008 à 04:12:20--
csat18
#11 Message posté le : 17-10-2008 à 22:21:10


Hobbit


Forum : Inscrit
Association :
Arrivé(e) le : 10-02-2005
Nombre de messages : 1339
Bonjour

je reviens sur le Sujet
après des recherches, j'ai trouve ce fichier dans /boot/grub/menu.lst
ou apparait ce fameux message noapic nolapic acpi=off pci=noapi
Si je fais une correction ( et laquelle) cela pourrait-il résoudre mon pb :

default 0
timeout 3
hiddenmenu

title Ubuntu intrepid (development branch), kernel 2.6.27-7-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-7-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-7-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-6-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-6-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-6-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-6-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-6-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-6-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-5-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-5-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-5-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-5-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-5-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-5-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-4-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-4-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-4-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-4-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-4-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-4-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-3-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-3-generic
------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd0,0)
kernel /boot/last-good-boot/vmlinuz root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro linux noapic nolapic acpi=off pci=noapi quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet
---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------

title Ubuntu intrepid (development branch), memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet

title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd0,0)
kernel /boot/last-good-boot/vmlinuz root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet

title Ubuntu intrepid (development branch), memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet

title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd0,0)
kernel /boot/last-good-boot/vmlinuz root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-3-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-3-generic

title Ubuntu intrepid (development branch), memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
kalon33
#12 Message posté le : 20-10-2008 à 18:24:39


Petit scarabée


Forum : Inscrit
Association :
Arrivé(e) le : 20-10-2008
Nombre de messages : 3
Bonjour csat18,


default 0
timeout 3
hiddenmenu

title Ubuntu intrepid (development branch), kernel 2.6.27-7-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash iommu=noaperture
initrd /boot/initrd.img-2.6.27-7-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-7-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single iommu=noaperture
initrd /boot/initrd.img-2.6.27-7-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-6-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-6-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash iommu=noaperture
initrd /boot/initrd.img-2.6.27-6-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-6-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-6-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single iommu=noaperture
initrd /boot/initrd.img-2.6.27-6-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-5-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-5-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash iommu=noaperture
initrd /boot/initrd.img-2.6.27-5-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-5-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-5-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single iommu=noaperture
initrd /boot/initrd.img-2.6.27-5-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-4-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-4-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash iommu=noaperture
initrd /boot/initrd.img-2.6.27-4-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-4-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-4-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single iommu=noaperture
initrd /boot/initrd.img-2.6.27-4-generic

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash iommu=noaperture
initrd /boot/initrd.img-2.6.27-3-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single iommu=noaperture
initrd /boot/initrd.img-2.6.27-3-generic
------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------
title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd0,0)
kernel /boot/last-good-boot/vmlinuz root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro linux noapic nolapic acpi=off pci=noapi quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet
---------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------

title Ubuntu intrepid (development branch), memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet

title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd0,0)
kernel /boot/last-good-boot/vmlinuz root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet

title Ubuntu intrepid (development branch), memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet

title Ubuntu intrepid (development branch), kernel Last successful boot
root (hd0,0)
kernel /boot/last-good-boot/vmlinuz root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash last-good-boot
initrd /boot/last-good-boot/initrd.img
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro quiet splash
initrd /boot/initrd.img-2.6.27-3-generic
quiet

title Ubuntu intrepid (development branch), kernel 2.6.27-3-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.27-3-generic root=UUID=c78c5e0e-d325-4ed9-8c18-aa2bfc9de1cd ro single
initrd /boot/initrd.img-2.6.27-3-generic

title Ubuntu intrepid (development branch), memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
kalon33
#13 Message posté le : 20-10-2008 à 18:28:31


Petit scarabée


Forum : Inscrit
Association :
Arrivé(e) le : 20-10-2008
Nombre de messages : 3
J'ai modifié que les premiers (en y ajoutant un argument "iommu=noaperture" qui marche pour le même problème sous Fedora apparemment, je l'ai vu en googleant (j'ai le même problème sur un ordi familial sous Ubuntu et je vais y faire la modif). Mais je te conseille de supprimer quelque uns de tes noyaux !!

Un petit "sudo apt-get autoremove" dans un terminal (tape ensuite sur entrée, puis tape ton mot de passe puis entrée) devrait supprimer les paquets qui ne sont plus utiles.

Passe une bonne journée, j'espère que ça te sera utile.

--kalon33
kalon33
#14 Message posté le : 20-10-2008 à 18:32:39


Petit scarabée


Forum : Inscrit
Association :
Arrivé(e) le : 20-10-2008
Nombre de messages : 3
Ah aussi,

Fais cette dernière manip avant la première si ton ordi démarre encore, parce que le fichier menu.lst est régénéré à chaque suppression ou ajout de noyau.