Dual-boot sans choix au démarrage

Manu DESS -  
 Manu DESS -
Bonjour,
J'ai fait un dual-boot entre Ubuntu Héron et Mandriva 2008 sda/sdb sur un Fuj-Siemens Amilo monté sur le sda bien-sur. C'est un bootage grub. Au démarrage, Ubuntu s'ouvre normalement sans que j'ai le choix. Dois-je appuyer sur une touche ? Dois-je faire des réglages dans le bios avant ?
Jusqu'à présent, j'ai juste donné les instructions simples pendant l'installation de Mandriva : bootage sur le sda. Et je ne trouve pas vraiment les instructions précises à ce sujet.
Merci si vous avez des conseils précieux.
Configuration: Linux
Firefox 3.0.3

5 réponses

  1. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Salut,

    Affiche le résultat des commandes (en root) :
    /sbin/fdisk -l
    egrep -v '^(#|$)' /boot/grub/menu.lst
    C'est un ELLE minuscule et non pas un UN !
    1
  2. jipicy Messages postés 40842 Date d'inscription   Statut Modérateur Dernière intervention   4 898
     
    Essaye en rajoutant "sudo" devant :
    sudo /sbin/fdisk -l

    puis :
    egrep -v '^(#|$)' /boot/grub/menu.lst
    1
  3. Manu DESS
     
    Salut,

    emmanuel@emmanuel-laptop:~$ qsdfgh
    bash: qsdfgh: command not found

    Voilà, le pb sur ubuntu, c'est que quand je tape mon mot de passe, il me répond ça. Peut-etre ai-je oublié quelquchose, car je l'ai très peu fait auparavant.
    Sinon, quand je tape l'accent circonflexe, rien n'apparait.
    0
  4. Manu DESS
     
    emmanuel@emmanuel-laptop:~$ sudo /sbin/fdisk -l

    [sudo] password for emmanuel:

    Disk /dev/sda: 80.0 GB, 80026361856 bytes

    255 heads, 63 sectors/track, 9729 cylinders

    Units = cylinders of 16065 * 512 = 8225280 bytes

    Disk identifier: 0x11a45bb6

    Device Boot Start End Blocks Id System

    /dev/sda1 * 1 9352 75119908+ 83 Linux

    /dev/sda2 9353 9729 3028252+ 5 Extended

    /dev/sda5 9353 9729 3028221 82 Linux swap / Solaris

    Disk /dev/sdb: 80.0 GB, 80026361856 bytes

    255 heads, 63 sectors/track, 9729 cylinders

    Units = cylinders of 16065 * 512 = 8225280 bytes

    Disk identifier: 0x57fa641c

    Device Boot Start End Blocks Id System

    /dev/sdb1 * 1 1019 8185086 83 Linux

    /dev/sdb2 1020 9729 69963075 5 Extended

    /dev/sdb5 1020 9729 69963043+ 83 Linux

    Disk /dev/sdc: 16.2 GB, 16239296512 bytes

    95 heads, 48 sectors/track, 6955 cylinders

    Units = cylinders of 4560 * 512 = 2334720 bytes

    Disk identifier: 0xc3072e18

    Device Boot Start End Blocks Id System

    /dev/sdc1 * 1 6956 15858664 c W95 FAT32 (LBA)

    Voilà, ensuite pour egrep etc, le chapeau chinois n'apparait sur mon ordi. Je suis sur Ubuntu en anglais, mais avec un clavier configuré français.
    0
  5. Vous n’avez pas trouvé la réponse que vous recherchez ?

    Posez votre question
  6. Manu DESS
     
    Voilà, donc, j'ai simplement copié ton instruction :

    emmanuel@emmanuel-laptop:~$ egrep -v '^ (#
    >
    > egrep -v '^ (#l$

    bash: syntax error near unexpected token `('
    emmanuel@emmanuel-laptop:~$ 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=47ca18ec-5edf-464f-b890-706f55b54117 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=47ca18ec-5edf-464f-b890-706f55b54117 ro single
    0