Précédent   Forum des professionnels en informatique > Systèmes > Linux > Distributions > Ubuntu
Ubuntu Vos questions sur les distributions Ubuntu et dérivées (Kubuntu, Xubuntu... )
Partagez cette discussion sur d'autres réseaux sociaux : Viadeo Twitter Google Facebook Digg Delicious MySpace Yahoo
Réponse Proposer ce sujet en actualité
 
Outils de la discussion
Publicité
'
Vieux 10/12/2011, 08h31   #1
Rédacteur/Modérateur
 
Avatar de troumad
 
Homme Bernard SIAUD
Enseignant
Inscription : novembre 2003
Messages : 4 400
Détails du profil
Informations personnelles :
Nom : Homme Bernard SIAUD
Âge : 44
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Enseignant
Secteur : Enseignement

Informations forums :
Inscription : novembre 2003
Messages : 4 400
Points : 4 950
Points : 4 950
Par défaut Lancer ubuntu : erreur au boot

Bonjour

À partir d'un grub 1 installé par mageia, j'aimerai lancer une ubuntu qui traine depuis plus d'un an sur une partition de mon PC.

Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# ll /mnt/ubuntu/boot/
total 28420
-rw-r--r-- 1 root root  640617 avril 16  2010 abi-2.6.32-21-generic
-rw-r--r-- 1 root root  651618 juil. 28  2010 abi-2.6.32-24-generic
-rw-r--r-- 1 root root  115847 avril 16  2010 config-2.6.32-21-generic
-rw-r--r-- 1 root root  115905 juil. 28  2010 config-2.6.32-24-generic
drwxr-xr-x 3 root root    4096 août  23  2010 grub/
-rw-r--r-- 1 root root 7969769 août  13  2010 initrd.img-2.6.32-21-generic
-rw-r--r-- 1 root root 7972036 août  15  2010 initrd.img-2.6.32-24-generic
-rw-r--r-- 1 root root  160280 mars  23  2010 memtest86+.bin
-rw-r--r-- 1 root root 1687378 avril 16  2010 System.map-2.6.32-21-generic
-rw-r--r-- 1 root root 1689036 juil. 28  2010 System.map-2.6.32-24-generic
-rw-r--r-- 1 root root    1196 avril 16  2010 vmcoreinfo-2.6.32-21-generic
-rw-r--r-- 1 root root    1196 juil. 28  2010 vmcoreinfo-2.6.32-24-generic
-rw-r--r-- 1 root root 4029792 avril 16  2010 vmlinuz-2.6.32-21-generic
-rw-r--r-- 1 root root 4033440 juil. 28  2010 vmlinuz-2.6.32-24-generic
[root@tablette][~]
# df /mnt/ubuntu/boot/
Sys. de fichiers Taille Util. Disp. Uti% Monté sur
/dev/sda1           19G  3,4G   15G  19% /mnt/ubuntu
J'ai préparé le grub, mais ça ne marche pas :
Code :
1
2
3
title linux ubuntu
kernel (hd0,0)/boot/vmcoreinfo-2.6.32-24-generic root=LABEL=ubuntu resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287
initrd (hd0,0)/boot/initrd.img-2.6.32-24-generic
Où est le problème ?

J'avoue avoir peur d'installer un grub2...Je trouve que c'est une machine à gaz qui perd le principal intérêt de grub 1 : modifier le fichier de paramètres ne suffit plus ! Comme lilo avant ! Sans parler que la configuration est bien moins simple.

nb : je crois que a vue de mon message m'a montré mon erreur... /boot/vmcoreinfo-2.6.32-24-generic ! pas linuz...
__________________
Modérateur Mandriva Linux
Amicalement VOOotre
Troumad Alias Bernard SIAUD à découvrir sur http://troumad.org
Mes tutoriels
troumad est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 08h56   #2
Rédacteur/Modérateur
 
Avatar de troumad
 
Homme Bernard SIAUD
Enseignant
Inscription : novembre 2003
Messages : 4 400
Détails du profil
Informations personnelles :
Nom : Homme Bernard SIAUD
Âge : 44
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Enseignant
Secteur : Enseignement

Informations forums :
Inscription : novembre 2003
Messages : 4 400
Points : 4 950
Points : 4 950
Mon intuition a été la bonne... Grosse erreur dans le menu.lst !

Je suis donc allé plus loin dans le boot, mais pas jusqu'au bout !

