Forum |  HardWare.fr | News | Articles | PC | S'identifier | S'inscrire | Shop Recherche
1349 connectés 

 


 Mot :   Pseudo :  
 
 Page :   1  2  3  4
Page Suivante
Auteur Sujet :

hdparm

n°197624
Zaib3k
Posté le 01-12-2002 à 15:34:26  profilanswer
 

Reprise du message précédent :

Tux Le Penguin a écrit a écrit :

 
 
ça commence à me gonfler un peu oui [:joce]
mais je vais pas te laisser dans la merde comme ça ;)
je t'aide jusqu'à ce que ça marche :o  




 
 :)  c sympa
 
tu peux passer la main a un autre linux 3|337 si tu veux  [:bigsmiley]


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
mood
Publicité
Posté le 01-12-2002 à 15:34:26  profilanswer
 

n°197625
Tux Le Pen​guin
Posté le 01-12-2002 à 15:34:58  profilanswer
 

Zaib3k a écrit a écrit :

debian:~# cat /boot/grub/menu.lst
# /boot/grub/menu.lst - See: grub(8), info grub, update-grub(8)
# --------------------       grub-install(8), grub-floppy(8),
#                            grub-md5-crypt, /usr/share/doc/grub
#                            and /usr/share/doc/grub-doc/.
 
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
default         0
 
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout         5
 
# Pretty colours
color cyan/blue white/blue
 
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#      password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
 
#
# examples
#
# title         Windows 95/98/NT/2000
# root          (hd0,0)
# makeactive
# chainloader   +1
#
# title         Linux
# root          (hd0,1)
# kernel        /vmlinuz root=/dev/hda2 ro
#
 
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
 
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default optons below
 
## DO NOT UNCOMMENT THEM, Just edit them to your needs
 
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## e.g. kopt=root=/dev/hda1 ro
# kopt=root=/dev/hda1 ro
 
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
 
## should update-grub create alternative automagic boot options
## e.g. alternative=true
##      alternative=false
# alternative=true
 
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##      lockalternative=false
# lockalternative=false
 
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##      altoptions=(recovery mode) single
# altoptions=(recovery mode) single
 
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##      howmany=7
# howmany=all
 
## ## End Default Options ##
 
title           Debian GNU/Linux, kernel 2.4.19-k7
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.19-k7 root=/dev/hda1 ro
initrd          /boot/initrd.img-2.4.19-k7
savedefault
boot
 
title           Debian GNU/Linux, kernel 2.4.19-k7 (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.4.19-k7 root=/dev/hda1 ro single
initrd          /boot/initrd.img-2.4.19-k7
savedefault
boot
 
title           Debian GNU/Linux, kernel 2.2.20-idepci
root            (hd0,0)
kernel          /boot/vmlinuz-2.2.20-idepci root=/dev/hda1 ro
savedefault
boot
 
title           Debian GNU/Linux, kernel 2.2.20-idepci (recovery mode)
root            (hd0,0)
kernel          /boot/vmlinuz-2.2.20-idepci root=/dev/hda1 ro single
savedefault
boot
 
### END DEBIAN AUTOMAGIC KERNELS LIST


 
 

debian:~# mount
/dev/hda2 on / type ext2 (rw,errors=remount-ro)
proc on /proc type proc (rw)
devpts on /dev/pts type devpts (rw,gid=5,mode=620)


 

debian:~# ls -l /
total 104
drwxr-xr-x    2 root     root         4096 Dec  1 17:02 bin
drwxr-xr-x    3 root     root         4096 Dec  1 17:19 boot
drwxr-xr-x    2 root     root         4096 Oct 30 19:32 cdrom
drwxr-xr-x    9 root     root        24576 Dec  1 17:28 dev
drwxr-xr-x    2 root     root         4096 Nov  7 22:37 divx
drwxr-xr-x   50 root     root         4096 Dec  1 17:28 etc
drwxr-xr-x    2 root     root         4096 Nov  4 20:50 floppy
drwxrwsr-x    4 root     staff        4096 Nov 10 18:38 home
drwxr-xr-x    2 root     root         4096 Oct 30 19:32 initrd
lrwxrwxrwx    1 root     root           26 Dec  1 17:04 initrd.img -> /boot/initrd.img-2.4.19-k7
drwxr-xr-x    5 root     root         4096 Dec  1 16:33 lib
drwx------    2 root     root        16384 Oct 30 19:28 lost+found
drwxr-xr-x    3 root     root         4096 Nov  7 21:32 mnt
drwxr-xr-x    2 root     root         4096 Oct 30 19:32 opt
dr-xr-xr-x   41 root     root            0 Dec  1 17:28 proc
drwx------    3 root     root         4096 Dec  1 15:59 root
drwxr-xr-x    2 root     root         4096 Dec  1 17:02 sbin
drwxrwxrwt    2 root     root         4096 Dec  1 17:28 tmp
drwxr-xr-x   12 root     root         4096 Dec  1 16:32 usr
drwxr-xr-x   15 root     root         4096 Nov  9 19:19 var
lrwxrwxrwx    1 root     root           22 Dec  1 17:04 vmlinuz -> boot/vmlinuz-2.4.19-k7
lrwxrwxrwx    1 root     root           26 Oct 30 19:29 vmlinuz.old -> boot/vmlinuz-2.2.20-idepci


 

debian:~# ls -l /boot
total 4756
-rw-r--r--    1 root     root       224124 Oct 30 19:29 System.map-2.2.20-idepci
-rw-r--r--    1 root     root       425990 Oct  6 14:02 System.map-2.4.19-k7
-rw-r--r--    1 root     root          512 Oct 30 19:33 boot.0300
-rw-r--r--    1 root     root         3888 Oct 30 19:29 config-2.2.20-idepci
-rw-r--r--    1 root     root        38460 Oct  6 12:27 config-2.4.19-k7
drwxr-xr-x    2 root     root         4096 Dec  1 17:19 grub
-rw-r--r--    1 root     root      2781184 Dec  1 17:04 initrd.img-2.4.19-k7
-rw-------    1 root     root        27136 Dec  1 17:04 map
-rw-r--r--    1 root     root       665509 Oct 30 19:29 vmlinuz-2.2.20-idepci
-rw-r--r--    1 root     root       660404 Oct  6 14:02 vmlinuz-2.4.19-k7






 
pit'1 ! mais il est con grub des fois quend même bourdail !
 
tu changes hda1 en hda2 et (hd0,0) par (hd0,1) partout où tu les trouves dans le fichier

n°197626
Tux Le Pen​guin
Posté le 01-12-2002 à 15:36:59  profilanswer
 

Zaib3k a écrit a écrit :

 
 
 :)  c sympa
 
