Installing Kubuntu 10.10 on a separate partition, together with Windows 7, I didn’t have the multi-boot menu… … où comment installer un OS linux en double boot et se retrouver sans menu grub pour démarrer sur celui-ci !

Install of Kubuntu 10.10 on HP Pavillon Elite HPE-110fr

Trying to help ubuntu propogate in the neighborhood, I was allowed to install Kubuntu (10.10, 64 bits) at niledam’s (here et there). I took 100 Go on their HP Pavillon Elite HPE-110fr (HW: 1 To). No problem with the install but, during the final reboot, multiboot menu and I directly boot on Windows: grub isn’t installed…

How to fix it?

  • Boot the computer on Kubuntu LiveCD (choose “Try Kubuntu”)
  • Mount the partition corresponding to Kubuntu on the LiveCD system (in my case, it was sdb2; in case you don’t know which partition it is, try the command line fdisk -l in a terminal or use “dolphin” and look at the partitions at the left side of the window: you should be able to identify the partition corresponding to the Kubuntu system):
    sudo mount /dev/sdb2 /mnt
  • Mount the following directories: dev, proc et sys by the following command lines:
    sudo mount --bind /dev /mnt/dev
    sudo mount --bind /proc /mnt/proc
    sudo mount --bind /sys /mnt/sys
  • Change the root directory for the Kubuntu system installed on your computer:
    sudo chroot /mnt
  • Install grub:
    sudo grub-install
  • Exit the computer system and unmount the partitions:
    exit
    sudo umount /proc
    sudo umount /dev
    sudo umount /sys
    sudo umount /mnt
  • Reboot (without LiveCD): grub menu should be available.

Resume of the install (Kubuntu 10.10, 64 bits on HP Pavillon Elite-110fr)

  • Video card (Nvidia GeForce GT230): In Kubuntu menu “Systems -> Additional drivers”, install nvidia driver;
  • Wi-Fi: OK;
  • Network interface: OK;
  • Sound: OK;
  • Memory card readers: unchecked.

Installation de Kubuntu 10.10 sur HP Pavillon Elite HPE-110fr

Poursuivant ma colonisation du quartier avec les OS libres, j’ai eu l’autorisation d’installer Kubuntu (10.10, 64 bits) chez les “niledam” (ici et ), en prenant 100 Go sur le disque 1 To de leur HP Pavillon Elite HPE-110fr. L’installation se déroule, a priori, sans problème jusqu’au redémarrage final où je bascule directement sur Windows !!! Pas de menu de multi-boot : grub ne semble pas installé.

Résolution : Installation de grub a posteriori

  • Démarrer l’ordinateur sur un live CD Kubuntu (option “Essayer Kubuntu”)
  • Monter la partition correspondant à Kubuntu sur le live CD (dans mon cas, la partition était sdb2 ; un fdisk -l dans un terminal ou bien lancer dolphin et regarder les partition sur la gauche de la fenêtre devrait vous permettre d’identifier la bonne partition) :
    sudo mount /dev/sdb2 /mnt
  • Monter les répertoires dev, proc et sys :
    sudo mount --bind /dev /mnt/dev
    sudo mount --bind /proc /mnt/proc
    sudo mount --bind /sys /mnt/sys
  • Entrer dans le système Kubuntu de l’ordinateur :
    sudo chroot /mnt
  • Installer grub :
    sudo grub-install
  • Sortir du système Kubuntu et démonter les partitions
    exit
    sudo umount /proc
    sudo umount /dev
    sudo umount /sys
    sudo umount /mnt
  • Redémarrer : Le menu grub doit être fonctionnel !

Petit bilan de l’installation de Kubuntu 10.10, 64 bits sur HP Pavillon Elite-110fr

  • Carte vidéo (Nvidia GeForce GT230) : Aller dans “Système -> Additional drivers” et installer le pilote propriétaire nvidia (la dernière version) ;
  • Carte Wi-Fi : OK ;
  • Carte réseau éthernet : OK ;
  • Carte son : OK ;
  • Lecteurs cartes mémoire : non vérifiés.