Voici la dernière erreur que j'ai relevé à la main :
Code :
1
2
3
4
init : ureadahead-other main process (762) terminated with status 4
init : ureadahead-other main process (769) terminated with status 4
init : ureadahead-other main process (774) terminated with status 4
[   12.573537] /build/buildd/linux-2.6.32/drivers/usbhid/hid-core.c : usb-submit-urb (ctrl) failed
nb : c'est un PC sans lecteur CD sur lequel j'aimerai faire un test : compiler un programme en c qui utilise gtk+
J'ai mageia qui tourne sur ce PC
__________________
Modérateur Mandriva Linux
Amicalement VOOotre
Troumad Alias Bernard SIAUD à découvrir sur http://troumad.org
Mes tutoriels
troumad est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 08h59   #3
Membre Expert
 
Avatar de jeanbi
 
Inscription : avril 2003
Messages : 1 644
Détails du profil
Informations forums :
Inscription : avril 2003
Messages : 1 644
Points : 1 844
Points : 1 844
bonjour,
es tu sur que ubuntu est sur hd0,0
donne voir
Citation:
fdisk -l
et le contenu de
Citation:
/mnt/ubuntu/boot/menu.lst
a+
jeanbi est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 09h22   #4
Rédacteur/Modérateur
 
Avatar de troumad
 
Homme Bernard SIAUD
Enseignant
Inscription : novembre 2003
Messages : 4 400
Détails du profil
Informations personnelles :
Nom : Homme Bernard SIAUD
Âge : 44
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Enseignant
Secteur : Enseignement

Informations forums :
Inscription : novembre 2003
Messages : 4 400
Points : 4 950
Points : 4 950
Je suis sûr que ubuntu es sur sda0 : j'ai acheté la PC avec ubuntu dessus. Et que ubuntu (pas windows) et il a été installé sur la première partition.


Voici :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# fdisk -l 
 
Disque /dev/sda*: 320.1*Go, 320072933376 octets
255 têtes, 63 secteurs/piste, 38913 cylindres, total 625142448 secteurs
Unités = secteurs de 1 * 512 = 512 octets
Taille de secteur (logique / physique)*: 512*octets / 512*octets
taille d'E/S (minimale / optimale)*: 512*octets / 512*octets
Identifiant de disque*: 0x000f17ee
 
Périphérique Amorce  Début        Fin      Blocs     Id  Système
/dev/sda1            2048    39202815    19600384   83  Linux
/dev/sda2   *    39204837   625137344   292966254    5  Étendue
/dev/sda5        39204864   346007969   153401553   83  Linux
/dev/sda6       464988160   468891647     1951744   82  partition d'échange Linux / Solaris
/dev/sda7       468905283   547286354    39190536   83  Linux
/dev/sda8       346008033   356241374     5116671   83  Linux
/dev/sda9       356241438   366474779     5116671   83  Linux
/dev/sda10      366474843   464985359    49255258+  83  Linux
/dev/sda11      547286418   625137344    38925463+  83  Linux
 