tu peux passer la main a un autre linux 3|337 si tu veux  [:bigsmiley]  




 
nan mais je compte sur toi pour aider le prochain qui a ce problème :o

n°197627
Zaib3k
Posté le 01-12-2002 à 15:37:13  profilanswer
 

Tux Le Penguin a écrit a écrit :

 
 
pit'1 ! mais il est con grub des fois quend même bourdail !
 
tu changes hda1 en hda2 et (hd0,0) par (hd0,1) partout où tu les trouves dans le fichier




 
ds les trucs commenté on s'en branle je suppose ?


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197628
Tux Le Pen​guin
Posté le 01-12-2002 à 15:38:49  profilanswer
 

Zaib3k a écrit a écrit :

 
 
ds les trucs commenté on s'en branle je suppose ?




 
ouai :D

n°197629
Zaib3k
Posté le 01-12-2002 à 15:40:03  profilanswer
 

heureusement que j'avais deja utilisé vi avant  :o


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197630
Zaib3k
Posté le 01-12-2002 à 15:41:31  profilanswer
 

ARFFFFF  :cry:  :cry:  
 
 
j'ai rebooter, ca prend bien le kernel mais j'ai plein d'erreur lors du boot
 
j'ai plus ssh, plus de reseau etc...


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197632
Tux Le Pen​guin
Posté le 01-12-2002 à 15:42:45  profilanswer
 

Zaib3k a écrit a écrit :

ARFFFFF  :cry:  :cry:  
 
 
j'ai rebooter, ca prend bien le kernel mais j'ai plein d'erreur lors du boot
 
j'ai plus ssh, plus de reseau etc...




 :sweat:  
la merde, j'en ai marre [:ddr555]
c'est quoi les erreurs ?

n°197633
Zaib3k
Posté le 01-12-2002 à 15:43:17  profilanswer
 

attend je mount une flopy et je copi dmesg


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197634
Zaib3k
Posté le 01-12-2002 à 15:45:19  profilanswer
 

Linux version 2.4.19-k7 (herbert@gondolin) (gcc version 2.95.4 20011002 (Debian prerelease)) #1 Sun Oct 6 20:29:56 EST 2002
BIOS-provided physical RAM map:
 BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
 BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
 BIOS-e820: 00000000000f0000 - 0000000000100000 (reserved)
 BIOS-e820: 0000000000100000 - 000000000fff0000 (usable)
 BIOS-e820: 000000000fff0000 - 000000000fff3000 (ACPI NVS)
 BIOS-e820: 000000000fff3000 - 0000000010000000 (ACPI data)
 BIOS-e820: 00000000ffff0000 - 0000000100000000 (reserved)
