#26 Le 18/04/2010, à 18:58
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Salut
Dans l'ordre :
1) Si tu installes Grub ubuntu sur /dev/sdb1, Kubuntu sur /dev/sdb2 qu'est-ce qui va te permettre de booter? Dans ton cas il faut installer Grub d'ubuntu ou de kubuntu sur le MBR.
Dans le cas d'un PC Tatoué, c'est "windows" qui démarre et selon la version il faut :
-- Pour Xp récupérer le bootloader Ubuntu via la commande :
sudo dd if=/dev/sdxy of=/grub.bs bs=512 count=1
Copier ce fichier grub.bs sous C:\ et ajouter une entrée dans le fichier boot.ini
-- Pour Vista/Seven, il faut installer EasyBCD et ajouter une entrée au menu de boot.
2) Dans ton cas pour /dev/sdb2 il faut y installer grub Kubuntu
3) pour retrouver ton bootloader, il faudra soit réinstaller soit te reporter ICI et bien faire attention à ce que tu tapes :
ça commencera par :
sudo mount /dev/sdb1 /mnt
et se terminera par :
grub-install /dev/sda
@+
Dernière modification par Compte anonymisé (Le 18/04/2010, à 18:59)
#27 Le 18/04/2010, à 20:22
- winux
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Merci beaucoup jeanjd63
J'essaie cela dès demain. Je te suis très reconnaissant de m'avoir mis sur les rails avec pleins de commandes et de conseils intéressants.
Bonne soirée ... j'ai du boulot demain ... je vais reprendre ce post pas à pas pour mener cette "mission" à bien
@+
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#28 Le 19/04/2010, à 12:31
- winux
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Finalement la formule simplifiée marche tout seul et se résume en 3 lignes (pour ceux qui prennent le train en marche !)
1- installer Grub Ubuntu (sdb1) dans le MBR (forcément MBR de sda)
2- installer Grub Kubuntu (sdb2) dans sa propre partition (sdb2)
3- depuis Ubuntu faire update-grub pour qu'il recherche les autres OS
Et ça marche SUPER. J'essaierai la manip "PC tatoué" plus tard. Pour le moment je sais installer divers Ubuntu pour essais tout en gardant le Grub d'origine.
Un grand merci à tous ceux qui m'ont aidé et particulièrement à jeanjd63 dont le support et la patience ont été déterminants
Bonne journée
http://i3.tinypic.com/4g8nio8.png
Livebox fibre - 980 Mbps mesurés - Triple boot : Ub 20.04 / Mint 20.2 / W10 - Ecran : Samsung 22" -
CM : Gigabyte P67A UD3 B3 - CPU : Intel Quad Core i5 3.3 GHz - GPU : nVidia Gigabyte N430
RAM : 8 Go DDR3 - SSD de 240 Go - 2 HD de 1 To chacun
Hors ligne
#29 Le 10/05/2011, à 16:02
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Bonjour/soir.
Je vous prie de bien vouloir m'excuser pour le déterrage de ce post; mais c'est le seul ou j'ai trouvé des Linuxiens connaissant GRUB.
Bon j'ai fait des grosses betises:.... pour essayer un Debian, j'ai créé une cle d'installation usb bootable... mais trop ! J'ai changé de jeu, puis quand je suis revenu et allumé le pc... bref, c'est parti un peu tout seul.
Le lynx a dégagé. (RIP). Occasion d'installer 10.10.
Ici 2 DD, 1 ATA et un SATA.
Sur ATA j'ai installé 10.10....
Sur SATA un Lynx et un vieux Heron, GRUB2 et c'est par là que je boot.
Mais je voudrais choisir le disque de boot par le Bios et donc pouvoir booter aussi depuis le ATA. (F11 au boot du bios...)
Donc, comment installer un boot loader sur ATA (sdb1) sans venir perturber quoi que ce soit sur SATA (sda)... le Heron est en sda1, un Lynx en sda6, ces 2 derniers en Ext3.
Bien que la peur n'évite pas le danger.... j'ai peur!
Toute infos bienvenues. Merci
Il n'y a rien (ou presque) sur le MBR de l'ATA.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#30 Le 10/05/2011, à 16:32
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Salut
Il faudrait commencer par lister les partitions vues depuis ton install 10.10 (qui est si j'ai bien compris sur le ATA) par la commande :
sudo fdisk -l
Et donne aussi le contenu du fichier fstab :
cat /etc/fstab
@+
#31 Le 10/05/2011, à 17:07
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Voici tout cela, avec mes salutations.
sudo blkid
/dev/sdb1: UUID="57759277-9be3-40a7-9d5c-60542ba0e26d" TYPE="ext4"
/dev/sdb5: UUID="7466f01d-a4c4-4fe1-8043-9c010bb27908" TYPE="swap"
/dev/sda1: UUID="44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4" TYPE="ext3"
/dev/sda5: UUID="d47a82eb-1f2d-488c-9a39-2a190412ebbf" TYPE="swap"
/dev/sda6: UUID="0be5c8b9-1b66-4335-82c9-7f555f2c45b0" TYPE="ext3"
/dev/sda7: UUID="2ba78c69-1913-4a6e-a59f-cc1ad7a624c6" TYPE="swap"
ls -l /dev/disk/by-uuid/
total 0
lrwxrwxrwx 1 root root 10 2011-05-09 11:29 0be5c8b9-1b66-4335-82c9-7f555f2c45b0 -> ../../sda6
lrwxrwxrwx 1 root root 10 2011-05-09 11:29 2ba78c69-1913-4a6e-a59f-cc1ad7a624c6 -> ../../sda7
lrwxrwxrwx 1 root root 10 2011-05-09 11:29 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 -> ../../sda1
lrwxrwxrwx 1 root root 10 2011-05-09 11:29 57759277-9be3-40a7-9d5c-60542ba0e26d -> ../../sdb1
lrwxrwxrwx 1 root root 10 2011-05-09 11:29 7466f01d-a4c4-4fe1-8043-9c010bb27908 -> ../../sdb5
lrwxrwxrwx 1 root root 10 2011-05-09 11:29 d47a82eb-1f2d-488c-9a39-2a190412ebbf -> ../../sda5
Désolé pour les balises de code.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#32 Le 10/05/2011, à 17:11
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Just for Fun !
Ce message semble très suspect aux filtres SmartScreen. Pour votre sécurité, les pièces jointes, images et liens ont été bloqués.
Afficher le contenujeanjd63 a répondu à la discussion « [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu » que vous suivez. Il se peut qu'il y ait davantage de nouvelles réponses, mais ce sera la seule notification tant que vous ne vous serez pas rendu(e) à nouveau aux forums.
Le message est situé ici : http://forum.ubuntu-fr.org/viewtopic.ph … 1#p4455611
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#33 Le 10/05/2011, à 17:14
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
cat /etc/fstab
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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 nodev,noexec,nosuid 0 0
# / was on /dev/sdb1 during installation
UUID=57759277-9be3-40a7-9d5c-60542ba0e26d / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=7466f01d-a4c4-4fe1-8043-9c010bb27908 none swap sw 0 0
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#34 Le 10/05/2011, à 18:38
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Salut
On se passera du fdisk
Tu peux donc installer GRUB sur le MBR de /dev/sdb et en bootant sur ton DD ATA tu devrais avoir ton menu grub.
Ensuite si sur le sata tu souhaites que le bootloader grub soit celui de ton install heron ou Lynx il faudra voir ensuite.
Tout d'abord tu tapes la commande :
sudo grub-install /dev/sdb --> cela va installer grub de la 10.10 sur le MBR du dd ATA.
Et ensuite tu tentes de booter sur ATA
@+
#35 Le 10/05/2011, à 20:42
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
C'est là ou le doute m'habite....
en fin d'install de grub, le lancement automatique de grub update, ne va t il pas perturber le MBD et le Grub2 du SATA ?
Une soluce serait surement de démonter physiquement le SATA mais la boite est encastrée et c'est un travail important que je ne souhaite pas faire !
En fait la recherche d'OS est peu documentée, ou alors j'ai pô trouvé.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#36 Le 10/05/2011, à 20:51
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
@jeanjd63
Avant tout merci de te pencher sur mon cas.
D'autre part l'installateur de GRUB (1) demande la suppression de GRUB2.
Je nage, tourne en rond.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#37 Le 11/05/2011, à 04:23
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
@jeanjd63
Avant tout merci de te pencher sur mon cas.D'autre part l'installateur de GRUB (1) demande la suppression de GRUB2.
Je nage, tourne en rond.
Je ne comprends pas ce que tu expliques. Je ne vois pas ce que grub1 vient faire ici.
Pour avoir quelques infos supplémentaires, peux-tu télécharger et exécuter le script qui se trouve ICI et lister (entre balises Code si possible) le fichier RESULTS.txt
@+
#38 Le 11/05/2011, à 04:57
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Voila un script bien indiscret, mais vachement concis ! et quel gain de temps.
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> No boot loader is installed in the MBR of /dev/sda
=> Grub 2 is installed in the MBR of /dev/sdb and looks on the same drive in
partition #1 for (,msdos1)/boot/grub.
sda1: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.10
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: _________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 8.04.4 LTS
Boot files/dirs: /etc/fstab
sdb2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb6: _________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04 LTS
Boot files/dirs: /boot/grub/menu.lst /etc/fstab
sdb7: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sda1 2,048 150,159,359 150,157,312 83 Linux
/dev/sda2 150,161,406 156,301,311 6,139,906 5 Extended
/dev/sda5 150,161,408 156,301,311 6,139,904 82 Linux swap / Solaris
Drive: sdb ___________________ _____________________________________________________
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sdb1 * 63 96,839,819 96,839,757 83 Linux
/dev/sdb2 96,839,944 312,576,704 215,736,761 5 Extended
/dev/sdb5 306,520,263 312,576,704 6,056,442 82 Linux swap / Solaris
/dev/sdb6 96,839,946 300,463,694 203,623,749 83 Linux
/dev/sdb7 300,463,758 306,520,199 6,056,442 82 Linux swap / Solaris
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 57759277-9be3-40a7-9d5c-60542ba0e26d ext4
/dev/sda2: PTTYPE="dos"
/dev/sda5 7466f01d-a4c4-4fe1-8043-9c010bb27908 swap
/dev/sda: PTTYPE="dos"
/dev/sdb1 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ext3
/dev/sdb2: PTTYPE="dos"
/dev/sdb5 d47a82eb-1f2d-488c-9a39-2a190412ebbf swap
/dev/sdb6 0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ext3
/dev/sdb7 2ba78c69-1913-4a6e-a59f-cc1ad7a624c6 swap
/dev/sdb: PTTYPE="dos"
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sda1 / ext4 (rw,errors=remount-ro,commit=0)
=========================== sda1/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
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
}
function load_video {
insmod vbe
insmod vga
}
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
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/00_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, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=57759277-9be3-40a7-9d5c-60542ba0e26d ro quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=57759277-9be3-40a7-9d5c-60542ba0e26d ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Ubuntu 8.04.4 LTS (8.04) (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4
linux /boot/vmlinuz-2.6.24-23-generic root=/dev/sda1
initrd /boot/initrd.img-2.6.24-23-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.28-18-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.28-18-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.28-18-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.28-18-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.27-14-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.27-14-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.27-14-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.27-14-generic
}
menuentry "Ubuntu 10.04 LTS, memtest86+ (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/memtest86+.bin
}
### END /etc/grub.d/30_os-prober ###
### 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.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
=============================== sda1/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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 nodev,noexec,nosuid 0 0
# / was on /dev/sdb1 during installation
UUID=57759277-9be3-40a7-9d5c-60542ba0e26d / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=7466f01d-a4c4-4fe1-8043-9c010bb27908 none swap sw 0 0
=================== sda1: Location of files loaded by Grub: ===================
8.7GB: boot/grub/core.img
71.4GB: boot/grub/grub.cfg
6.7GB: boot/initrd.img-2.6.35-22-generic
.4GB: boot/vmlinuz-2.6.35-22-generic
6.7GB: initrd.img
.4GB: vmlinuz
=============================== sdb1/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
tfmps /tmp tmpfs defaults 0 0
# /dev/sda1
UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=d47a82eb-1f2d-488c-9a39-2a190412ebbf none swap sw 0 0
/dev/scd0 /media/cdrom0 auto users,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/media/sdc1 /media/disk/media/sdc1 auto users,atime,noauto,rw,nodev,exec,suid 0 0
/dev/sdc /mnt/usb vfat uid=0,gid=0,noauto,rw,users 0 0
#/dev/scd1 /media/cdrom1 iso9660 0 0
#/dev/sce0 /media/cdrom1 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/scd1 /media/cdrom1 auto users,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda1 \134 auto users,atime,noauto,rw,nodev,noexec,nosuid 0 0
=================== sdb1: Location of files loaded by Grub: ===================
2.3GB: boot/initrd.img-2.6.24-23-generic
17.5GB: boot/initrd.img-2.6.24-23-generic.bak
17.4GB: boot/vmlinuz-2.6.24-23-generic
=========================== sdb6/boot/grub/menu.lst: ===========================
# 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 2
## 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=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=0be5c8b9-1b66-4335-82c9-7f555f2c45b0
## 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=true
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=true
## ## End Default Options ##
title Ubuntu 10.04 LTS, kernel 2.6.32-23-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-23-generic
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-22-generic
title Ubuntu 10.04 LTS, kernel 2.6.28-18-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.28-18-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.28-18-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.28-18-generic
title Ubuntu 10.04 LTS, kernel 2.6.27-14-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.27-14-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.27-14-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.27-14-generic
title Ubuntu 10.04 LTS, memtest86+
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
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 2:
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-23-generic (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro quiet splash highres=off nohz=off irqpoll
initrd /boot/initrd.img-2.6.24-23-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode) (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro single
initrd /boot/initrd.img-2.6.24-23-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-24-generic (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro quiet splash highres=off nohz=off irqpoll
initrd /boot/initrd.img-2.6.24-24-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-24-generic (recovery mode) (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro single
initrd /boot/initrd.img-2.6.24-24-generic
savedefault
boot
title Ubuntu 8.04.2, kernel 2.6.24-24-generic (version UTopic)
uuid 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4
kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro splash
initrd /boot/initrd.img-2.6.24-24-generic
savedefault
boot
title Ubuntu 8.04.2, kernel 2.6.24-25-generic (ver UTopic modifiee pour 25)
uuid 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4
kernel /boot/vmlinuz-2.6.24-25-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro splash irqpoll
initrd /boot/initrd.img-2.6.24-25-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, memtest86+ (on /dev/sdb1)
root (hd1,0)
kernel /boot/memtest86+.bin
savedefault
boot
=============================== sdb6/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb6
UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 / ext3 relatime,errors=remount-ro 0 1
# /dev/sdb7
UUID=2ba78c69-1913-4a6e-a59f-cc1ad7a624c6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
=================== sdb6: Location of files loaded by Grub: ===================
151.8GB: boot/grub/menu.lst
151.7GB: boot/grub/stage2
151.7GB: boot/initrd.img-2.6.27-14-generic
151.7GB: boot/initrd.img-2.6.28-18-generic
151.8GB: boot/initrd.img-2.6.32-22-generic
151.8GB: boot/initrd.img-2.6.32-23-generic
151.7GB: boot/vmlinuz-2.6.27-14-generic
151.7GB: boot/vmlinuz-2.6.28-18-generic
151.8GB: boot/vmlinuz-2.6.32-22-generic
151.7GB: boot/vmlinuz-2.6.32-23-generic
151.8GB: initrd.img
151.8GB: initrd.img.old
151.7GB: vmlinuz
151.8GB: vmlinuz.old
Je parlais de grub 1 car il est plus facile à modifier et à prendre en main, quitte à charger un nouveau boot loader sur le disque qui n'en a pas je le préfère à grub 2.
A bientôt, merci à l'avance.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#39 Le 11/05/2011, à 06:04
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Salut
Déjà on va parler SATA (160 Go) et ATA (80 Go)
Donc GRUB2 est installé sur SATA et pointe sur l'ATA (l'install 10.10) et grub.cfg te permet de démarrer les install sur le SATA
Sur le SATA :
-partition 6 tu as la 10.04 et un grub-legacy (ancienne version) qui n'est installé nulle part avec son menu.lst
-partition 1 une install 8.04 et à priori pas de menu.lst (il n'apparait pas dans la liste)
Donc le plus simple serait que chaque disque soit autonome : qu'il pointe sur ses install :
Il faudrait donc dans l'ordre :
1) installer , comme conseillé ci-dessus, GRUB2 sur le MBR du DD ATA :
En démarrant en 10.10 :
sudo grub-install /dev/sdb
2) ensuite il faudrait restaurer sur le DD SATA grub-legacy :
En démarrant en 10.04 depuis le DD SATA tu tapes les commandes suivantes :
sudo grub --> prompt grub>
là tu tapes :
find /boot/grub/menu.lst devrait te renvoyer (hd0,5) --> /dev/sda6
Si c'est ok
root (hd0,5)
setup (hd0) --> grub-legacy sur le MBR du SATA
Tu peux ensuite tenter de booter sur SATA et sur ATA pour vérifier.
Si tout est ok tu devras quand même passer sur l'ATA en 10.10 une commande :
sudo update-grub pour normaliser le fichier grub.cfg
@+
Dernière modification par Compte anonymisé (Le 11/05/2011, à 18:24)
#40 Le 11/05/2011, à 14:22
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Bonjour, il est 08h ici, c'est l'heure ou je casse mon pc... en général
Merci pour ta réponse.
J'ai effectivement 3 installs, pour x raisons; le héron fait des trucs que je ne maitrise pas sous le lynx et lycée de Versailles.
L'install 8.04 est effectivement difficile à démarrer, je dois éditer à chaque démarrage le grub. Rendre tout cela automatique et virer les vieux kernels serait le pied !
Bon je me lance pour l'install de GRUB sur sdb, en espérant ne pas casser plus.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#41 Le 11/05/2011, à 14:44
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
J'ai l'impression d'une certaine confusion entre sda et sdb !
J'ai bien fait:
sudo grub-install /dev/sdb
...mais sdb, c'est le SATA et non ATA
Je préfère attendre ta réponse avant de casser !
C'est le matin ici, je reste devant l'ordi.
Merci
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#42 Le 11/05/2011, à 15:19
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
/dev/sdb est le SATA si tu bootes sur l'ATA et vice et Versailles
Donc pour être sure de ce que tu fais, seul un :
sudo fdisk -l devrait te rassurer.
@+
PS où te trouves-tu pour un tel décalage horaire ?
#43 Le 11/05/2011, à 15:24
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
/dev/sdb est le SATA si tu bootes sur l'ATA et vice et Versailles tongue
Voila la Kolossalle finesse que je ne connaissais pas depuis Daper !
C'est surtout avec cela que je tourne en rond.
PS.: Là je suis en mer Caraïbe
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#44 Le 11/05/2011, à 15:27
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001a9a3
Device Boot Start End Blocks Id System
/dev/sda1 1 9347 75078656 83 Linux
/dev/sda2 9348 9730 3069953 5 Extended
/dev/sda5 9348 9730 3069952 82 Linux swap / Solaris
Disk /dev/sdb: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000cb217
Device Boot Start End Blocks Id System
/dev/sdb1 * 1 6028 48419878+ 83 Linux
/dev/sdb2 6029 19457 107868380+ 5 Extended
/dev/sdb5 19081 19457 3028221 82 Linux swap / Solaris
/dev/sdb6 6029 18703 101811874+ 83 Linux
/dev/sdb7 18704 19080 3028221 82 Linux swap / Solaris
Partition table entries are not in disk order
Et pourtant Linux le dit : Partition table entries are not in disk order
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#45 Le 11/05/2011, à 15:34
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
En fait l'ata est reconnu comme /dev/sda donc tu avais raison d'avoir un doute.
La commande serait bien :
sudo grub-install /dev/sda
Pour le :
Et pourtant Linux le dit : Partition table entries are not in disk order cela n'a rien à voir. C'est la partition de swap /dev/sdb5 qui est censée suivre /dev/sdb7 mais c'est pas très grave.
@+
#46 Le 11/05/2011, à 15:50
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
J'ai une question persistante: peut-on avoir un boot loader sur chaque disque?
Si je l'installe su sda, je n'en ai plus sur sdb
Mon souhait est de choisir par le bios le disque de démarrage.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#47 Le 11/05/2011, à 16:11
- Compte anonymisé
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Tu peux très bien avoir un bootloader sur chaque disque sans perturber le grub sur l'autre disque.
#48 Le 11/05/2011, à 16:15
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Linux ne semble pas VOULOIR installer grub dur le disque
cb@cb-desktop:~$ sudo grub-install /dev/sdb
Installation finished. No error reported.
puis ...
cb@cb-desktop:~$ sudo fdisk -l
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x000cb217
Device Boot Start End Blocks Id System
/dev/sda1 * 1 6028 48419878+ 83 Linux
/dev/sda2 6029 19457 107868380+ 5 Extended
/dev/sda5 19081 19457 3028221 82 Linux swap / Solaris
/dev/sda6 6029 18703 101811874+ 83 Linux
/dev/sda7 18704 19080 3028221 82 Linux swap / Solaris
Partition table entries are not in disk order
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0001a9a3
Device Boot Start End Blocks Id System
/dev/sdb1 1 9347 75078656 83 Linux
/dev/sdb2 9348 9730 3069953 5 Extended
/dev/sdb5 9348 9730 3069952 82 Linux swap / Solaris
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#49 Le 11/05/2011, à 16:16
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Cerise sur le gâteau... je ne peux plus démarrer le Heron 8.04
Je dois commencer à manquer de neurones.
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne
#50 Le 11/05/2011, à 16:23
- angeline
Re : [RÉSOLU] revenir à mon Grub-PC Ubuntu et non Kubuntu
Les infos de fdisk -l sont différentes de celles du script !
Boot Info Script 0.55 dated February 15th, 2010
============================= Boot Info Summary: ==============================
=> Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in
partition #1 for (,msdos1)/boot/grub.
=> Grub 2 is installed in the MBR of /dev/sdb and looks on the same drive in
partition #1 for (,msdos1)/boot/grub.
sda1: _________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 8.04.4 LTS
Boot files/dirs: /etc/fstab
sda2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sda5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sda6: _________________________________________________________________________
File system: ext3
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.04 LTS
Boot files/dirs: /boot/grub/menu.lst /etc/fstab
sda7: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
sdb1: _________________________________________________________________________
File system: ext4
Boot sector type: -
Boot sector info:
Operating System: Ubuntu 10.10
Boot files/dirs: /boot/grub/grub.cfg /etc/fstab /boot/grub/core.img
sdb2: _________________________________________________________________________
File system: Extended Partition
Boot sector type: -
Boot sector info:
sdb5: _________________________________________________________________________
File system: swap
Boot sector type: -
Boot sector info:
=========================== Drive/Partition Info: =============================
Drive: sda ___________________ _____________________________________________________
Disk /dev/sda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders, total 312581808 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sda1 * 63 96,839,819 96,839,757 83 Linux
/dev/sda2 96,839,944 312,576,704 215,736,761 5 Extended
/dev/sda5 306,520,263 312,576,704 6,056,442 82 Linux swap / Solaris
/dev/sda6 96,839,946 300,463,694 203,623,749 83 Linux
/dev/sda7 300,463,758 306,520,199 6,056,442 82 Linux swap / Solaris
Drive: sdb ___________________ _____________________________________________________
Disk /dev/sdb: 80.0 GB, 80026361856 bytes
255 heads, 63 sectors/track, 9729 cylinders, total 156301488 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
Partition Boot Start End Size Id System
/dev/sdb1 2,048 150,159,359 150,157,312 83 Linux
/dev/sdb2 150,161,406 156,301,311 6,139,906 5 Extended
/dev/sdb5 150,161,408 156,301,311 6,139,904 82 Linux swap / Solaris
blkid -c /dev/null: ____________________________________________________________
Device UUID TYPE LABEL
/dev/sda1 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ext3
/dev/sda2: PTTYPE="dos"
/dev/sda5 d47a82eb-1f2d-488c-9a39-2a190412ebbf swap
/dev/sda6 0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ext3
/dev/sda7 2ba78c69-1913-4a6e-a59f-cc1ad7a624c6 swap
/dev/sda: PTTYPE="dos"
/dev/sdb1 57759277-9be3-40a7-9d5c-60542ba0e26d ext4
/dev/sdb2: PTTYPE="dos"
/dev/sdb5 7466f01d-a4c4-4fe1-8043-9c010bb27908 swap
/dev/sdb: PTTYPE="dos"
============================ "mount | grep ^/dev output: ===========================
Device Mount_Point Type Options
/dev/sdb1 / ext4 (rw,errors=remount-ro,commit=0)
=============================== sda1/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
tfmps /tmp tmpfs defaults 0 0
# /dev/sda1
UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 / ext3 nouser,relatime,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
# /dev/sda5
UUID=d47a82eb-1f2d-488c-9a39-2a190412ebbf none swap sw 0 0
/dev/scd0 /media/cdrom0 auto users,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/fd0 /media/floppy0 auto user,utf8,atime,noauto,rw,dev,exec,suid 0 0
/media/sdc1 /media/disk/media/sdc1 auto users,atime,noauto,rw,nodev,exec,suid 0 0
/dev/sdc /mnt/usb vfat uid=0,gid=0,noauto,rw,users 0 0
#/dev/scd1 /media/cdrom1 iso9660 0 0
#/dev/sce0 /media/cdrom1 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
/dev/scd1 /media/cdrom1 auto users,utf8,atime,noauto,rw,dev,exec,suid 0 0
/dev/sda1 \134 auto users,atime,noauto,rw,nodev,noexec,nosuid 0 0
=================== sda1: Location of files loaded by Grub: ===================
2.3GB: boot/initrd.img-2.6.24-23-generic
17.5GB: boot/initrd.img-2.6.24-23-generic.bak
17.4GB: boot/vmlinuz-2.6.24-23-generic
=========================== sda6/boot/grub/menu.lst: ===========================
# 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 2
## 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=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=0be5c8b9-1b66-4335-82c9-7f555f2c45b0
## 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=true
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=true
## ## End Default Options ##
title Ubuntu 10.04 LTS, kernel 2.6.32-23-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-23-generic
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-22-generic
title Ubuntu 10.04 LTS, kernel 2.6.28-18-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.28-18-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.28-18-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.28-18-generic
title Ubuntu 10.04 LTS, kernel 2.6.27-14-generic
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.27-14-generic
quiet
savedefault
title Ubuntu 10.04 LTS, kernel 2.6.27-14-generic (recovery mode)
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
kernel /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.27-14-generic
title Ubuntu 10.04 LTS, memtest86+
uuid 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
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 2:
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-23-generic (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro quiet splash highres=off nohz=off irqpoll
initrd /boot/initrd.img-2.6.24-23-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode) (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-23-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro single
initrd /boot/initrd.img-2.6.24-23-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-24-generic (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro quiet splash highres=off nohz=off irqpoll
initrd /boot/initrd.img-2.6.24-24-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, kernel 2.6.24-24-generic (recovery mode) (on /dev/sdb1)
root (hd1,0)
kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro single
initrd /boot/initrd.img-2.6.24-24-generic
savedefault
boot
title Ubuntu 8.04.2, kernel 2.6.24-24-generic (version UTopic)
uuid 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4
kernel /boot/vmlinuz-2.6.24-24-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro splash
initrd /boot/initrd.img-2.6.24-24-generic
savedefault
boot
title Ubuntu 8.04.2, kernel 2.6.24-25-generic (ver UTopic modifiee pour 25)
uuid 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4
kernel /boot/vmlinuz-2.6.24-25-generic root=UUID=44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4 ro splash irqpoll
initrd /boot/initrd.img-2.6.24-25-generic
savedefault
boot
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/sdb1.
title Ubuntu 8.04.2, memtest86+ (on /dev/sdb1)
root (hd1,0)
kernel /boot/memtest86+.bin
savedefault
boot
=============================== sda6/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/sdb6
UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 / ext3 relatime,errors=remount-ro 0 1
# /dev/sdb7
UUID=2ba78c69-1913-4a6e-a59f-cc1ad7a624c6 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto,exec,utf8 0 0
=================== sda6: Location of files loaded by Grub: ===================
151.8GB: boot/grub/menu.lst
151.7GB: boot/grub/stage2
151.7GB: boot/initrd.img-2.6.27-14-generic
151.7GB: boot/initrd.img-2.6.28-18-generic
151.8GB: boot/initrd.img-2.6.32-22-generic
151.8GB: boot/initrd.img-2.6.32-23-generic
151.7GB: boot/vmlinuz-2.6.27-14-generic
151.7GB: boot/vmlinuz-2.6.28-18-generic
151.8GB: boot/vmlinuz-2.6.32-22-generic
151.7GB: boot/vmlinuz-2.6.32-23-generic
151.8GB: initrd.img
151.8GB: initrd.img.old
151.7GB: vmlinuz
151.8GB: vmlinuz.old
=========================== sdb1/boot/grub/grub.cfg: ===========================
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
set have_grubenv=true
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
}
function load_video {
insmod vbe
insmod vga
}
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
if loadfont /usr/share/grub/unicode.pf2 ; then
set gfxmode=640x480
load_video
insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
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/00_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, with Linux 2.6.35-22-generic' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=57759277-9be3-40a7-9d5c-60542ba0e26d ro quiet splash
initrd /boot/initrd.img-2.6.35-22-generic
}
menuentry 'Ubuntu, with Linux 2.6.35-22-generic (recovery mode)' --class ubuntu --class gnu-linux --class gnu --class os {
recordfail
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
echo 'Loading Linux 2.6.35-22-generic ...'
linux /boot/vmlinuz-2.6.35-22-generic root=UUID=57759277-9be3-40a7-9d5c-60542ba0e26d ro single
echo 'Loading initial ramdisk ...'
initrd /boot/initrd.img-2.6.35-22-generic
}
### END /etc/grub.d/10_linux ###
### BEGIN /etc/grub.d/20_linux_xen ###
### END /etc/grub.d/20_linux_xen ###
### BEGIN /etc/grub.d/20_memtest86+ ###
menuentry "Memory test (memtest86+)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
linux16 /boot/memtest86+.bin
}
menuentry "Memory test (memtest86+, serial console 115200)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos1)'
search --no-floppy --fs-uuid --set 57759277-9be3-40a7-9d5c-60542ba0e26d
linux16 /boot/memtest86+.bin console=ttyS0,115200n8
}
### END /etc/grub.d/20_memtest86+ ###
### BEGIN /etc/grub.d/30_os-prober ###
menuentry "Ubuntu 8.04.4 LTS (8.04) (on /dev/sda1)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos1)'
search --no-floppy --fs-uuid --set 44506b8e-d4b2-4ad9-9eb2-81b6a1a046b4
linux /boot/vmlinuz-2.6.24-23-generic root=/dev/sda1
initrd /boot/initrd.img-2.6.24-23-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-23-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-23-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-23-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.32-22-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.32-22-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.32-22-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.28-18-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.28-18-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.28-18-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.28-18-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.28-18-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.27-14-generic (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro quiet splash
initrd /boot/initrd.img-2.6.27-14-generic
}
menuentry "Ubuntu 10.04 LTS, kernel 2.6.27-14-generic (recovery mode) (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/vmlinuz-2.6.27-14-generic root=UUID=0be5c8b9-1b66-4335-82c9-7f555f2c45b0 ro single
initrd /boot/initrd.img-2.6.27-14-generic
}
menuentry "Ubuntu 10.04 LTS, memtest86+ (on /dev/sda6)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set 0be5c8b9-1b66-4335-82c9-7f555f2c45b0
linux /boot/memtest86+.bin
}
### END /etc/grub.d/30_os-prober ###
### 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.
### END /etc/grub.d/40_custom ###
### BEGIN /etc/grub.d/41_custom ###
if [ -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg;
fi
### END /etc/grub.d/41_custom ###
=============================== sdb1/etc/fstab: ===============================
# /etc/fstab: static file system information.
#
# Use 'blkid -o value -s 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 nodev,noexec,nosuid 0 0
# / was on /dev/sdb1 during installation
UUID=57759277-9be3-40a7-9d5c-60542ba0e26d / ext4 errors=remount-ro 0 1
# swap was on /dev/sdb5 during installation
UUID=7466f01d-a4c4-4fe1-8043-9c010bb27908 none swap sw 0 0
=================== sdb1: Location of files loaded by Grub: ===================
8.7GB: boot/grub/core.img
71.4GB: boot/grub/grub.cfg
6.7GB: boot/initrd.img-2.6.35-22-generic
.4GB: boot/vmlinuz-2.6.35-22-generic
6.7GB: initrd.img
.4GB: vmlinuz
ıɔǝɔ ǝɯɯoɔ xnǝıɯ ʇsǝ,ɔ nʇunqnʞ
Hors ligne