Les entrées de la table de partitions ne sont pas dans l'ordre du disque
[root@tablette][~]
Et l'autre commande pose problème car ubuntu a grub 2 !
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# ls /mnt/ubuntu/boot/grub/
915resolution.mod  command.lst                  fshelp.mod           gfxterm.mod    loadenv.mod     part_gpt.mod         search_fs_file.mod  usb.mod
acpi.mod           configfile.mod               fs.lst               gptsync.mod    locale/         partmap.lst          search_fs_uuid.mod  usbms.mod
affs.mod           core.img                     functional_test.mod  grldr.img      loopback.mod    part_msdos.mod       search_label.mod    usbtest.mod
afs_be.mod         cpio.mod                     gcry_arcfour.mod     grub.cfg       lsmmap.mod      part_sun.mod         search.mod          vbeinfo.mod
afs.mod            cpuid.mod                    gcry_blowfish.mod    grubenv        ls.mod          parttool.lst         serial.mod          vbe.mod
aout.mod           crc.mod                      gcry_camellia.mod    gzio.mod       lspci.mod       parttool.mod         setjmp.mod          vbetest.mod
ata.mod            crypto.lst                   gcry_cast5.mod       halt.mod       lvm.mod         password.mod         setpci.mod          vga.mod
ata_pthru.mod      crypto.mod                   gcry_crc.mod         handler.lst    mdraid.mod      password_pbkdf2.mod  sfs.mod             vga_text.mod
at_keyboard.mod    datehook.mod                 gcry_des.mod         handler.mod    memdisk.mod     pbkdf2.mod           sh.mod              video_fb.mod
befs_be.mod        date.mod                     gcry_md4.mod         hashsum.mod    memrw.mod       pci.mod              sleep.mod           video.lst
befs.mod           datetime.mod                 gcry_md5.mod         hdparm.mod     minicmd.mod     play.mod             tar.mod             video.mod
biosdisk.mod       diskboot.img                 gcry_rfc2268.mod     hello.mod      minix.mod       png.mod              terminal.lst        videotest.mod
bitmap.mod         dm_nv.mod                    gcry_rijndael.mod    help.mod       mmap.mod        probe.mod            terminal.mod        xfs.mod
bitmap_scale.mod   drivemap.mod                 gcry_rmd160.mod      hexdump.mod    moddep.lst      pxeboot.img          terminfo.mod        xnu.mod
blocklist.mod      echo.mod                     gcry_seed.mod        hfs.mod        msdospart.mod   pxecmd.mod           test.mod            xnu_uuid.mod
boot.img           efiemu32.o                   gcry_serpent.mod     hfsplus.mod    multiboot2.mod  pxe.mod              tga.mod             zfsinfo.mod
boot.mod           efiemu64.o                   gcry_sha1.mod        iso9660.mod    multiboot.mod   raid5rec.mod         trig.mod            zfs.mod
bsd.mod            efiemu.mod                   gcry_sha256.mod      jfs.mod        normal.mod      raid6rec.mod         true.mod
bufio.mod          elf.mod                      gcry_sha512.mod      jpeg.mod       ntfscomp.mod    raid.mod             udf.mod
cat.mod            example_functional_test.mod  gcry_tiger.mod       kernel.img     ntfs.mod        read.mod             ufs1.mod
cdboot.img         ext2.mod                     gcry_twofish.mod     keystatus.mod  ohci.mod        reboot.mod           ufs2.mod
chain.mod          extcmd.mod                   gcry_whirlpool.mod   linux16.mod    part_acorn.mod  reiserfs.mod         uhci.mod
charset.mod        fat.mod                      gettext.mod          linux.mod      part_amiga.mod  relocator.mod        unicode.pf2
cmp.mod            font.mod                     gfxmenu.mod          lnxboot.img    part_apple.mod  scsi.mod             usb_keyboard.mod
Pour info :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
# df
Sys. de fichiers                                   Taille Util. Disp. Uti% Monté sur
rootfs                                                37G  6,4G   29G  19% /
/dev/root                                             37G  6,4G   29G  19% /
/dev                                                 995M  2,4M  993M   1% /dev
none                                                 999M  100K  999M   1% /dev/shm
/dev/sda5                                            144G   99G   39G  72% /home
/dev/sda10                                            47G  5,1G   39G  12% /mnt/cooker_mageia
/dev/sda7                                             37G  4,6G   31G  14% /mnt/suse
/dev/sda1                                             19G  3,4G   15G  19% /mnt/ubuntu
/dev/sda8                                            4,9G  1,5G  3,2G  31% /opt
/dev/sda9                                            4,9G  138M  4,5G   3% /tmp
__________________
Modérateur Mandriva Linux
Amicalement VOOotre
Troumad Alias Bernard SIAUD à découvrir sur http://troumad.org
Mes tutoriels
troumad est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 15h25   #5
Membre Expert
 
Avatar de jeanbi
 
Inscription : avril 2003
Messages : 1 644
Détails du profil
Informations forums :
Inscription : avril 2003
Messages : 1 644
Points : 1 844
Points : 1 844
re,
deja pour grub donnele contenu du grub.cfg ça nous donnera exactement la ligne a mettre
de plus pour booter sur le kernel de ubuntu à mon avis le root est en hd0,0 mais ubuntu en sda1
de plus si tu ecrivais
Code :
1
2
3
title linux ubuntu
kernel (hd0,0)/boot/vmlinuz-2.6.32-24-generic root=LABEL=ubuntu resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287
initrd (hd0,0)/boot/initrd.img-2.6.32-24-generic
et controle que
sda 1 est bien = bbabba37-f8fb-4983-9018-deb7abe6d287
avec la commande blkid
a+
jeanbi est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 15h40   #6
Rédacteur/Modérateur
 
Avatar de troumad
 
Homme Bernard SIAUD
Enseignant
Inscription : novembre 2003
Messages : 4 400
Détails du profil
Informations personnelles :
Nom : Homme Bernard SIAUD
Âge : 44
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Enseignant
Secteur : Enseignement

Informations forums :
Inscription : novembre 2003
Messages : 4 400
Points : 4 950
Points : 4 950
Le "resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287" indique le swap non ?

