CD de Ubuntu >
Sauvegarder mes affaires je suis en train d improviser avec le clavier qwerty du cd de Ubuntu sans l installer car je ne connais pas mes mots de passe de revelation par coeur
sudo bash
root@ubuntu:/media/cee765af-dada-4683-ab33-01f8719139ce/home/fran# chmod -R a+rwx *
puis copier coller dans la partition windows
gle
comment on demarre recovery points d interrogation
je suis en double boot virgule impossible de formatter parce que j utilise l ecran de demarrage de ubuntu pour windows virgule donc comment faire le recovery ?
---------------
XP >
Voilà: j'ai essayé de redémarrer mais je n'ai pas le recovery mode, j'ai deux fois le memory test et il n'y a pas de trace de celui-ci dans /boot/grub/grub.cfg de ma partition de Ubuntu.
Et je ne peux pas allumer Ubuntu car il y a un écran noir.
Mais je peux y accéder du CD d'installation de Ubuntu, parce qu'on peut accéder de dehors à ses partitions avec le CD.
--------------
CD de Ubuntu >
Mes fichiers ont bien ete sauves.
sudo bash
root@ubuntu:/media/cee765af-dada-4683-ab33-01f8719139ce/etc/default# sudo gedit grub
# Uncomment to disable generation of recovery mode menu entrys
GRUB_DISABLE_LINUX_RECOVERY="false"
update-grub est un probleme car je ne suis pas sur le bon ubuntu ?
-------------
CD de Ubuntu >
j essaie
root@ubuntu:/media/cee765af-dada-4683-ab33-01f8719139ce/boot/grub# sudo chmod +w grub.cfg
root@ubuntu:/media/cee765af-dada-4683-ab33-01f8719139ce/boot/grub# sudo gedit grub.cfg
...
### BEGIN /etc/grub.d/09_os-prober ###
menuentry "Microsoft Windows XP Professionnel (on /dev/sda1)" {
insmod ntfs
set root=(hd0,1)
search --no-floppy --fs-uuid --set e2ec78b9ec788995
drivemap -s (hd0) ${root}
chainloader +1
}
### END /etc/grub.d/09_os-prober ###
### BEGIN /etc/grub.d/10_linux ###
menuentry "Ubuntu, Linux 2.6.31-17-generic" {
recordfail=1
if [ -n ${have_grubenv} ]; then save_env recordfail; fi
set quiet=1
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set cee765af-dada-4683-ab33-01f8719139ce
linux /boot/vmlinuz-2.6.31-17-generic root=UUID=cee765af-dada-4683-ab33-01f8719139ce ro quiet splash
initrd /boot/initrd.img-2.6.31-17-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
linux16 /boot/memtest86+.bin
}
#menuentry "Memory test (memtest86+, serial console 115200)" {
# linux16 /boot/memtest86+.bin console=ttyS0,115200n8
#}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/40_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 "Ubuntu, Linux 2.6.31-17-generic (recovery mode)" {
recordfail=1
save_env recordfail
insmod ext2
set root=(hd0,6)
search --no-floppy --fs-uuid --set cee765af-dada-4683-ab33-01f8719139ce
linux /boot/vmlinuz-2.6.31-17-generic root=UUID=cee765af-dada-4683-ab33-01f8719139ce ro single
initrd /boot/initrd.img-2.6.31-17-generic
}
### END /etc/grub.d/40_custom ###