0MB HIGHMEM available.
255MB LOWMEM available.
Advanced speculative caching feature present
On node 0 totalpages: 65520
zone(0): 4096 pages.
zone(1): 61424 pages.
zone(2): 0 pages.
Kernel command line: root=/dev/hda2 ro
Local APIC disabled by BIOS -- reenabling.
Found and enabled local APIC!
Initializing CPU#0
Detected 1403.210 MHz processor.
Console: colour VGA+ 80x25
Calibrating delay loop... 2798.38 BogoMIPS
Memory: 254016k/262080k available (868k kernel code, 7676k reserved, 378k data, 92k init, 0k highmem)
Checking if this processor honours the WP bit even in supervisor mode... Ok.
Dentry cache hash table entries: 32768 (order: 6, 262144 bytes)
Inode cache hash table entries: 16384 (order: 5, 131072 bytes)
Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
Buffer-cache hash table entries: 16384 (order: 4, 65536 bytes)
Page-cache hash table entries: 65536 (order: 6, 262144 bytes)
CPU: Before vendor init, caps: 0383fbff c1cbfbff 00000000, vendor = 2
Advanced speculative caching feature present
Disabling advanced speculative caching
CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
CPU: L2 Cache: 256K (64 bytes/line)
CPU: After vendor init, caps: 0383fbf7 c1cbfbff 00000000 00000000
Intel machine check architecture supported.
Intel machine check reporting enabled on CPU#0.
CPU:     After generic, caps: 0383fbf7 c1cbfbff 00000000 00000000
CPU:             Common caps: 0383fbf7 c1cbfbff 00000000 00000000
CPU: AMD Athlon(tm) XP 1600+ stepping 02
Enabling fast FPU save and restore... done.
Enabling unmasked SIMD FPU exception support... done.
Checking 'hlt' instruction... OK.
POSIX conformance testing by UNIFIX
enabled ExtINT on CPU#0
ESR value before enabling vector: 00000000
ESR value after enabling vector: 00000000
Using local APIC timer interrupts.
calibrating APIC timer ...
..... CPU clock speed is 1403.1826 MHz.
..... host bus clock speed is 267.2728 MHz.
cpu: 0, clocks: 2672728, slice: 1336364
CPU0<T0:2672720,T1:1336352,D:4,S:1336364,C:2672728>
mtrr: v1.40 (20010327) Richard Gooch (rgooch@atnf.csiro.au)
mtrr: detected mtrr type: Intel
PCI: PCI BIOS revision 2.10 entry at 0xfb480, last bus=1
PCI: Using configuration type 1
PCI: Probing PCI hardware
PCI: Using IRQ router default [1106/3099] at 00:00.0
Linux NET4.0 for Linux 2.4
Based upon Swansea University Computer Society NET3.039
Initializing RT netlink socket
Starting kswapd
VFS: Diskquotas version dquot_6.4.0 initialized
devfs: v1.12a (20020514) Richard Gooch (rgooch@atnf.csiro.au)
devfs: boot_options: 0x0
pty: 256 Unix98 ptys configured
Serial driver version 5.05c (2001-07-08) with HUB-6 MANY_PORTS MULTIPORT SHARE_IRQ SERIAL_PCI enabled
ttyS00 at 0x03f8 (irq = 4) is a 16550A
ttyS01 at 0x02f8 (irq = 3) is a 16550A
RAMDISK driver initialized: 16 RAM disks of 4096K size 1024 blocksize
Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994
Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" Kasprzak.
NET4: Linux TCP/IP 1.0 for NET4.0
IP Protocols: ICMP, UDP, TCP, IGMP
IP: routing cache hash table of 2048 buckets, 16Kbytes
TCP: Hash tables configured (established 16384 bind 16384)
Linux IP multicast router 0.06 plus PIM-SM
RAMDISK: cramfs filesystem found at block 0
RAMDISK: Loading 2716 blocks [1 disk] into ram disk... |/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/-\|/done.
Freeing initrd memory: 2716k freed
VFS: Mounted root (cramfs filesystem).
Freeing unused kernel memory: 92k freed
NET4: Unix domain sockets 1.0/SMP for Linux NET4.0.
Journalled Block Device driver loaded
Uniform Multi-Platform E-IDE driver Revision: 6.31
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: IDE controller on PCI bus 00 dev 89
PCI: No IRQ known for interrupt pin A of device 00:11.1. Please try using pci=biosirq.
VP_IDE: chipset revision 6
VP_IDE: not 100% native mode: will probe irqs later
ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
VP_IDE: VIA vt8233 (rev 00) IDE UDMA100 controller on pci00:11.1
    ide0: BM-DMA at 0xd400-0xd407, BIOS settings: hda:DMA, hdb:pio
    ide1: BM-DMA at 0xd408-0xd40f, BIOS settings: hdc:DMA, hdd:pio