Code :
1
2
3
4
5
6
7
8
9
# blkid
/dev/sda11: LABEL="mageia" UUID="20ccc8bd-04f8-4e39-9489-5bb0bed6049a" TYPE="ext4" 
/dev/sda6: UUID="bbabba37-f8fb-4983-9018-deb7abe6d287" TYPE="swap" 
/dev/sda1: LABEL="ubuntu" UUID="ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8" TYPE="ext4" 
/dev/sda5: LABEL="home" UUID="3e41f068-6fcf-49d4-aefe-90f4aa5c37a9" TYPE="ext4" 
/dev/sda7: LABEL="suse" UUID="7ca305e8-1428-4397-9e31-a044af876539" TYPE="ext4" 
/dev/sda8: LABEL="opt" UUID="68c40ca1-96ba-4f06-b5af-2db302431f94" TYPE="ext4" 
/dev/sda9: LABEL="tmp" UUID="a18046de-dd9f-4f6a-b2b9-95864c5a4e1b" TYPE="ext4" 
/dev/sda10: LABEL="mdv64" UUID="47a23454-6a26-4ab7-97c3-b20c9150fc96" TYPE="ext4"
Par contre voici un point où je suis incompétent :
Code :
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
# cat /mnt/ubuntu/boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by /usr/sbin/grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
 
### BEGIN /etc/grub.d/00_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
menuentry "Bootloader sur sda7" {
set root=(hd0,10)
chainloader +1
}
### END /etc/grub.d/00_custom ###
 
### BEGIN /etc/grub.d/01_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default="0"
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi
 
function savedefault {
  if [ -z ${boot_once} ]; then
    saved_entry=${chosen}
    save_env saved_entry
  fi
}
 
function recordfail {
  set recordfail=1
  if [ -n ${have_grubenv} ]; then if [ -z ${boot_once} ]; then save_env recordfail; fi; fi
}
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=640x480
  insmod gfxterm
  insmod vbe
  if terminal_output gfxterm ; then true ; else
    # For backward compatibility with versions of terminal.mod that don't
    # understand terminal_output
    terminal gfxterm
  fi
fi
insmod ext2
set root='(hd0,1)'
search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
set locale_dir=($root)/boot/grub/locale
set lang=fr
insmod gettext
if [ ${recordfail} = 1 ]; then
  set timeout=-1
else
  set timeout=10
fi
### END /etc/grub.d/01_header ###
 
### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=white/black
set menu_color_highlight=black/light-gray
### END /etc/grub.d/05_debian_theme ###
 
### BEGIN /etc/grub.d/10_linux ###
menuentry 'Ubuntu, avec Linux 2.6.32-24-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
	linux	/boot/vmlinuz-2.6.32-24-generic root=UUID=ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8 ro   quiet splash
	initrd	/boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, avec Linux 2.6.32-24-generic (mode de récupération)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
	echo	'Chargement de Linux 2.6.32-24-generic ...'
	linux	/boot/vmlinuz-2.6.32-24-generic root=UUID=ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8 ro single 
	echo	'Chargement du disque mémoire initial...'
	initrd	/boot/initrd.img-2.6.32-24-generic
}
menuentry 'Ubuntu, avec Linux 2.6.32-21-generic' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
	linux	/boot/vmlinuz-2.6.32-21-generic root=UUID=ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8 ro   quiet splash
	initrd	/boot/initrd.img-2.6.32-21-generic
}
menuentry 'Ubuntu, avec Linux 2.6.32-21-generic (mode de récupération)' --class ubuntu --class gnu-linux --class gnu --class os {
	recordfail
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
	echo	'Chargement de Linux 2.6.32-21-generic ...'
	linux	/boot/vmlinuz-2.6.32-21-generic root=UUID=ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8 ro single 
	echo	'Chargement du disque mémoire initial...'
	initrd	/boot/initrd.img-2.6.32-21-generic
}
### END /etc/grub.d/10_linux ###
 
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
	linux16	/boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
	insmod ext2
	set root='(hd0,1)'
	search --no-floppy --fs-uuid --set ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8
	linux16	/boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
 
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "linux (on /dev/sda10)" {
	insmod ext2
	set root='(hd0,10)'
	search --no-floppy --fs-uuid --set 47a23454-6a26-4ab7-97c3-b20c9150fc96
	linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=47a23454-6a26-4ab7-97c3-b20c9150fc96 resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287 splash=silent vga=788
	initrd (hd0,9)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda10)" {
	insmod ext2
	set root='(hd0,10)'
	search --no-floppy --fs-uuid --set 47a23454-6a26-4ab7-97c3-b20c9150fc96
	linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=47a23454-6a26-4ab7-97c3-b20c9150fc96 resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287
	initrd (hd0,9)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda10)" {
	insmod ext2
	set root='(hd0,10)'
	search --no-floppy --fs-uuid --set 47a23454-6a26-4ab7-97c3-b20c9150fc96
	linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=47a23454-6a26-4ab7-97c3-b20c9150fc96 failsafe
	initrd (hd0,9)/boot/initrd.img
}
menuentry "linux (on /dev/sda7)" {
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d
	linux /boot/vmlinuz BOOT_IMAGE=linux root=UUID=9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287 splash=silent vga=788
	initrd (hd0,6)/boot/initrd.img
}
menuentry "linux-nonfb (on /dev/sda7)" {
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d
	linux /boot/vmlinuz BOOT_IMAGE=linux-nonfb root=UUID=9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287
	initrd (hd0,6)/boot/initrd.img
}
menuentry "failsafe (on /dev/sda7)" {
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d
	linux /boot/vmlinuz BOOT_IMAGE=failsafe root=UUID=9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d failsafe
	initrd (hd0,6)/boot/initrd.img
}
menuentry "all-install (on /dev/sda7)" {
	insmod ext2
	set root='(hd0,7)'
	search --no-floppy --fs-uuid --set 9656c5b8-1b0f-40fb-bfab-fd3bdfa83d1d
	linux /boot/vmlinuz root=20ccc8bd-04f8-4e39-9489-5bb0bed6049a resume=UUID=bbabba37-f8fb-4983-9018-deb7abe6d287 splash=silent vga=788
	initrd (hd0,10)/boot/all.rdz
}
### END /etc/grub.d/30_os-prober ###
__________________
Modérateur Mandriva Linux
Amicalement VOOotre
Troumad Alias Bernard SIAUD à découvrir sur http://troumad.org
Mes tutoriels
troumad est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 15h55   #7
Membre Expert
 
