Aller au contenu

partoch

Membres
  • Compteur de contenus

    28
  • Inscription

  • Dernière visite

Autres informations

  • Mes langues
    français

partoch's Achievements

Member

Member (4/12)

0

Réputation sur la communauté

  1. partoch

    plus de windows

    j'ai bien fais les deux proposition mais sa ne marche pas. je vous post mon menu.lst : # menu.lst - See: grub(, info grub, update-grub( # grub-install(, grub-floppy(, # 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'. # WARNING: If you are using dmraid do not use 'savedefault' or your # array will desync and will not let you boot your system. default 0 ## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 10 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) #hiddenmenu # 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 options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=e9467ccb-a448-4f75-8c62-291b0fcf2126 ## 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 ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## Xen hypervisor options to use with the default Xen boot option # xenhopt= ## Xen Linux kernel options to use with the default Xen boot option # xenkopt=console=tty0 ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) 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 ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## should update-grub add savedefault to the default options ## can be true or false # savedefault=false ## ## End Default Options ## title Ubuntu 8.10, kernel 2.6.27-7-generic uuid e9467ccb-a448-4f75-8c62-291b0fcf2126 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic quiet title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode) uuid e9467ccb-a448-4f75-8c62-291b0fcf2126 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 ro single initrd /boot/initrd.img-2.6.27-7-generic title Ubuntu 8.10, memtest86+ uuid e9467ccb-a448-4f75-8c62-291b0fcf2126 kernel /boot/memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Windows NT/2000/XP root (hd0,1) savedefault makeactive chainloader +1 et quand je reboot sur windows apres la manip au lieux d'avoir ma partition de restauration, j'ai un message d'erreur qui dit sa : [Minimal BASH-Like line editing is supported.for the first word, TAB list possible command completions. Anywhere else TAB list the possible completions of a devise/fileman.] du coup sa crain toujours. je reste a votre écoute
  2. partoch

    plus de windows

    voici : olive@olive-laptop:~$ sudo cat /etc/fstab # /etc/fstab: static file system information. # # <file system> <mount point> <type> <options> <dump> <pass> proc /proc proc defaults 0 0 # /dev/sda5 UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 / ext3 relatime,errors=remount-ro 0 1 # /dev/sda6 UUID=c649b740-29ba-43b5-8bba-91050fda5750 none swap sw 0 0 /dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0 olive@olive-laptop:~$ et mon menu lst : # menu.lst - See: grub(, info grub, update-grub( # grub-install(, grub-floppy(, # 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'. # WARNING: If you are using dmraid do not use 'savedefault' or your # array will desync and will not let you boot your system. default 0 ## timeout sec # Set a timeout, in SEC seconds, before automatically booting the default entry # (normally the first entry defined). timeout 10 ## hiddenmenu # Hides the menu by default (press ESC to see the menu) #hiddenmenu # 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 options below ## DO NOT UNCOMMENT THEM, Just edit them to your needs ## ## Start Default Options ## ## default kernel options ## default kernel options for automagic boot options ## If you want special options for specific kernels use kopt_x_y_z ## where x.y.z is kernel version. Minor versions can be omitted. ## e.g. kopt=root=/dev/hda1 ro ## kopt_2_6_8=root=/dev/hdc1 ro ## kopt_2_6_8_2_686=root=/dev/hdc2 ro # kopt=root=UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 ro ## default grub root device ## e.g. groot=(hd0,0) # groot=e9467ccb-a448-4f75-8c62-291b0fcf2126 ## 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 ## additional options to use with the default boot option, but not with the ## alternatives ## e.g. defoptions=vga=791 resume=/dev/hda5 # defoptions=quiet splash ## should update-grub lock old automagic boot options ## e.g. lockold=false ## lockold=true # lockold=false ## Xen hypervisor options to use with the default Xen boot option # xenhopt= ## Xen Linux kernel options to use with the default Xen boot option # xenkopt=console=tty0 ## altoption boot targets option ## multiple altoptions lines are allowed ## e.g. altoptions=(extra menu suffix) extra boot options ## altoptions=(recovery) 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 ## should update-grub create memtest86 boot option ## e.g. memtest86=true ## memtest86=false # memtest86=true ## should update-grub adjust the value of the default booted system ## can be true or false # updatedefaultentry=false ## should update-grub add savedefault to the default options ## can be true or false # savedefault=false ## ## End Default Options ## title Ubuntu 8.10, kernel 2.6.27-7-generic uuid e9467ccb-a448-4f75-8c62-291b0fcf2126 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 ro quiet splash initrd /boot/initrd.img-2.6.27-7-generic quiet title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode) uuid e9467ccb-a448-4f75-8c62-291b0fcf2126 kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=e9467ccb-a448-4f75-8c62-291b0fcf2126 ro single initrd /boot/initrd.img-2.6.27-7-generic title Ubuntu 8.10, memtest86+ uuid e9467ccb-a448-4f75-8c62-291b0fcf2126 kernel /boot/memtest86+.bin quiet ### END DEBIAN AUTOMAGIC KERNELS LIST # This is a divider, added to separate the menu items below from the Debian # ones. title Other operating systems: root # This entry automatically added by the Debian installer for a non-linux OS # on /dev/sda1 title Windows NT/2000/XP root (hd0,0) savedefault makeactive chainloader +1
  3. salut, jai un petit souci, je n'ai plus de windows dans mon nenu grub, apres avoir instaler ubuntu 8.10, a la place de ma mandriva 2008. je vous poste mon fdisk: ubuntu@ubuntu:~$ sudo fdisk -l Disk /dev/sda: 100.0 GB, 100030242816 bytes 255 heads, 63 sectors/track, 12161 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xba7ea4f6 Device Boot Start End Blocks Id System /dev/sda1 1 637 5116671 12 Compaq diagnostics /dev/sda2 * 638 6367 46026225 7 HPFS/NTFS /dev/sda3 6368 7377 8112825 7 HPFS/NTFS /dev/sda4 7378 9869 20016990 5 Extended /dev/sda5 7378 8396 8185086 83 Linux /dev/sda6 8397 8905 4088511 82 Linux swap / Solaris /dev/sda7 8906 9869 7743298+ 83 Linux ubuntu@ubuntu:~$ si il vous faut autre chose dite le mois
  4. bonjour, je voulais savoir comment vous faite pour installer ine imprimante Lexmark 4350 jai mandriva 2008
  5. partoch

    grub [résolu ]

    merci a tous tout fonctionne de nouveau a merveille. j'édit le sujet résolut
  6. partoch

    grub [résolu ]

    merci a vous mais je commence par quoi ? il y a tellement de reponce. dans un premier temps j'ai bien la première page de grub qui s'affiche avec sa vertion, et apres j'ai une page avec un fond d'écran bleu marquer mandriva, et sur cette page j'ai la possibilité de démarer mandriva ou mandriva en mode dégrader. Avant j'avais aussi windows. alors docteur que faire ????????
  7. partoch

    grub [résolu ]

    ok merci :P volia : [root@localhost olive]# cat /boot/grub/menu.lst timeout 10 color black/cyan yellow/cyan gfxmenu (hd0,4)/boot/gfxmenu default 0 title linux kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux root=UUID=7c4c42cc-42cb-4984-a9b2-e 588b74008f1 resume=/dev/sda6 splash=silent vga=788 initrd (hd0,4)/boot/initrd.img title linux-nonfb kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=7c4c42cc-42cb-4984- a9b2-e588b74008f1 resume=/dev/sda6 initrd (hd0,4)/boot/initrd.img title failsafe kernel (hd0,4)/boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=7c4c42cc-42cb-4984-a9b 2-e588b74008f1 failsafe initrd (hd0,4)/boot/initrd.img title desktop586 2.6.24.4-1mnb kernel (hd0,4)/boot/vmlinuz-2.6.24.4-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.2 4.4-1mnb root=UUID=7c4c42cc-42cb-4984-a9b2-e588b74008f1 resume=/dev/sda6 splash= silent vga=788 initrd (hd0,4)/boot/initrd-2.6.24.4-desktop586-1mnb.img title desktop586 2.6.24.7-1mnb kernel (hd0,4)/boot/vmlinuz-2.6.24.7-desktop586-1mnb BOOT_IMAGE=desktop586_2.6.2 4.7-1mnb root=UUID=7c4c42cc-42cb-4984-a9b2-e588b74008f1 resume=/dev/sda6 splash= silent vga=788 initrd (hd0,4)/boot/initrd-2.6.24.7-desktop586-1mnb.img [root@localhost olive]#
  8. partoch

    grub [résolu ]

    Salut jeanbi voila la première comande : Disque /dev/sda: 100.0 Go, 100030242816 octets 255 heads, 63 sectors/track, 12161 cylinders Units = cylindres of 16065 * 512 = 8225280 bytes Disk identifier: 0xba7ea4f6 Périphérique Amorce Début Fin Blocs Id Système /dev/sda1 1 637 5116671 12 Compaq diagnostics /dev/sda2 * 638 6367 46026225 7 HPFS/NTFS /dev/sda3 6368 7377 8112825 7 HPFS/NTFS /dev/sda4 7378 12161 38427480 5 Extended /dev/sda5 7378 8396 8185086 83 Linux /dev/sda6 8397 8905 4088511 82 Linux swap / Solaris /dev/sda7 8906 12161 26153788+ 83 Linux et pour la deuxième : [root@localhost olive]# cat/boot/grub/menu.lst bash: cat/boot/grub/menu.lst: Aucun fichier ou répertoire de ce type [root@localhost olive]# Disque /dev/sda: 100.0 Go, 100030242816 octets bash: Disque: command not found [root@localhost olive]# 255 heads, 63 sectors/track, 12161 cylinders bash: 255: command not found [root@localhost olive]# Units = cylindres of 16065 * 512 = 8225280 bytes bash: Units: command not found [root@localhost olive]# Disk identifier: 0xba7ea4f6 bash: Disk: command not found [root@localhost olive]# [root@localhost olive]# Périphérique Amorce Début Fin Blocs Id Système bash: Périphérique: command not found [root@localhost olive]# /dev/sda1 1 637 5116671 12 Compaq diagnostics bash: /dev/sda1: Permission non accordée [root@localhost olive]# /dev/sda2 * 638 6367 46026225 7 HPFS/NTFS bash: /dev/sda2: Permission non accordée [root@localhost olive]# /dev/sda3 6368 7377 8112825 7 HPFS/NTFS bash: /dev/sda3: Permission non accordée [root@localhost olive]# /dev/sda4 7378 12161 38427480 5 Extended bash: /dev/sda4: Permission non accordée [root@localhost olive]# /dev/sda5 7378 8396 8185086 83 Linux bash: /dev/sda5: Permission non accordée [root@localhost olive]# /dev/sda6 8397 8905 4088511 82 Linux swap / Solaris bash: /dev/sda6: Permission non accordée [root@localhost olive]# /dev/sda7 8906 12161 26153788+ 83 Linux bash: /dev/sda7: Permission non accordée voila merci
  9. bonjour je viens d'installer la dernière version de mandriva (spring) et de puis quand je reboot je ne peut plus choisir entre windows ou mandriva comment faire
  10. partoch

    convertir un divx

    je ne sais pas . quand je sauve garde j'ai un fichier texte . moi se que je voulais c'est faire comme je fesais avec (ex convert divix,ou nero)passer d'une video divix en une video au format (dvd) , apres cette convertion je pouvai lire la video sur mon vieux lecteur dvd. la seule contrainte c'est quil faut graver sur un dvd et pas sur un cd. mai sa fonctionnai .
  11. partoch

    convertir un divx

    non c'est juste pour pouvoir lire un vieux divx sur ma télé . j'ai essayer avidemux mais je n'arrive pas a graver ? pour les menu je n'en ai pas besoin, juste le film en mpeg suffira
  12. partoch

    convertir un divx

    merci KewlCat, tu a trouver c'est bien ma platine qui ne peut lire que des dvd vidéo. il sagit d'une elyxio ( un vieux model ). avant je fesais mes convertion avec néro sous windows, comme je suis passer avec mandriva, j'ai virer plein de logiciels pour faire umpeu de place. et je vais essayer Avidemux .
  13. bonjour a tous, j'ai un petit souci j'ai un film en divx, que je ne peut pas lire sur ma vielle platine de salon, je voulais donc savoir comment on fait sous l'inux ( j'ai mandriva 2008) merci pour vos réponce
  14. partoch

    restorer mandriva

    je vien de faire se que tu ma dit et sa ne marche pas , urpmi verrouiller .
  15. partoch

    restorer mandriva

    le premier rapport d'erreur : L'installation a échoué, certains fichiers sont introuvables : - ftp://ftp.mandrake.ikoula.com/Mandrakelin...2008.0.i586.rpm - ftp://ftp.mandrake.ikoula.com/Mandrakelin...2008.0.i586.rpm Vous devriez probablement mettre à jour vos médias.
×
×
  • Créer...