hda: WDC WD300BB-77AUA1, ATA DISK drive
hdc: SAMSUNG DVD-ROM SD-612F, ATAPI CD/DVD-ROM drive
ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
ide1 at 0x170-0x177,0x376 on irq 15
hda: 58633344 sectors (30020 MB) w/2048KiB Cache, CHS=58168/16/63, UDMA(100)
Partition check:
 /dev/ide/host0/bus0/target0/lun0: [PTBL] [3649/255/63] p1 p2
ext3: No journal on filesystem on ide0(3,2)
Adding Swap: 240932k swap-space (priority -1)
Real Time Clock Driver v1.10e
apm: BIOS version 1.2 Flags 0x07 (Driver version 1.16)


 
 [:dragoda]  [:dragoda]


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
mood
Publicité
Posté le 01-12-2002 à 15:45:19  profilanswer
 

n°197635
Zaib3k
Posté le 01-12-2002 à 15:46:08  profilanswer
 

arf les erreur sont pas sur ce truc


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197639
Tux Le Pen​guin
Posté le 01-12-2002 à 15:51:34  profilanswer
 

Zaib3k a écrit a écrit :

arf les erreur sont pas sur ce truc




 
t'es bon pour booter sur le cd d'install, monter la partoche et copier le fichier , genre :  
cd /var/log
cp dmesg dmesg.sav

n°197640
Zaib3k
Posté le 01-12-2002 à 15:52:43  profilanswer
 

j'ai selectionné le vieux kernel ds grub, et ca boot avec aucune erreur, le reseau etc...
 
je crois que je suis bon pour un apt-get dist-downgrade :D
 
une bonne grosse install depuis le cd de woody et j'attend que la sarge sorte en stable :/
 
j'en ai trop marre


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197642
Zaib3k
Posté le 01-12-2002 à 15:54:17  profilanswer
 

Tux Le Penguin a écrit a écrit :

 
 
t'es bon pour booter sur le cd d'install, monter la partoche et copier le fichier , genre :  
cd /var/log
cp dmesg dmesg.sav




 
j'ai reussi a copié le dmesg, c celui plus haut, mais les erreur n'y sont pas listée :/
 
elles apparaissent pourtant a l'ecran, ca doit etre ds un autre log :/
 
arrete de t'arracher les cheveux, je vais revenir a la woody pepere et samba ramera et basta


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197645
Tux Le Pen​guin
Posté le 01-12-2002 à 15:57:37  profilanswer
 

Zaib3k a écrit a écrit :

 
 
j'ai reussi a copié le dmesg, c celui plus haut, mais les erreur n'y sont pas listée :/
 
elles apparaissent pourtant a l'ecran, ca doit etre ds un autre log :/
 
arrete de t'arracher les cheveux, je vais revenir a la woody pepere et samba ramera et basta




 
ça m'ennerve d'avoir fait tout ça pour rien
avec ton matos ça aurait du très bien passé :/
ça doit pas être grave mais c'est toujours chiant quand on est pas devant la machine :o

n°197647
Zaib3k
Posté le 01-12-2002 à 15:58:46  profilanswer
 

la j'en ai trop marre
 
si un jour je suis motivé pour retenter l'experience, je donnerais l'acces par ssh a qq1 de competant et basta  :o
 
 
edit : j'ai pas dit que la personne competante ne pouvait pas etre toi  :o


Message édité par Zaib3k le 01-12-2002 à 16:01:38

---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
n°197648
Tux Le Pen​guin
Posté le 01-12-2002 à 15:59:50  profilanswer
 

Zaib3k a écrit a écrit :

la j'en ai trop marre
 
si un jour je suis motivé pour retenter l'experience, je donnerais l'acces par ssh a qq1 de competant et basta  :o  




 
ok :fou:  
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
[:joce] :whistle:  
a+ :hello:

n°197649
Zaib3k
Posté le 01-12-2002 à 16:00:43  profilanswer
 

en tout cas :
 
http://www.freelang.com/traduction/toutes/pics/merci.gif
 
http://www.kevcarart.com/images/resume-thank-you.gif
 
merci  :jap:


---------------
Le droit à la différence s'arrête là où ça commence à m'emmerder sérieusement.
mood
Publicité
Posté le   profilanswer
 

 Page :   1  2  3  4
Page Suivante

Aller à :
Ajouter une réponse
 

Sujets relatifs
Plus de sujets relatifs à : hdparm


Copyright © 1997-2022 Hardware.fr SARL (Signaler un contenu illicite / Données personnelles) / Groupe LDLC / Shop HFR