Avatar de jeanbi
 
Inscription : avril 2003
Messages : 1 644
Détails du profil
Informations forums :
Inscription : avril 2003
Messages : 1 644
Points : 1 844
Points : 1 844
bonjour,
creer ton entree comme ça

Citation:
title linux ubuntu
kernel (hd0,0)/boot/vmlinuz-2.6.32-24-generic root=UUID=ba5d7839-e5a7-401f-a3bc-a3e39adbb6b8 ro quiet splash
initrd (hd0,0)/boot/initrd.img-2.6.32-24-generic
et la tu devrais demarrer
pour grub2 j'ai ecris quelques lignes
http://perso.numericable.fr/bijean/etapes/linux.php
a+
jeanbi est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 15h59   #8
Rédacteur/Modérateur
 
Avatar de troumad
 
Homme Bernard SIAUD
Enseignant
Inscription : novembre 2003
Messages : 4 400
Détails du profil
Informations personnelles :
Nom : Homme Bernard SIAUD
Âge : 44
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Enseignant
Secteur : Enseignement

Informations forums :
Inscription : novembre 2003
Messages : 4 400
Points : 4 950
Points : 4 950
Je croise les doigts...
J'ai fait un nouvel essai... Et lorsque ça a bloqué, j'ai appuyé par mégarde sur la touche fin et c'est en train de booter...
Il va me rester la mise à jour à faire...
__________________
Modérateur Mandriva Linux
Amicalement VOOotre
Troumad Alias Bernard SIAUD à découvrir sur http://troumad.org
Mes tutoriels
troumad est déconnecté   Envoyer un message privé Réponse avec citation 00
Vieux 10/12/2011, 16h09   #9
Rédacteur/Modérateur
 
Avatar de troumad
 
Homme Bernard SIAUD
Enseignant
Inscription : novembre 2003
Messages : 4 400
Détails du profil
Informations personnelles :
Nom : Homme Bernard SIAUD
Âge : 44
Localisation : France, Rhône (Rhône Alpes)

Informations professionnelles :
Activité : Enseignant
Secteur : Enseignement

Informations forums :
Inscription : novembre 2003
Messages : 4 400
Points : 4 950
Points : 4 950
Le problème bloquant était dans le fstab !
__________________
Modérateur Mandriva Linux
Amicalement VOOotre
Troumad Alias Bernard SIAUD à découvrir sur http://troumad.org
Mes tutoriels
troumad est déconnecté   Envoyer un message privé Réponse avec citation 00
Réponse Proposer ce sujet en actualité
Outils de la discussion



Fuseau horaire GMT +2. Il est actuellement 22h27.


 
 
 
 
Partenaires

Hébergement Web