Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 28/01/2010, à 22:20

ludoc41

Grub clé usb

Bonjour,

J'ai deux disques dur internes connectés en SATA :
sda & sdb

sda : Windows Vista + Kubuntu (Grub sur partition Kubuntu, j'utilise le lanceur de Windows Vista)
sdb : Windows 7 + Kubuntu (Pas de Grub, je ne peux pas lancer Kubuntu

Je souhaite virer Grub de sda, sa je sais faire.

Je pensais utiliser une clé USB pour installer Grub.

sudo mkfs.vfat -n usbboot sdg1
mount sdg1 /mnt/sdg1
grub-install --no-floppy --root-directory=/mnt/sdg1

Dans le Bios, je boot sur ma clé USB, Grub se lance bien.
Maintenant, je suis perdu pour le configurer.

device.map

(hd0)	/dev/sda
(hd1)	/dev/sdb
(hd2)	/dev/sdg
# 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'.
# 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		(hd1,0)
# makeactive
# chainloader	+1
#
# title		Linux
# root		(hd1,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=29387109-eb87-4239-9ffc-217856596b06 ro

## default grub root device
## e.g. groot=(hd1,0)
# groot=29387109-eb87-4239-9ffc-217856596b06

## 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

## specify if running in Xen domU or have grub detect automatically
## update-grub will ignore non-xen kernels when running in domU and vice versa
## e.g. indomU=detect
##      indomU=true
##      indomU=false
# indomU=detect

## 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 9.04, kernel 2.6.28-11-generic
uuid		29387109-eb87-4239-9ffc-217856596b06
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=29387109-eb87-4239-9ffc-217856596b06 ro quiet splash 
initrd		/boot/initrd.img-2.6.28-11-generic
quiet

title		Ubuntu 9.04, kernel 2.6.28-11-generic (recovery mode)
uuid		29387109-eb87-4239-9ffc-217856596b06
kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=29387109-eb87-4239-9ffc-217856596b06 ro  single
initrd		/boot/initrd.img-2.6.28-11-generic

title		Ubuntu 9.04, memtest86+
uuid		29387109-eb87-4239-9ffc-217856596b06
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 Vista (loader)
rootnoverify	(hd1,0)
savedefault
chainloader	+1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda3
title		Windows Vista (Recovery)
rootnoverify	(hd1,2)
savedefault
chainloader	+1

title		Windows 7
rootnoverify	(hd2,0)
savedefault
chainloader	+1

J'ai lu que comme on bootait sur la clé usb, elle prenait hd0 et qu'il fallait donc rajouté 1 pour les autres.

Windows Vista Loader fonctionne,
Windows Vista Recovery fonctionne,
Windows 7 fait booter mon pc sur sda donc pas de windows 7 hmm

Là je suis perdu.

Par ailleur, est-il possible que ma clé usb lance grub, qui lui même lance un grub situé sur sda ?


Merci pour votre aide...

Hors ligne

#2 Le 29/01/2010, à 08:54

malbo

Re : Grub clé usb

Mais pourquoi se faire chier la vie comme ça, et en plus patauger dans la clé USB ? tu peux laisser Grub sur la partition de Kubuntu puisque c'est déjà configuré comme ça (on s'en fout, ça ne gène pas) mais en plus, il faut installer Grub dans le MBR de sda parce que c'est la place d'un gestionnaire de démarrage performant qui peut démarrer n'importe quel OS. Tu pourras toujours le virer ce Grub dans le MBR de sda si vraiment il te foutait le bazar mais c'est vraiment là qu'il faut mettre Grub et non pas tourner autour du pot (pourquoi pas démarrer sur un lecteur de disquette externe pour simplifier le boot !)

Pour installer Grub dans le MBR :
Si tu as Grub2 (ce qui est le cas si tu as Kubuntu 9.10 installé dans le PC), c'est ça :
http://forum.ubuntu-fr.org/viewtopic.php?pid=3081197#p3081197
Si tu as l'ancien Grub (si tes deux Kubuntu sont des versions plus anciennes : 9.04 ou antérieures), c'est ça :
http://forum.ubuntu-fr.org/viewtopic.php?pid=927261#p927261

Dernière modification par malbo (Le 29/01/2010, à 09:00)

Hors ligne

#3 Le 29/01/2010, à 17:12

ludoc41

Re : Grub clé usb

Je cherche à installer grub depuis une clé usb pour que des utilisateurs novices ne s'aperçoivent pas de la présence d'un autre système.
Je sais que je peu baisser le timeout, mais ce qui m'intéresse c'est d'avoir grub sur une clé usb.

Dans ma situation, il ne faut pas que grub soit visible.
Avantage clé usb : je bouge du pc, j'embarque ma clé usb comme sa, aucun risque.

Merci pour vos réponses

Hors ligne

#4 Le 29/01/2010, à 18:29

malbo

Re : Grub clé usb

ludoc41 a écrit :

Je cherche à installer grub depuis une clé usb pour que des utilisateurs novices ne s'aperçoivent pas de la présence d'un autre système.

Et s'ils s'en aperçoivent, il se passe quoi ?

Hors ligne

#5 Le 29/01/2010, à 18:44

ludoc41

Re : Grub clé usb

J'ai pas envis qu'ils mettent les pieds dans kubuntu c'est tout.
c'est pas un drame si ils le voient, sa va pas les tuer, mais j'ai pas envis que sa les dérange, c'est tout.

On peu en revenir à mon problème ?

Merci

Hors ligne

#6 Le 29/01/2010, à 18:50

malbo

Re : Grub clé usb

Je ne suis pas intéressé merci

Hors ligne