Reconnaissance et configuration du matériel / kernel linux
Nenufar
Daikyu
Messages : 59 Inscription : dim. 04 mars 2012, 13:09
Message
par Nenufar » jeu. 27 déc. 2012, 16:30
Bonjour !
Je suis en train d'installer le driver Nouveau à la place du driver propriétaire Nvidia. Seulement voilà, au moment de rajouter « nouveau » dans la ligne MODULES de /etc/mkinitcpio.conf, impossible de régénérer l'image.
Code : Tout sélectionner
[/etc] sudo mkinitcpio -p linux
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.6.10-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
-> Running build hook: [autodetect]
==> WARNING: Hook 'sata' is deprecated. Replace it with 'block' in your config
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux.img
gzip: stdout: No space left on device
==> ERROR: Image generation FAILED: gzip reported an error
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.6.10-1-ARCH
-> Running build hook: [base]
-> Running build hook: [udev]
==> WARNING: Hook 'sata' is deprecated. Replace it with 'block' in your config
-> Running build hook: [block]
-> Running build hook: [filesystems]
-> Running build hook: [fsck]
==> Generating module dependencies
==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
gzip: stdout: No space left on device
bsdcpio: Write error: Broken pipe
==> ERROR: Image generation FAILED: bsdcpio reported an error
La partition / n'est pas pleine. J'obtiens la même erreur en lançant la commande « mkinitcpio -p linux » après avoir remis mon ancien fichier de configuration sans Nouveau dans MODULES.
L'erreur persiste si je remplace sata par block.
C'est grave ?
Dernière modification par
Nenufar le jeu. 03 janv. 2013, 13:44, modifié 1 fois.
oktoberfest
Maître du Kyudo
Messages : 1855 Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France
Message
par oktoberfest » jeu. 27 déc. 2012, 16:37
Salut,
N'aurais-tu pas une partition /boot distincte, qui serait pleine ?
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
Nenufar
Daikyu
Messages : 59 Inscription : dim. 04 mars 2012, 13:09
Message
par Nenufar » jeu. 27 déc. 2012, 17:49
En effet, c'est bien ça. Comment faire le ménage ?
Il faut que je démarre sur un liveCD, que je monte la partition /boot et que je supprime les fichiers inutiles ?
lekaf974
yeomen
Messages : 205 Inscription : dim. 15 juil. 2012, 01:02
Message
par lekaf974 » jeu. 27 déc. 2012, 17:50
"Keep it Simple, Stupid "
benjarobin
Maître du Kyudo
Messages : 17573 Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon
Message
par benjarobin » jeu. 27 déc. 2012, 18:07
Pas besoin de liveCD tant que tu n'as pas éteint le PC. Sinon le plus simple est de nous donner le contenu de /boot :
Nenufar
Daikyu
Messages : 59 Inscription : dim. 04 mars 2012, 13:09
Message
par Nenufar » jeu. 27 déc. 2012, 22:55
J'avais éteint le PC !
Voilà le contenu de mon /boot :
- grub-legacy (1K)
- initramfs-linux-falllback.img (13M)
- initramfs-linux.img (2.7M)
- lost+found (12K)
- vmlinuz-linux (3.4M)
Cela est donc loin du total de 31347K de ma partition /boot. Je ne sais pas pourquoi la partition est pleine.
J'ai quand même trouvé un contournement : dans mkinitcpio.conf, j'ai sélectionné le mode de compression xz au lieu de gzip, ce qui a permis de gagner de la place et de générer une image correcte. Je peux donc démarrer normalement (en utilisant le driveur nouveau !), mais j'ai l'impression que mon ordinateur est ralenti. Ce n'est peut être qu'une impression.
Je dois essayer de refaire une image en gzip ou est-ce pareil/mieux en xz ?
oktoberfest
Maître du Kyudo
Messages : 1855 Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France
Message
par oktoberfest » ven. 28 déc. 2012, 08:15
Nenufar a écrit : Cela est donc loin du total de 31347K de ma partition /boot. Je ne sais pas pourquoi la partition est pleine.
Exécute les deux commandes demandées par @benjarobin (contenu de /boot) et @lekaf974 (taille de /boot), tu n'auras plus besoin de faire des suppositions pour comprendre pourquoi ta partition est pleine.
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
Nenufar
Daikyu
Messages : 59 Inscription : dim. 04 mars 2012, 13:09
Message
par Nenufar » ven. 28 déc. 2012, 14:58
Code : Tout sélectionner
Sys. de fichiers Taille Utilisé Dispo Uti% Monté sur
rootfs 15G 8,8G 5,0G 65% /
dev 1,9G 0 1,9G 0% /dev
run 1,9G 700K 1,9G 1% /run
/dev/sda6 15G 8,8G 5,0G 65% /
tmpfs 1,9G 0 1,9G 0% /dev/shm
tmpfs 1,9G 0 1,9G 0% /sys/fs/cgroup
tmpfs 1,9G 44K 1,9G 1% /tmp
/dev/sda5 31M 28M 1,9M 94% /boot
/dev/sda7 465G 195G 247G 45% /home
Cette commande affichait 100% pour /boot avant que je change le mode de compression.
Code : Tout sélectionner
[root@pc /]# ls -lR /boot
/boot:
total 15285
drwxr-xr-x 6 root root 1024 27 déc. 21:22 grub
drwxr-xr-x 2 root root 1024 27 déc. 21:22 grub-legacy
-rw-r--r-- 1 root root 9563356 27 déc. 21:33 initramfs-linux-fallback.img
-rw-r--r-- 1 root root 2509740 27 déc. 21:31 initramfs-linux.img
drwx------ 2 root root 1024 27 déc. 21:22 lost+found
-rw-r--r-- 1 root root 3508832 27 déc. 21:22 vmlinuz-linux
/boot/grub:
total 2534
drwxr-xr-x 2 root root 1024 27 déc. 21:22 fonts
-rw------- 1 root root 4583 27 déc. 21:22 grub.cfg
-rw------- 1 root root 4111 27 déc. 21:22 grub.cfg.example
-rw------- 1 root root 2764 27 déc. 21:22 grub.cfg.new
-rw-r--r-- 1 root root 1024 27 déc. 21:22 grubenv
drwxr-xr-x 2 root root 5120 27 déc. 21:22 i386-pc
drwxr-xr-x 2 root root 1024 27 déc. 21:22 locale
drwxr-xr-x 3 root root 1024 27 déc. 21:22 themes
-rw-r--r-- 1 root root 2560080 27 déc. 21:22 unicode.pf2
/boot/grub/fonts:
total 2512
-rw-r--r-- 1 root root 2560080 27 déc. 21:22 unicode.pf2
/boot/grub/i386-pc:
total 1827
-rw-r--r-- 1 root root 7456 27 déc. 21:22 915resolution.mod
-rw-r--r-- 1 root root 10040 27 déc. 21:22 acpi.mod
-rw-r--r-- 1 root root 1308 27 déc. 21:22 adler32.mod
-rw-r--r-- 1 root root 5660 27 déc. 21:22 affs.mod
-rw-r--r-- 1 root root 6896 27 déc. 21:22 afs.mod
-rw-r--r-- 1 root root 8672 27 déc. 21:22 ahci.mod
-rw-r--r-- 1 root root 705 27 déc. 21:22 all_video.mod
-rw-r--r-- 1 root root 1048 27 déc. 21:22 aout.mod
-rw-r--r-- 1 root root 4012 27 déc. 21:22 at_keyboard.mod
-rw-r--r-- 1 root root 5512 27 déc. 21:22 ata.mod
-rw-r--r-- 1 root root 1632 27 déc. 21:22 backtrace.mod
-rw-r--r-- 1 root root 7660 27 déc. 21:22 bfs.mod
-rw-r--r-- 1 root root 4656 27 déc. 21:22 biosdisk.mod
-rw-r--r-- 1 root root 2376 27 déc. 21:22 bitmap.mod
-rw-r--r-- 1 root root 2908 27 déc. 21:22 bitmap_scale.mod
-rw-r--r-- 1 root root 2076 27 déc. 21:22 blocklist.mod
-rw-r--r-- 1 root root 512 27 déc. 21:22 boot.img
-rw-r--r-- 1 root root 2460 27 déc. 21:22 boot.mod
-rw-r--r-- 1 root root 30100 27 déc. 21:22 bsd.mod
-rw-r--r-- 1 root root 14328 27 déc. 21:22 btrfs.mod
-rw-r--r-- 1 root root 2176 27 déc. 21:22 bufio.mod
-rw-r--r-- 1 root root 1368 27 déc. 21:22 cacheinfo.mod
-rw-r--r-- 1 root root 2236 27 déc. 21:22 cat.mod
-rw-r--r-- 1 root root 512 27 déc. 21:22 cdboot.img
-rw-r--r-- 1 root root 3504 27 déc. 21:22 chain.mod
-rw-r--r-- 1 root root 1536 27 déc. 21:22 cmostest.mod
-rw-r--r-- 1 root root 1984 27 déc. 21:22 cmp.mod
-rw-r--r-- 1 root root 3264 27 déc. 21:22 command.lst
-rw-r--r-- 1 root root 2212 27 déc. 21:22 configfile.mod
-rw-r--r-- 1 root root 26652 27 déc. 21:22 core.img
-rw-r--r-- 1 root root 4368 27 déc. 21:22 cpio.mod
-rw-r--r-- 1 root root 4452 27 déc. 21:22 cpio_be.mod
-rw-r--r-- 1 root root 1544 27 déc. 21:22 cpuid.mod
-rw-r--r-- 1 root root 1688 27 déc. 21:22 crc64.mod
-rw-r--r-- 1 root root 855 27 déc. 21:22 crypto.lst
-rw-r--r-- 1 root root 4372 27 déc. 21:22 crypto.mod
-rw-r--r-- 1 root root 8620 27 déc. 21:22 cryptodisk.mod
-rw-r--r-- 1 root root 3904 27 déc. 21:22 cs5536.mod
-rw-r--r-- 1 root root 2172 27 déc. 21:22 date.mod
-rw-r--r-- 1 root root 1788 27 déc. 21:22 datehook.mod
-rw-r--r-- 1 root root 1281 27 déc. 21:22 datetime.mod
-rw-r--r-- 1 root root 512 27 déc. 21:22 diskboot.img
-rw-r--r-- 1 root root 9668 27 déc. 21:22 diskfilter.mod
-rw-r--r-- 1 root root 1828 27 déc. 21:22 dm_nv.mod
-rw-r--r-- 1 root root 5400 27 déc. 21:22 drivemap.mod
-rw-r--r-- 1 root root 1984 27 déc. 21:22 echo.mod
-rw-r--r-- 1 root root 24016 27 déc. 21:22 efiemu.mod
-rw-r--r-- 1 root root 7396 27 déc. 21:22 efiemu32.o
-rw-r--r-- 1 root root 11225 27 déc. 21:22 efiemu64.o
-rw-r--r-- 1 root root 15744 27 déc. 21:22 ehci.mod
-rw-r--r-- 1 root root 4424 27 déc. 21:22 elf.mod
-rw-r--r-- 1 root root 5300 27 déc. 21:22 exfat.mod
-rw-r--r-- 1 root root 1468 27 déc. 21:22 exfctest.mod
-rw-r--r-- 1 root root 5592 27 déc. 21:22 ext2.mod
-rw-r--r-- 1 root root 4500 27 déc. 21:22 extcmd.mod
-rw-r--r-- 1 root root 5616 27 déc. 21:22 fat.mod
-rw-r--r-- 1 root root 12176 27 déc. 21:22 font.mod
-rw-r--r-- 1 root root 2212 27 déc. 21:22 freedos.mod
-rw-r--r-- 1 root root 194 27 déc. 21:22 fs.lst
-rw-r--r-- 1 root root 2864 27 déc. 21:22 fshelp.mod
-rw-r--r-- 1 root root 2764 27 déc. 21:22 functional_test.mod
-rw-r--r-- 1 root root 512 27 déc. 21:22 g2hdr.img
-rw-r--r-- 1 root root 1612 27 déc. 21:22 gcry_arcfour.mod
-rw-r--r-- 1 root root 8092 27 déc. 21:22 gcry_blowfish.mod
-rw-r--r-- 1 root root 34132 27 déc. 21:22 gcry_camellia.mod
-rw-r--r-- 1 root root 16832 27 déc. 21:22 gcry_cast5.mod
-rw-r--r-- 1 root root 2916 27 déc. 21:22 gcry_crc.mod
-rw-r--r-- 1 root root 19312 27 déc. 21:22 gcry_des.mod
-rw-r--r-- 1 root root 3128 27 déc. 21:22 gcry_md4.mod
-rw-r--r-- 1 root root 3764 27 déc. 21:22 gcry_md5.mod
-rw-r--r-- 1 root root 2496 27 déc. 21:22 gcry_rfc2268.mod
-rw-r--r-- 1 root root 18936 27 déc. 21:22 gcry_rijndael.mod
-rw-r--r-- 1 root root 8108 27 déc. 21:22 gcry_rmd160.mod
-rw-r--r-- 1 root root 15632 27 déc. 21:22 gcry_seed.mod
-rw-r--r-- 1 root root 16148 27 déc. 21:22 gcry_serpent.mod
-rw-r--r-- 1 root root 7460 27 déc. 21:22 gcry_sha1.mod
-rw-r--r-- 1 root root 3508 27 déc. 21:22 gcry_sha256.mod
-rw-r--r-- 1 root root 5716 27 déc. 21:22 gcry_sha512.mod
-rw-r--r-- 1 root root 11764 27 déc. 21:22 gcry_tiger.mod
-rw-r--r-- 1 root root 39372 27 déc. 21:22 gcry_twofish.mod
-rw-r--r-- 1 root root 24496 27 déc. 21:22 gcry_whirlpool.mod
-rw-r--r-- 1 root root 25716 27 déc. 21:22 gdb.mod
-rw-r--r-- 1 root root 5912 27 déc. 21:22 geli.mod
-rw-r--r-- 1 root root 4708 27 déc. 21:22 gettext.mod
-rw-r--r-- 1 root root 33216 27 déc. 21:22 gfxmenu.mod
-rw-r--r-- 1 root root 11944 27 déc. 21:22 gfxterm.mod
-rw-r--r-- 1 root root 3740 27 déc. 21:22 gptsync.mod
-rw-r--r-- 1 root root 10240 27 déc. 21:22 grldr.img
-rw-r--r-- 1 root root 7908 27 déc. 21:22 gzio.mod
-rw-r--r-- 1 root root 4092 27 déc. 21:22 halt.mod
-rw-r--r-- 1 root root 5020 27 déc. 21:22 hashsum.mod
-rw-r--r-- 1 root root 7220 27 déc. 21:22 hdparm.mod
-rw-r--r-- 1 root root 1204 27 déc. 21:22 hello.mod
-rw-r--r-- 1 root root 2552 27 déc. 21:22 help.mod
-rw-r--r-- 1 root root 3132 27 déc. 21:22 hexdump.mod
-rw-r--r-- 1 root root 7204 27 déc. 21:22 hfs.mod
-rw-r--r-- 1 root root 6676 27 déc. 21:22 hfsplus.mod
-rw-r--r-- 1 root root 5524 27 déc. 21:22 http.mod
-rw-r--r-- 1 root root 2836 27 déc. 21:22 iorw.mod
-rw-r--r-- 1 root root 8776 27 déc. 21:22 iso9660.mod
-rw-r--r-- 1 root root 6520 27 déc. 21:22 jfs.mod
-rw-r--r-- 1 root root 6016 27 déc. 21:22 jpeg.mod
-rw-r--r-- 1 root root 28992 27 déc. 21:22 kernel.img
-rw-r--r-- 1 root root 4484 27 déc. 21:22 keylayouts.mod
-rw-r--r-- 1 root root 1948 27 déc. 21:22 keystatus.mod
-rw-r--r-- 1 root root 6692 27 déc. 21:22 ldm.mod
-rw-r--r-- 1 root root 28340 27 déc. 21:22 legacycfg.mod
-rw-r--r-- 1 root root 11572 27 déc. 21:22 linux.mod
-rw-r--r-- 1 root root 5968 27 déc. 21:22 linux16.mod
-rw-r--r-- 1 root root 1024 27 déc. 21:22 lnxboot.img
-rw-r--r-- 1 root root 5564 27 déc. 21:22 loadenv.mod
-rw-r--r-- 1 root root 2860 27 déc. 21:22 loopback.mod
-rw-r--r-- 1 root root 4344 27 déc. 21:22 ls.mod
-rw-r--r-- 1 root root 3600 27 déc. 21:22 lsacpi.mod
-rw-r--r-- 1 root root 2280 27 déc. 21:22 lsapm.mod
-rw-r--r-- 1 root root 1796 27 déc. 21:22 lsmmap.mod
-rw-r--r-- 1 root root 4808 27 déc. 21:22 lspci.mod
-rw-r--r-- 1 root root 100508 27 déc. 21:22 lua.mod
-rw-r--r-- 1 root root 6492 27 déc. 21:22 luks.mod
-rw-r--r-- 1 root root 6624 27 déc. 21:22 lvm.mod
-rw-r--r-- 1 root root 2848 27 déc. 21:22 lzma_decompress.img
-rw-r--r-- 1 root root 8696 27 déc. 21:22 lzopio.mod
-rw-r--r-- 1 root root 1924 27 déc. 21:22 mdraid09.mod
-rw-r--r-- 1 root root 1952 27 déc. 21:22 mdraid09_be.mod
-rw-r--r-- 1 root root 1968 27 déc. 21:22 mdraid1x.mod
-rw-r--r-- 1 root root 2012 27 déc. 21:22 memdisk.mod
-rw-r--r-- 1 root root 2836 27 déc. 21:22 memrw.mod
-rw-r--r-- 1 root root 3440 27 déc. 21:22 minicmd.mod
-rw-r--r-- 1 root root 3732 27 déc. 21:22 minix.mod
-rw-r--r-- 1 root root 3820 27 déc. 21:22 minix2.mod
-rw-r--r-- 1 root root 3916 27 déc. 21:22 minix2_be.mod
-rw-r--r-- 1 root root 3788 27 déc. 21:22 minix3.mod
-rw-r--r-- 1 root root 3864 27 déc. 21:22 minix3_be.mod
-rw-r--r-- 1 root root 3832 27 déc. 21:22 minix_be.mod
-rw-r--r-- 1 root root 8828 27 déc. 21:22 mmap.mod
-rw-r--r-- 1 root root 3987 27 déc. 21:22 moddep.lst
-rw-r--r-- 1 root root 2392 27 déc. 21:22 msdospart.mod
-rw-r--r-- 1 root root 12324 27 déc. 21:22 multiboot.mod
-rw-r--r-- 1 root root 12752 27 déc. 21:22 multiboot2.mod
-rw-r--r-- 1 root root 43844 27 déc. 21:22 net.mod
-rw-r--r-- 1 root root 4620 27 déc. 21:22 newc.mod
-rw-r--r-- 1 root root 6604 27 déc. 21:22 nilfs2.mod
-rw-r--r-- 1 root root 110360 27 déc. 21:22 normal.mod
-rw-r--r-- 1 root root 10188 27 déc. 21:22 ntfs.mod
-rw-r--r-- 1 root root 3468 27 déc. 21:22 ntfscomp.mod
-rw-r--r-- 1 root root 2556 27 déc. 21:22 ntldr.mod
-rw-r--r-- 1 root root 4460 27 déc. 21:22 odc.mod
-rw-r--r-- 1 root root 10332 27 déc. 21:22 ohci.mod
-rw-r--r-- 1 root root 1628 27 déc. 21:22 part_acorn.mod
-rw-r--r-- 1 root root 1796 27 déc. 21:22 part_amiga.mod
-rw-r--r-- 1 root root 2064 27 déc. 21:22 part_apple.mod
-rw-r--r-- 1 root root 2748 27 déc. 21:22 part_bsd.mod
-rw-r--r-- 1 root root 1456 27 déc. 21:22 part_dvh.mod
-rw-r--r-- 1 root root 2368 27 déc. 21:22 part_gpt.mod
-rw-r--r-- 1 root root 2412 27 déc. 21:22 part_msdos.mod
-rw-r--r-- 1 root root 1800 27 déc. 21:22 part_plan.mod
-rw-r--r-- 1 root root 1500 27 déc. 21:22 part_sun.mod
-rw-r--r-- 1 root root 1608 27 déc. 21:22 part_sunpc.mod
-rw-r--r-- 1 root root 101 27 déc. 21:22 partmap.lst
-rw-r--r-- 1 root root 17 27 déc. 21:22 parttool.lst
-rw-r--r-- 1 root root 4600 27 déc. 21:22 parttool.mod
-rw-r--r-- 1 root root 1896 27 déc. 21:22 password.mod
-rw-r--r-- 1 root root 2808 27 déc. 21:22 password_pbkdf2.mod
-rw-r--r-- 1 root root 4676 27 déc. 21:22 pata.mod
-rw-r--r-- 1 root root 1336 27 déc. 21:22 pbkdf2.mod
-rw-r--r-- 1 root root 1428 27 déc. 21:22 pci.mod
-rw-r--r-- 1 root root 6316 27 déc. 21:22 plan9.mod
-rw-r--r-- 1 root root 2428 27 déc. 21:22 play.mod
-rw-r--r-- 1 root root 6488 27 déc. 21:22 png.mod
-rw-r--r-- 1 root root 1556 27 déc. 21:22 priority_queue.mod
-rw-r--r-- 1 root root 2584 27 déc. 21:22 probe.mod
-rw-r--r-- 1 root root 3824 27 déc. 21:22 pxe.mod
-rw-r--r-- 1 root root 1024 27 déc. 21:22 pxeboot.img
-rw-r--r-- 1 root root 2696 27 déc. 21:22 pxechain.mod
-rw-r--r-- 1 root root 1404 27 déc. 21:22 raid5rec.mod
-rw-r--r-- 1 root root 2168 27 déc. 21:22 raid6rec.mod
-rw-r--r-- 1 root root 1496 27 déc. 21:22 read.mod
-rw-r--r-- 1 root root 1716 27 déc. 21:22 reboot.mod
-rw-r--r-- 1 root root 51508 27 déc. 21:22 regexp.mod
-rw-r--r-- 1 root root 8876 27 déc. 21:22 reiserfs.mod
-rw-r--r-- 1 root root 15020 27 déc. 21:22 relocator.mod
-rw-r--r-- 1 root root 4080 27 déc. 21:22 romfs.mod
-rw-r--r-- 1 root root 5088 27 déc. 21:22 scsi.mod
-rw-r--r-- 1 root root 3664 27 déc. 21:22 search.mod
-rw-r--r-- 1 root root 3304 27 déc. 21:22 search_fs_file.mod
-rw-r--r-- 1 root root 3276 27 déc. 21:22 search_fs_uuid.mod
-rw-r--r-- 1 root root 3208 27 déc. 21:22 search_label.mod
-rw-r--r-- 1 root root 7080 27 déc. 21:22 sendkey.mod
-rw-r--r-- 1 root root 7104 27 déc. 21:22 serial.mod
-rw-r--r-- 1 root root 706 27 déc. 21:22 setjmp.mod
-rw-r--r-- 1 root root 5376 27 déc. 21:22 setpci.mod
-rw-r--r-- 1 root root 5080 27 déc. 21:22 sfs.mod
-rw-r--r-- 1 root root 2112 27 déc. 21:22 sleep.mod
-rw-r--r-- 1 root root 6852 27 déc. 21:22 squash4.mod
-rw-r--r-- 1 root root 5152 27 déc. 21:22 tar.mod
-rw-r--r-- 1 root root 132 27 déc. 21:22 terminal.lst
-rw-r--r-- 1 root root 4272 27 déc. 21:22 terminal.mod
-rw-r--r-- 1 root root 11208 27 déc. 21:22 terminfo.mod
-rw-r--r-- 1 root root 4944 27 déc. 21:22 test.mod
-rw-r--r-- 1 root root 1340 27 déc. 21:22 test_blockarg.mod
-rw-r--r-- 1 root root 2656 27 déc. 21:22 testload.mod
-rw-r--r-- 1 root root 5220 27 déc. 21:22 tftp.mod
-rw-r--r-- 1 root root 2748 27 déc. 21:22 tga.mod
-rw-r--r-- 1 root root 1508 27 déc. 21:22 time.mod
-rw-r--r-- 1 root root 1691 27 déc. 21:22 trig.mod
-rw-r--r-- 1 root root 1204 27 déc. 21:22 true.mod
-rw-r--r-- 1 root root 7616 27 déc. 21:22 udf.mod
-rw-r--r-- 1 root root 5488 27 déc. 21:22 ufs1.mod
-rw-r--r-- 1 root root 5560 27 déc. 21:22 ufs2.mod
-rw-r--r-- 1 root root 6452 27 déc. 21:22 uhci.mod
-rw-r--r-- 1 root root 9816 27 déc. 21:22 usb.mod
-rw-r--r-- 1 root root 3936 27 déc. 21:22 usb_keyboard.mod
-rw-r--r-- 1 root root 7180 27 déc. 21:22 usbms.mod
-rw-r--r-- 1 root root 1984 27 déc. 21:22 usbserial_common.mod
-rw-r--r-- 1 root root 2332 27 déc. 21:22 usbserial_ftdi.mod
-rw-r--r-- 1 root root 2684 27 déc. 21:22 usbserial_pl2303.mod
-rw-r--r-- 1 root root 3604 27 déc. 21:22 usbtest.mod
-rw-r--r-- 1 root root 9620 27 déc. 21:22 vbe.mod
-rw-r--r-- 1 root root 4568 27 déc. 21:22 vga.mod
-rw-r--r-- 1 root root 2160 27 déc. 21:22 vga_text.mod
-rw-r--r-- 1 root root 33 27 déc. 21:22 video.lst
-rw-r--r-- 1 root root 10444 27 déc. 21:22 video.mod
-rw-r--r-- 1 root root 5368 27 déc. 21:22 video_bochs.mod
-rw-r--r-- 1 root root 5716 27 déc. 21:22 video_cirrus.mod
-rw-r--r-- 1 root root 20140 27 déc. 21:22 video_fb.mod
-rw-r--r-- 1 root root 4076 27 déc. 21:22 videoinfo.mod
-rw-r--r-- 1 root root 4140 27 déc. 21:22 videotest.mod
-rw-r--r-- 1 root root 6064 27 déc. 21:22 xfs.mod
-rw-r--r-- 1 root root 33192 27 déc. 21:22 xnu.mod
-rw-r--r-- 1 root root 2008 27 déc. 21:22 xnu_uuid.mod
-rw-r--r-- 1 root root 14924 27 déc. 21:22 xzio.mod
-rw-r--r-- 1 root root 36872 27 déc. 21:22 zfs.mod
-rw-r--r-- 1 root root 5452 27 déc. 21:22 zfscrypt.mod
-rw-r--r-- 1 root root 6392 27 déc. 21:22 zfsinfo.mod
/boot/grub/locale:
total 2506
-rw-r--r-- 1 root root 18573 27 déc. 21:22 ast.mo
-rw-r--r-- 1 root root 111401 27 déc. 21:22 ca.mo
-rw-r--r-- 1 root root 31626 27 déc. 21:22 da.mo
-rw-r--r-- 1 root root 109890 27 déc. 21:22 de.mo
-rw-r--r-- 1 root root 164199 27 déc. 21:22 de@hebrew.mo
-rw-r--r-- 1 root root 109893 27 déc. 21:22 de_CH.mo
-rw-r--r-- 1 root root 100962 27 déc. 21:22 en.mo
-rw-r--r-- 1 root root 136427 27 déc. 21:22 en@arabic.mo
-rw-r--r-- 1 root root 128977 27 déc. 21:22 en@cyrillic.mo
-rw-r--r-- 1 root root 128974 27 déc. 21:22 en@greek.mo
-rw-r--r-- 1 root root 147535 27 déc. 21:22 en@hebrew.mo
-rw-r--r-- 1 root root 114076 27 déc. 21:22 en@piglatin.mo
-rw-r--r-- 1 root root 100962 27 déc. 21:22 en@quot.mo
-rw-r--r-- 1 root root 45050 27 déc. 21:22 eo.mo
-rw-r--r-- 1 root root 109143 27 déc. 21:22 fi.mo
-rw-r--r-- 1 root root 115012 27 déc. 21:22 fr.mo
-rw-r--r-- 1 root root 34712 27 déc. 21:22 hu.mo
-rw-r--r-- 1 root root 18054 27 déc. 21:22 id.mo
-rw-r--r-- 1 root root 83590 27 déc. 21:22 it.mo
-rw-r--r-- 1 root root 20748 27 déc. 21:22 ja.mo
-rw-r--r-- 1 root root 108290 27 déc. 21:22 nl.mo
-rw-r--r-- 1 root root 68365 27 déc. 21:22 pa.mo
-rw-r--r-- 1 root root 109816 27 déc. 21:22 pl.mo
-rw-r--r-- 1 root root 141028 27 déc. 21:22 ru.mo
-rw-r--r-- 1 root root 38572 27 déc. 21:22 sv.mo
-rw-r--r-- 1 root root 145981 27 déc. 21:22 uk.mo
-rw-r--r-- 1 root root 20455 27 déc. 21:22 vi.mo
-rw-r--r-- 1 root root 30627 27 déc. 21:22 zh_CN.mo
-rw-r--r-- 1 root root 31339 27 déc. 21:22 zh_TW.mo
/boot/grub/themes:
total 1
drwxr-xr-x 2 root root 1024 27 déc. 21:22 starfield
/boot/grub/themes/starfield:
total 2759
-rw-r--r-- 1 root root 19890 27 déc. 21:22 COPYING.CC-BY-SA-3.0
-rw-r--r-- 1 root root 1191 27 déc. 21:22 README
-rw-r--r-- 1 root root 836 27 déc. 21:22 blob_w.png
-rw-r--r-- 1 root root 178 27 déc. 21:22 boot_menu_c.png
-rw-r--r-- 1 root root 193 27 déc. 21:22 boot_menu_e.png
-rw-r--r-- 1 root root 103 27 déc. 21:22 boot_menu_n.png
-rw-r--r-- 1 root root 193 27 déc. 21:22 boot_menu_ne.png
-rw-r--r-- 1 root root 184 27 déc. 21:22 boot_menu_nw.png
-rw-r--r-- 1 root root 102 27 déc. 21:22 boot_menu_s.png
-rw-r--r-- 1 root root 198 27 déc. 21:22 boot_menu_se.png
-rw-r--r-- 1 root root 196 27 déc. 21:22 boot_menu_sw.png
-rw-r--r-- 1 root root 96 27 déc. 21:22 boot_menu_w.png
-rw-r--r-- 1 root root 146357 27 déc. 21:22 dejavu_10.pf2
-rw-r--r-- 1 root root 160939 27 déc. 21:22 dejavu_12.pf2
-rw-r--r-- 1 root root 176345 27 déc. 21:22 dejavu_14.pf2
-rw-r--r-- 1 root root 194498 27 déc. 21:22 dejavu_16.pf2
-rw-r--r-- 1 root root 183394 27 déc. 21:22 dejavu_bold_14.pf2
-rw-r--r-- 1 root root 197 27 déc. 21:22 slider_c.png
-rw-r--r-- 1 root root 265 27 déc. 21:22 slider_n.png
-rw-r--r-- 1 root root 269 27 déc. 21:22 slider_s.png
-rw-r--r-- 1 root root 1897028 27 déc. 21:22 starfield.png
-rw-r--r-- 1 root root 178 27 déc. 21:22 terminal_box_c.png
-rw-r--r-- 1 root root 94 27 déc. 21:22 terminal_box_e.png
-rw-r--r-- 1 root root 194 27 déc. 21:22 terminal_box_n.png
-rw-r--r-- 1 root root 128 27 déc. 21:22 terminal_box_ne.png
-rw-r--r-- 1 root root 210 27 déc. 21:22 terminal_box_nw.png
-rw-r--r-- 1 root root 101 27 déc. 21:22 terminal_box_s.png
-rw-r--r-- 1 root root 126 27 déc. 21:22 terminal_box_se.png
-rw-r--r-- 1 root root 123 27 déc. 21:22 terminal_box_sw.png
-rw-r--r-- 1 root root 97 27 déc. 21:22 terminal_box_w.png
-rw-r--r-- 1 root root 2249 27 déc. 21:22 theme.txt
/boot/grub-legacy:
total 422
-rw-r--r-- 1 root root 13728 27 déc. 21:22 e2fs_stage1_5
-rw-r--r-- 1 root root 11824 27 déc. 21:22 fat_stage1_5
-rw-r--r-- 1 root root 10592 27 déc. 21:22 ffs_stage1_5
-rw-r--r-- 1 root root 10592 27 déc. 21:22 iso9660_stage1_5
-rw-r--r-- 1 root root 12800 27 déc. 21:22 jfs_stage1_5
-rw-r--r-- 1 root root 1483 27 déc. 21:22 menu.lst
-rw-r--r-- 1 root root 1483 27 déc. 21:22 menu.lst.backup
-rw-r--r-- 1 root root 10592 27 déc. 21:22 minix_stage1_5
-rw-r--r-- 1 root root 14624 27 déc. 21:22 reiserfs_stage1_5
-rw-r--r-- 1 root root 512 27 déc. 21:22 stage1
-rw-r--r-- 1 root root 147440 27 déc. 21:22 stage2
-rw-r--r-- 1 root root 147440 27 déc. 21:22 stage2_eltorito
-rw-r--r-- 1 root root 10996 27 déc. 21:22 ufs2_stage1_5
-rw-r--r-- 1 root root 10080 27 déc. 21:22 vstafs_stage1_5
-rw-r--r-- 1 root root 14856 27 déc. 21:22 xfs_stage1_5
/boot/lost+found:
total 0
oktoberfest
Maître du Kyudo
Messages : 1855 Inscription : mer. 06 janv. 2010, 13:51
Localisation : Ried - Alsace - France
Message
par oktoberfest » ven. 28 déc. 2012, 15:11
Dans ton message du 27 déc à 22h55, tu as juste oublié de dire que tu avais aussi le répertoire /boot/grub qui te consomme toute la place restante.
Comme très souvent, il n'y a pas de mystère...
La majorité des bugs se situe entre la chaise et le clavier...
Arrêtez de vous prendre la tête avec les partitions... passez au LVM
benjarobin
Maître du Kyudo
Messages : 17573 Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon
Message
par benjarobin » ven. 28 déc. 2012, 15:24
31 Mo pour une partition boot... C'est pas un peu radin ? Sur le long terme cela risque de te poser des soucis, donc je te conseil de l'agrandir ou de ne plus utiliser de partition /boot
lekaf974
yeomen
Messages : 205 Inscription : dim. 15 juil. 2012, 01:02
Message
par lekaf974 » ven. 28 déc. 2012, 16:08
Te reste-t-il de l'espace disque non utilisé ? Si c'est le cas tu pourrais faire une copy du dossier /boot/grub puis de rajouter une ligne dans /etc/fstab sans passer par une réinstallation
"Keep it Simple, Stupid "
Nenufar
Daikyu
Messages : 59 Inscription : dim. 04 mars 2012, 13:09
Message
par Nenufar » dim. 30 déc. 2012, 15:06
benjarobin a écrit : 31 Mo pour une partition boot... C'est pas un peu radin ? Sur le long terme cela risque de te poser des soucis, donc je te conseil de l'agrandir ou de ne plus utiliser de partition /boot
Intéressant... Si je n'utilise plus de partition /boot, est-ce que ça changera quelque chose à la façon dont le système fonctionne ?
FoolEcho
Maître du Kyudo
Messages : 10711 Inscription : dim. 15 août 2010, 11:48
Localisation : Basse-Normandie
Message
par FoolEcho » dim. 30 déc. 2012, 15:28
Il te faut quand même un /boot, hein. Mais il sera situé sur ta racine (sda6 dans ton cas).
Pour le système en lui-même ça ne change rien (enfin presque, cf. dernier point), mais il faut (en complément des indications de lekaf974):
-réinstaller grub sur le MBR pour qu'il trouve le nouvel emplacement de grub.cfg
-déplacer le contenu de /boot séparée vers le nouvel emplacement et mettre à jour grub.cfg (directement ou via grub-mkconfig)
-mettre à jour ton /etc/fstab si tu récupères la partition supprimée (à moins d'utiliser les UUIDs auquel cas, tu n'as a priori rien à faire sinon enlever le montage de /boot).
Ceci étant tu as un répertoire grub-legacy également que tu dois pouvoir faire sauter.
Sinon, pour une partition dédiée à /boot faut compter 50-100 Mo (pour info, avec 50 tu peux caser un kernel en plus comme le LTS, ça peut dépanner).
«The following statement is not true. The previous statement is true.»