#26 Le 28/01/2010, à 20:00
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
amkoolgarst a écrit :sudo ls -l /dev/disk/by-uuid/
et tu adaptes le fichier /etc/fstab avec les nouvelles valeurs :
sudo gedit /nouveau/etc/fstabEuh, là j'ai des doutes...
Je mets quoi dans le fstab?
bah ce qui va pas c'est l'id de tes partition d'apres la commande qu'on te demande de faire
donc ce qu'il faut que tu rectifie c'est les uuid des partitions concerné logiquement
En fait j'ai ça:
ubuntu@ubuntu:~$ sudo ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2010-01-28 17:55 633b9076-7d4a-4d2c-95bd-c315c00aa01c -> ../../sda6
lrwxrwxrwx 1 root root 10 2010-01-28 17:57 d553f23b-ddf7-4597-9ab9-3684deea6fc4 -> ../../sda5
lrwxrwxrwx 1 root root 10 2010-01-28 17:19 f9f0551f-ea77-475c-aefe-48504d4ef568 -> ../../sda1
ubuntu@ubuntu:~$
Ok, j'suis un peu frileux sur le coup...
Merci Qid, et sans rancune;)
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#27 Le 28/01/2010, à 20:06
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
oups mon fstab c'est ça:
[b]sudo gedit /nouveau/etc/fstab
[/b]
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda5 during installation
UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=633b9076-7d4a-4d2c-95bd-c315c00aa01c none swap sw 0 0
/dev/scd0 /media/cdrom0 auto user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#28 Le 28/01/2010, à 20:09
- Qid
Re : [RESOLU] fusionner 2 partitions
@ amkoolgarst > ça y est ton souci me revien !
tu veux pas observer un peu par toi meme putot qu'on te donne la réponse :
le ls donne sda6 alors que le fstab donne sda5 pour le meme uuid
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#29 Le 28/01/2010, à 20:09
- Compte anonymisé
Re : [RESOLU] fusionner 2 partitions
Salut
Pour démarrer sur /dev/sda1 il faut adapter fstab ainsi :
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=633b9076-7d4a-4d2c-95bd-c315c00aa01c none swap sw 0 0
/dev/scd0 /media/cdrom0 auto user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
@+
#30 Le 28/01/2010, à 20:23
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
@ amkoolgarst > ça y est ton souci me revien !
tu veux pas observer un peu par toi meme putot qu'on te donne la réponse :
le ls donne sda6 alors que le fstab donne sda5 pour le meme uuid
T'as pas tort, j'suis juste un peu frileux, au vu de la delicatesse de l'opération.....
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#31 Le 28/01/2010, à 20:25
- Qid
Re : [RESOLU] fusionner 2 partitions
T'as pas tort, j'suis juste un peu frileux, au vu de la delicatesse de l'opération.....
ça risque pas plus hein ... tu crain plus rien la ...
enfin bon ... je vois qu'il y en a qui sont plus sympa
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#32 Le 28/01/2010, à 20:26
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
Par contre j'ai eu ça:
root@ubuntu:/# grub-install /dev/sda
Searching for GRUB installation directory ... found: /boot/grub
[b]The file /boot/grub/stage2 not read correctly.[/b]
root@ubuntu:/# update-grub
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-2.6.31-17-generic
Found kernel: /boot/vmlinuz-2.6.31-16-generic
Found kernel: /boot/vmlinuz-2.6.31-15-generic
Found kernel: /boot/vmlinuz-2.6.31-14-generic
Found kernel: /boot/memtest86+.bin
Updating /boot/grub/menu.lst ... done
root@ubuntu:/#
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#33 Le 28/01/2010, à 20:28
- Qid
Re : [RESOLU] fusionner 2 partitions
Par contre j'ai eu ça
bah ou est le probleme ?
"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil
Hors ligne
#34 Le 28/01/2010, à 20:52
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
ben le problème c'est que ça ne boot pas: je me retrouve avec un login, soit, mais qui ne mène à rien....
Avec en haut à droite un teste que je n'ai pas eu le temps de retranscrire intégralement:
Problème d'installation:
La configuration par défaut du gestionnaire dìénergie de Gnome...blah, blah, blah!
Problème avec grub??? ( comme remarqué plus haut...)
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#35 Le 28/01/2010, à 21:10
- Compte anonymisé
Re : [RESOLU] fusionner 2 partitions
Il semblerait que tu ais une version ancienne de grub.
Il faudrait en LiveCD taper les commandes suivantes :
sudo grub --> grub>
find /boot/grub/menu.lst devrait te donner (hd0,0) et (hd0,4)
root (hd0,0)
setup (hd0)
puis tu montes la partition /dev/sda1 :
sudo mount /dev/sda1 /mnt
et tu listes le fichier menu.lst:
sudo gedit /mnt/boot/grub/menu.lst
@+
#36 Le 28/01/2010, à 21:20
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
Il semblerait que tu ais une version ancienne de grub.
Il faudrait en LiveCD taper les commandes suivantes :
sudo grub --> grub>
find /boot/grub/menu.lst devrait te donner (hd0,0) et (hd0,4)
root (hd0,0)
setup (hd0)puis tu montes la partition /dev/sda1 :
sudo mount /dev/sda1 /mnt
et tu listes le fichier menu.lst:
sudo gedit /mnt/boot/grub/menu.lst@+
En effet:
grub-install -v
grub-install (GNU GRUB 0.97)
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#37 Le 28/01/2010, à 21:39
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
bon, merci jen,
J'ai du nouveau:
ubuntu@ubuntu:~$ sudo grub --> grub>
bash: syntax error near unexpected token `newline'
ça commence mal....
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#38 Le 28/01/2010, à 21:47
- Compte anonymisé
Re : [RESOLU] fusionner 2 partitions
Sauf que la commande est :
sudo grub
et --> montre le résultat (le prompt) grub>
Ne tape que ce qui est en GRAS
#39 Le 28/01/2010, à 22:20
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
Sauf que la commande est :
sudo grubet --> montre le résultat (le prompt) grub>
Ne tape que ce qui est en GRAS
Pardonne-moi...je suis un tant soit peu perdu...( je me lis les pages de la doc sur grub)
Maintenant j'ai cela ( fin du /boot/grub/menulst):
## ## End Default Options ##
title Ubuntu 9.04, memtest86+
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/memtest86+.bin
### END DEBIAN AUTOMAGIC KERNELS LIST
Manifestement, pas de partition à part le test....
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#40 Le 28/01/2010, à 22:45
- Compte anonymisé
Re : [RESOLU] fusionner 2 partitions
Et que donne un :
sudo ls -l /mnt/boot
#41 Le 28/01/2010, à 23:29
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
Et que donne un :
sudo ls -l /mnt/boot
ubuntu@ubuntu:~$ sudo ls -l /mnt/boot
total 54744
-rw-r--r-- 1 root root 629174 2009-10-16 18:03 abi-2.6.31-14-generic
-rw-r--r-- 1 root root 629174 2009-11-10 18:52 abi-2.6.31-15-generic
-rw-r--r-- 1 root root 629174 2009-12-08 08:03 abi-2.6.31-16-generic
-rw-r--r-- 1 root root 629446 2009-12-10 19:33 abi-2.6.31-17-generic
-rw-r--r-- 1 root root 111371 2009-10-16 18:03 config-2.6.31-14-generic
-rw-r--r-- 1 root root 111371 2009-11-10 18:52 config-2.6.31-15-generic
-rw-r--r-- 1 root root 111371 2009-12-08 08:03 config-2.6.31-16-generic
-rw-r--r-- 1 root root 111371 2009-12-10 19:33 config-2.6.31-17-generic
drwxr-xr-x 2 root root 4096 2010-01-28 19:40 grub
-rw-r--r-- 1 root root 7640395 2009-11-19 09:50 initrd.img-2.6.31-14-generic
-rw-r--r-- 1 root root 7640243 2009-11-24 20:24 initrd.img-2.6.31-15-generic
-rw-r--r-- 1 root root 7638546 2010-01-04 20:25 initrd.img-2.6.31-16-generic
-rw-r--r-- 1 root root 7638535 2010-01-07 10:46 initrd.img-2.6.31-17-generic
-rw-r--r-- 1 root root 128796 2009-10-23 16:11 memtest86+.bin
-rw-r--r-- 1 root root 1664737 2009-10-16 18:03 System.map-2.6.31-14-generic
-rw-r--r-- 1 root root 1665323 2009-11-10 18:52 System.map-2.6.31-15-generic
-rw-r--r-- 1 root root 1665323 2009-12-08 08:03 System.map-2.6.31-16-generic
-rw-r--r-- 1 root root 1665500 2009-12-10 19:33 System.map-2.6.31-17-generic
-rw-r--r-- 1 root root 1196 2009-10-16 18:06 vmcoreinfo-2.6.31-14-generic
-rw-r--r-- 1 root root 1196 2009-11-10 18:55 vmcoreinfo-2.6.31-15-generic
-rw-r--r-- 1 root root 1196 2009-12-08 08:05 vmcoreinfo-2.6.31-16-generic
-rw-r--r-- 1 root root 1196 2009-12-10 19:35 vmcoreinfo-2.6.31-17-generic
-rw-r--r-- 1 root root 3890400 2009-10-16 18:03 vmlinuz-2.6.31-14-generic
-rw-r--r-- 1 root root 3892224 2009-11-10 18:52 vmlinuz-2.6.31-15-generic
-rw-r--r-- 1 root root 3892032 2009-12-08 08:03 vmlinuz-2.6.31-16-generic
-rw-r--r-- 1 root root 3890560 2009-12-10 19:33 vmlinuz-2.6.31-17-generic
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#42 Le 29/01/2010, à 01:24
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
ubuntu@ubuntu:~$ sudo fdisk -l
Disk /dev/sda: 40.0 GB, 40038211584 bytes
255 heads, 63 sectors/track, 4867 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Disk identifier: 0x83f183f1
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3040 24418768+ 83 Linux
/dev/sda2 3041 4867 14675377+ 5 Extended
/dev/sda5 3041 4784 14008648+ 83 Linux
/dev/sda6 4785 4867 666666 82 Linux swap / Solaris
Pourquoi ça boot pas???
HELP!!!
Dernière modification par amkoolgarst (Le 29/01/2010, à 01:26)
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#43 Le 29/01/2010, à 01:42
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
tiens, c'est marrant, d'un coup ça a marché:
Après:
[ Minimal BASH-like line editing is supported. For
the first word, TAB lists possible command
completions. Anywhere else TAB lists the possible
completions of a device/filename. ]
grub> find /boot/grub/menu.lst
(hd0,0)
(hd0,4)
grub> find /boot/grub/menu.lst
Bon, ok.
ubuntu@ubuntu:~$ sudo mount /dev/sda1 /mnt
ubuntu@ubuntu:~$ sudo gedit /mnt/boot/grub/menu.lst
J'obtiens:
## ## End Default Options ##
title Ubuntu 9.10, kernel 2.6.31-17-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-17-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-17-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-17-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-17-generic
title Ubuntu 9.10, kernel 2.6.31-16-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-16-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-16-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-16-generic
title Ubuntu 9.10, kernel 2.6.31-15-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-15-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-15-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-15-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-15-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-15-generic
title Ubuntu 9.10, kernel 2.6.31-14-generic
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-14-generic (recovery mode)
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=d553f23b-ddf7-4597-9ab9-3684deea6fc4 ro single
initrd /boot/initrd.img-2.6.31-14-generic
title Ubuntu 9.10, memtest86+
uuid d553f23b-ddf7-4597-9ab9-3684deea6fc4
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
......toujours la meme chose sur laquelle je ne peux booter....
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#44 Le 29/01/2010, à 02:02
- compte supprimé
Re : [RESOLU] fusionner 2 partitions
C'est comme dans fstab :
UUID=f9f0551f-ea77-475c-aefe-48504d4ef568
C'est ça sda1 et non pas d553f23b-ddf7-4597-9ab9-3684deea6fc4
J'en profite pour contourner un peu la modération (;) )
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Le second c'est Debord, mais le premier (ça m'intrigue) ?
Dernière modification par faustus (Le 29/01/2010, à 02:05)
#45 Le 29/01/2010, à 02:26
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
C'est comme dans fstab :
UUID=f9f0551f-ea77-475c-aefe-48504d4ef568
C'est ça sda1 et non pas d553f23b-ddf7-4597-9ab9-3684deea6fc4J'en profite pour contourner un peu la modération (;) )
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Le second c'est Debord, mais le premier (ça m'intrigue) ?
Ben non, ça marche paaaaaas......J'ai pourtant modifié ( et déjà avant...)
le fstab:
# /etc/fstab: static file system information.
#
# Use 'vol_id --uuid' to print the universally unique identifier for a
# device; this may be used with UUID= as a more robust way to name devices
# that works even if disks are added and removed. See fstab(5).
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# / was on /dev/sda1 during installation
UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 / ext3 relatime,errors=remount-ro 0 1
# swap was on /dev/sda6 during installation
UUID=633b9076-7d4a-4d2c-95bd-c315c00aa01c none swap sw 0 0
/dev/scd0 /media/cdrom0 auto user,noauto,exec,utf8 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto,exec,utf8 0 0
voilà!
p'tre un 'blem avec le point de montage...je ne comprends pas!
Dernière modification par amkoolgarst (Le 29/01/2010, à 02:34)
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#46 Le 29/01/2010, à 02:32
- compte supprimé
Re : [RESOLU] fusionner 2 partitions
Tu les as tous modifiés ? Dans menu.lst, hein, il faut les changer.
uuid .......
kernel .... root=UUID=.....
Si oui,
sudo grub
root hd(0,0)
setup (hd0)
quit
Ça devrait démarrer ou au moins envoyer un message quelconque genre error un_numéro
Dernière modification par faustus (Le 29/01/2010, à 02:34)
#47 Le 29/01/2010, à 02:47
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
Tu les as tous modifiés ? Dans menu.lst, hein, il faut les changer.
uuid .......
kernel .... root=UUID=.....
Si oui,sudo grub root hd(0,0) setup (hd0) quit
Ça devrait démarrer ou au moins envoyer un message quelconque genre error un_numéro
oui, je veux bein, seulement que mon menu.lst est vide....Pourquoi? Et je le remplis avec quoi???
Merci à toi.
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#48 Le 29/01/2010, à 02:52
- compte supprimé
Re : [RESOLU] fusionner 2 partitions
Mais non, tu en avais un ici : http://forum.ubuntu-fr.org/viewtopic.php?pid=3244213#p3244213
C'est celui-là qu'il faut modifier ! Celui de la partition sda1 (/boot/grub/menu.lst).
Dernière modification par faustus (Le 29/01/2010, à 02:54)
#49 Le 29/01/2010, à 03:48
- amkoolgarst
Re : [RESOLU] fusionner 2 partitions
Mais non, tu en avais un ici : http://forum.ubuntu-fr.org/viewtopic.php?pid=3244213#p3244213
C'est celui-là qu'il faut modifier ! Celui de la partition sda1 (/boot/grub/menu.lst).
ok:
## ## End Default Options ##
title Ubuntu 9.10, kernel 2.6.31-17-generic
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-17-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-17-generic (recovery mode)
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-17-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro single
initrd /boot/initrd.img-2.6.31-17-generic
title Ubuntu 9.10, kernel 2.6.31-16-generic
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro quiet splash
initrd /boot/initrd.img-2.6.31-16-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-16-generic (recovery mode)
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-16-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro single
initrd /boot/initrd.img-2.6.31-16-generic
title Ubuntu 9.10, kernel 2.6.31-15-generic
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-15-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro quiet splash
initrd /boot/initrd.img-2.6.31-15-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-15-generic (recovery mode)
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-15-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro single
initrd /boot/initrd.img-2.6.31-15-generic
title Ubuntu 9.10, kernel 2.6.31-14-generic
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro quiet splash
initrd /boot/initrd.img-2.6.31-14-generic
quiet
title Ubuntu 9.10, kernel 2.6.31-14-generic (recovery mode)
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/vmlinuz-2.6.31-14-generic root=UUID=f9f0551f-ea77-475c-aefe-48504d4ef568 ro single
initrd /boot/initrd.img-2.6.31-14-generic
title Ubuntu 9.10, memtest86+
uuid f9f0551f-ea77-475c-aefe-48504d4ef568
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
Cà c'est mon menu.lst maintenant, pourtant ça booooooot paaas!!!
Merci!!!
Jifya moja haliinjiki chungu.
In girum imus nocte, ecce, et consumimur igni.
Hors ligne
#50 Le 29/01/2010, à 03:59
- compte supprimé
Re : [RESOLU] fusionner 2 partitions
Et ça ne dit rien ?
En tous cas, fais encore ça (toujours en partant du liveCD) :
sudo grub
root hd(0,0)
setup (hd0)
quit
Comme ça dans le mbr, on saura où chercher, c'est défini par root (hd0,0) donc sda1, et une fois la main passée à stage2 de /boot/grub de sda1, le menu devrait être affiché...
Et comme les noyaux et le reste sont présents à la bonne adresse (<=> la bonne uuid dans menu.lst) et qu'ils sauront eux aussi trouver / indiqué dans fstab... Il devrait au moins se passer quelque chose.
Mais sur ce, bonne nuit... Je ne sais pas où tu es, mais ici il est 4h du matin !
Dernière modification par faustus (Le 29/01/2010, à 04:03)