eminem6 Posté(e) le 21 juin 2007 Partager Posté(e) le 21 juin 2007 Bonjour, j'ai installé Vista puis Kubuntu en Dual boot. Tout fonctionné bien au démarage avec Grub, sauf que je n'arrivé pas à mettre Vista par défaut (Si quelqu'un sait commment faire?). Alors j'ai installé EasyBCD Le boot fonctionne nikel pour Vista, mais pas pour Kubuntu 7. Je vous met des images sa parle plus... Voila comment j'ai configurer l'entrée pour kubuntu et là on peux s'apercevoir que pour l'entrée 2 (Kubuntu) il y a : Drive C or c'est pas sur C que j'ai linux car J'ai Vista sur le C... Et là ça me donne ça quand j'éssais de lancer linux au démarrage... Très bizar tout ca...Merci d'avance pour votre aide. Lien vers le commentaire Partager sur d’autres sites More sharing options...
LukeSkyPator Posté(e) le 21 juin 2007 Partager Posté(e) le 21 juin 2007 Pour mettre vista en choix par défaut, tu as une option en éditant le fichier grub.conf depuis Linux (tu as un fichier grub.list je crois qui te liste l'ensemble des entrées de grub) Sinon, une grande règle, mais tu dois la connaitre : d'abord on isntalle Win, ensuite Nux, pcq Win réécrit complètement le MBR, ce qui fait que si t'installes Nux, GRUb est écrasé LSP, le manchot qui conseille toutefois une VMWare si la config est assez musclée Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 21 juin 2007 Auteur Partager Posté(e) le 21 juin 2007 et si je désinstall BCD sous Vista, ca va me remettre GRUB? Lien vers le commentaire Partager sur d’autres sites More sharing options...
LukeSkyPator Posté(e) le 21 juin 2007 Partager Posté(e) le 21 juin 2007 Je pense pas. A mon avis, le bouzin a écrasé GRUB. Réinstalle toi GRUB depuis le CD de Nux. LSP, le manchot qui aime les projets du genre : On veut une appli qui gère l'entreprise et fait le café, qui coute rien et qui clignote quand tu souris... Lien vers le commentaire Partager sur d’autres sites More sharing options...
tuXXX Posté(e) le 21 juin 2007 Partager Posté(e) le 21 juin 2007 Pour easybcd, c'est marqué dans la config pourquoi ça ne marche pas : "The bootloader must be installed to the bootsector of the partition" (càd faire un setup (hdX,Y) au lieu du setup (hdX)) Pour le démarrage par défaut dans grub, il suffit tout simplement de modifier la ligne "default X" et remplacer X par le numéro de l'entrée par défaut (0 est donc le premier choix, 1 le deuxième, 2 le troisième, etc.) Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 22 juin 2007 Auteur Partager Posté(e) le 22 juin 2007 ok, merci TuXXX, mais j'ai pas trop compris comment faire pour easyBCD : faire un setup (hdX,Y) au lieu du setup (hdX) Peut-tu t'expliquer Merci beaucoup Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 22 juin 2007 Auteur Partager Posté(e) le 22 juin 2007 Donc, j'ai réussi a remttre GRUB. Dans /boot/grub/Menu.lst se trouve les options à modifier afin de mettre Windows en premier, mais je n'y arrive pas... Aussi, si je modifie ce fichier, je ne peux pas car j'ai pas les droits en écriture...et lorsque je clique droit dessus, puis propriété, je ne peux pas changer les droit d'accé.... Voilà ce qu'il contient : # 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 change this entry to 'saved' 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=61a673d3-a082-41ef-a7fa-7ad0a757d0fc ro ## Setup crashdump menu entries ## e.g. crashdump=1 # crashdump=0 ## default grub root device ## e.g. groot=(hd0,0) # groot=(hd0,1) ## 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 locale=fr_FR ## 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 ## ## End Default Options ## title Ubuntu, kernel 2.6.20-15-generic root (hd0,1) kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=61a673d3-a082-41ef-a7fa-7ad0a757d0fc ro quiet splash locale=fr_FR initrd /boot/initrd.img-2.6.20-15-generic quiet savedefault title Ubuntu, kernel 2.6.20-15-generic (recovery mode) root (hd0,1) kernel /boot/vmlinuz-2.6.20-15-generic root=UUID=61a673d3-a082-41ef-a7fa-7ad0a757d0fc ro single initrd /boot/initrd.img-2.6.20-15-generic title Ubuntu, memtest86+ root (hd0,1) 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/hda1 title Windows Vista/Longhorn (loader) root (hd0,0) savedefault makeactive chainloader +1 Lien vers le commentaire Partager sur d’autres sites More sharing options...
fredragon Posté(e) le 22 juin 2007 Partager Posté(e) le 22 juin 2007 change default 0 en default 3 pour cela, il faut lancer ton éditeur de texte avec les droits admin. sous gnome, mon editeur de texte est gedit donc je tape depuis une console : sudo gedit /boot/grub/Menu.lst donc pour kde, tu remplaces gedit par le nom de ton éditeur de texte, et voila. Lien vers le commentaire Partager sur d’autres sites More sharing options...
aurielle Posté(e) le 22 juin 2007 Partager Posté(e) le 22 juin 2007 change default 0 en default 3pour cela, il faut lancer ton éditeur de texte avec les droits admin. sous gnome, mon editeur de texte est gedit donc je tape depuis une console : sudo gedit /boot/grub/Menu.lst donc pour kde, tu remplaces gedit par le nom de ton éditeur de texte, et voila. kate par défaut sous kde Lien vers le commentaire Partager sur d’autres sites More sharing options...
LukeSkyPator Posté(e) le 23 juin 2007 Partager Posté(e) le 23 juin 2007 Vi, ya que ça de vrai LSP, le manchot alias de vim Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 24 juin 2007 Auteur Partager Posté(e) le 24 juin 2007 ok, je met sa dans la console et il me met : "PASSWORD :", mais je peux rien écrire!bizar... Lien vers le commentaire Partager sur d’autres sites More sharing options...
tyrann27 Posté(e) le 24 juin 2007 Partager Posté(e) le 24 juin 2007 Ben... C'est normal... Sous linux ya rien qui s'affiche de maniere à ne pas permettre à qqun de savoir combien de caractères il y a... Mais tu tapes ton mdp et tu fais ENTER et ça fonctionne... Lien vers le commentaire Partager sur d’autres sites More sharing options...
eYo Posté(e) le 24 juin 2007 Partager Posté(e) le 24 juin 2007 Tape ton mot de passe, il est quand même pris en compte et valide avec entré .. Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 25 juin 2007 Auteur Partager Posté(e) le 25 juin 2007 a ok!!!!Je suis trop habitué à windows!!!Mdr Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 25 juin 2007 Auteur Partager Posté(e) le 25 juin 2007 bon, donc ca a marcher, sauf que...j'ai du réinstaller Kubuntu afin de réinstaller Grub car la restauration de Vista, m'avait écraser Grub.... Sauf que maintenant, ca veut plus marcher : voila ce qui me met : romsdu26@Romsdu26:~$ sudo kate /boot/grub/menu.lst X Error: BadDevice, invalid or uninitialized input device 167 Major opcode: 144 Minor opcode: 3 Resource id: 0x0 Failed to open device X Error: BadDevice, invalid or uninitialized input device 167 Major opcode: 144 Minor opcode: 3 Resource id: 0x0 Failed to open device Xlib: connection to ":0.0" refused by server Xlib: No protocol specified kdeinit: Can't connect to the X Server. kdeinit: Might not terminate at end of session. Xlib: connection to ":0.0" refused by server Xlib: No protocol specified kded: cannot connect to X server :0.0 kded: ERROR: KUniqueApplication: Registering failed! kded: ERROR: Communication problem with kded, it probably crashed. kdeinit: Shutting down running client. --------------------------------- It looks like dcopserver is already running. If you are sure that it is not already running, remove /root/.DCOPserver_Romsdu26__0 and start dcopserver again. --------------------------------- Xlib: connection to ":0.0" refused by server Xlib: No protocol specified kdeinit: Can't connect to the X Server. kdeinit: Might not terminate at end of session. Xlib: connection to ":0.0" refused by server Xlib: No protocol specified kded: cannot connect to X server :0.0 kded: ERROR: KUniqueApplication: Registering failed! kded: ERROR: Communication problem with kded, it probably crashed. kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! kio (KSycoca): ERROR: No database available! KCrash: Application 'kate' crashing... Xlib: connection to ":0.0" refused by server Xlib: No protocol specified drkonqi: cannot connect to X server :0.0 romsdu26@Romsdu26:~$ Lien vers le commentaire Partager sur d’autres sites More sharing options...
LukeSkyPator Posté(e) le 25 juin 2007 Partager Posté(e) le 25 juin 2007 Tu serais pas en train de lancer kate serveur X stoppé ? Essaie avec vi LSP, le manchot qui dit ptêt une connerie Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 25 juin 2007 Auteur Partager Posté(e) le 25 juin 2007 dsl, mais j'ai pas Capté... c'est quoi kate serveur X? c'est quoi VI? Lien vers le commentaire Partager sur d’autres sites More sharing options...
Soulfly_tribe90 Posté(e) le 25 juin 2007 Partager Posté(e) le 25 juin 2007 Surtout que tu n'as pas besoin de refaire une installation pour remettre grub... Ce que je te conseillerais, c'est quand même de bien lire les docs proposés par les sites, en particulier celui de ubuntu-fr : http://doc.ubuntu-fr.org/ Qui regorge d'astuce et surtout ce que tu dois savoir pour avoir de bonne base. Lien vers le commentaire Partager sur d’autres sites More sharing options...
eminem6 Posté(e) le 26 juin 2007 Auteur Partager Posté(e) le 26 juin 2007 merci beaucoup pour le site. Mais j'ai toujour pas compris pourquoi je peux plus faire sudo dans la console... Lien vers le commentaire Partager sur d’autres sites More sharing options...
Messages recommandés
Archivé
Ce sujet est désormais archivé et ne peut plus recevoir de nouvelles réponses.