#1 Le 29/12/2006, à 11:33
- Bootbool
Ecran gelé sur GRUB après install edgy LIVECD
Salut à tous,
Heureux utilisateur d'ubuntu depuis hoary, je me trouve confronté à un problème pour le moins bizarre.
Edgy etait installé sur un disque et windows sur un autre et tout se passait pour le mieux (grub installé sur le disque linux). Mais le jour de noel le disque linux décida de me lacher.:rolleyes: Je rachète donc le même disque que je mets en master.
Ma configuration est la suivante: 1 disque IDE (LINUX), 1 disque SATA (Windows) tous les 2 en master.
Le disque étant tout neuf au départ je crée donc lors de l'install d'edgy une partition ext3 de 50 G0 et une autre de 1.5GO pour le swa et le reste en fat32 comme partiton d'échange. L'install se déroule sans soucis mais lors du reboot l'écran se fige sur grub et puis plus rien...
J'ai essayé pas mal de trucs:
1) Enlever carte télé, carte wifi puis reinstaller
2)Enlever le cable ethernet puis réinstaller (on sait jamais avec les mises à jour xorg toussa )
3)Comparer les UUID de fstab et de /dev/disk/by-id
4)Ajouter le flag "boot" sur hda1
5)Tripoter Grub même si il aime pas trop ca. root (hd0,0) et setup (hd0,0) mais ca ne change rien
pas plus que : sudo grub-install /dev/hda ou /dev/hda1 ou '(hd0)' ou '(hd0,0)'
6)Faire tous les truc précédents et enlever le disque SATA et tout reinstaller mais rien n'y fait ca veut pas booter
voila ce que donne un
fdisk -l
Disk /dev/hda: 160.0 GB, 160041885696 bytes
255 heads, 63 sectors/track, 19457 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 * 1 6374 51199123+ 83 Linux
/dev/hda2 6375 6570 1574370 82 Linux swap / Solaris
/dev/hda3 6571 19457 103514827+ b W95 FAT32
Disk /dev/sda: 122.9 GB, 122942324736 bytes
255 heads, 63 sectors/track, 14946 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 2550 20482843+ 7 HPFS/NTFS
/dev/sda2 2551 14946 99570870 f W95 Ext'd (LBA)
/dev/sda5 2551 14946 99570838+ 7 HPFS/NTFS
le fstab ou il n'y a que le disque IDE vu que j'avais débranché le disque SATA lors de l'install
ubuntu@ubuntu:~$ cat Desktop/pqnn/etc/fstab
# /etc/fstab: static file system information.
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1
UUID=b5b67e39-805f-4b30-bb36-00b4a30efc54 / ext3 defaults,errors=remount-ro 0 1
# /dev/hda2
UUID=c29a7a5b-d36b-4932-bbea-99f3a3882ee7 none swap sw 0 0
/dev/hdd /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/ /media/floppy0 auto rw,user,noauto 0 0
voici mon 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 change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 3
## 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=b5b67e39-805f-4b30-bb36-00b4a30efc54 ro
# kopt_2_6=root=/dev/hda1 ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,0)
## 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
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## ## End Default Options ##
title Ubuntu, kernel 2.6.17-10-generic
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hda1 ro quiet splash
initrd /boot/initrd.img-2.6.17-10-generic
quiet
savedefault
boot
title Ubuntu, kernel 2.6.17-10-generic (recovery mode)
root (hd0,0)
kernel /boot/vmlinuz-2.6.17-10-generic root=/dev/hda1 ro single
initrd /boot/initrd.img-2.6.17-10-generic
boot
title Ubuntu, memtest86+
root (hd0,0)
kernel /boot/memtest86+.bin
quiet
boot
### END DEBIAN AUTOMAGIC KERNELS LIST
device.map
(hd0) /dev/hda
Voila c'est peut-être un peu long comme post mais ca vaut le coup
Je précise que edgy et ces ancêtres fonctionnaient parfaitement il y a encore quelques jours et là je ne sais plus quoi faire...
Dernière modification par Bootbool (Le 29/12/2006, à 11:38)
Hors ligne