Pages : 1
#1 Le 06/03/2005, à 11:49
- Starsky
Probleme GRUB/LILO
Salut tout le monde,
Je viens d'installer ubuntu i386 sur un sempron (c'est normal que ca marche ?) ... et j'ai eu quelques petits problemes ...
1) A l'installe de GRUB : fatal error impossible d'installer grub ou que ce soit ... bizard non ?
2) Bref ... j'installe lilo à la place ...
installe finie, je reboot ... je vois lilo 2.2..... et badaboum il boot direct sur ubuntu sans afficher le moindre menu ...
J'ai bien regarder dans lilo.conf ... pas de souci apparement si ce n'est que qd je recharge lilo il me mets un warning :
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/dm-0' -> '/dev/evms/hda1'
si vous pouviez m'aider ... merci bcp par avance
Starsky
......que j'aime ta couleur café !
Hors ligne
#2 Le 06/03/2005, à 14:09
- laurent
Re : Probleme GRUB/LILO
Tu as essaié de lancer
sudo liloconfig (ou lilo-config)
puis lilo
?
Si tu n'as pas une configuration "exceptionnelle", les réglages qu'il te propose devraient fonctionner.
Laurent, petit belge explorant la banquise
Hors ligne
#3 Le 06/03/2005, à 14:11
- laurent
Re : Probleme GRUB/LILO
Pour grub, c'est bizarre, en effet.... Tu peux toujours faire un tour dans l'article de la doc du site pour voir comment le relancer...
ou alors un
sudo update-grub (ou grub-update, à nouveau, ma mémoire défaille)
pourrait peut-être suffire.
Laurent, petit belge explorant la banquise
Hors ligne
#4 Le 06/03/2005, à 15:13
- Starsky
Re : Probleme GRUB/LILO
Voici le résultat de liloconfig :
Running lilo...
LILO version 22.6.1, Copyright (C) 1992-1998 Werner Almesberger
Development beyond version 21 Copyright (C) 1999-2004 John Coffman
Released 17-Nov-2004, and compiled at 14:09:52 on Feb 15 2005
Ubuntu
Warning: LBA32 addressing assumed
Reading boot sector from /dev/hda
Warning: Kernel & BIOS return differing head/sector geometries for device 0x80
Kernel: 19457 cylinders, 255 heads, 63 sectors
BIOS: 1024 cylinders, 240 heads, 63 sectors
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/dm-0' -> '/dev/evms/hda1'
Name change: '/dev/dm-1' -> '/dev/evms/hda5'
Name change: '/dev/dm-2' -> '/dev/evms/hda6'
Name change: '/dev/dm-3' -> '/dev/evms/hda7'
Name change: '/dev/dm-4' -> '/dev/evms/hda8'
Name change: '/dev/dm-5' -> '/dev/evms/hda9'
Using MENU secondary loader
Calling map_insert_data
Boot image: /vmlinuz -> boot/vmlinuz-2.6.10-3-386
Mapping RAM disk /initrd.img -> boot/initrd.img-2.6.10-3-386
Added Linux *
Skipping /vmlinuz.old
Boot other: /dev/hda1, on /dev/hda, loader CHAIN
Added WindowsXP
Writing boot sector.
/boot/boot.0300 exists - no boot sector backup copy made.
......que j'aime ta couleur café !
Hors ligne
#5 Le 06/03/2005, à 15:21
- laurent
Re : Probleme GRUB/LILO
ok... Moi aussi hier j'avais 1000 messages d'erreur auxquels je comprenais rien.
Si tu fais lilo, maintenant, il te dit quoi?
Laurent, petit belge explorant la banquise
Hors ligne
#6 Le 06/03/2005, à 15:38
- Starsky
Re : Probleme GRUB/LILO
Il me met le meme probleme ::/
Warning: '/proc/partitions' does not match '/dev' directory structure.
Name change: '/dev/dm-0' -> '/dev/evms/hda1'
Added Linux *
Skipping /vmlinuz.old
Added WindowsXP
Probleme de secteur boot ...:/
......que j'aime ta couleur café !
Hors ligne
#7 Le 06/03/2005, à 15:48
- laurent
Re : Probleme GRUB/LILO
Tu saurais retranscrire ici le contenu de ton lilo.conf, stp?
Laurent, petit belge explorant la banquise
Hors ligne
#8 Le 06/03/2005, à 15:51
- Starsky
Re : Probleme GRUB/LILO
Voilà merci pour ton aide Laurent !!
# /etc/lilo.conf - See: `lilo(8)' and `lilo.conf(5)',
# --------------- `install-mbr(8)', `/usr/share/doc/lilo/',
# and `/usr/share/doc/mbr/'.
# +---------------------------------------------------------------+
# | !! Reminder !! |
# | |
# | Don't forget to run `lilo' after you make changes to this |
# | conffile, `/boot/bootmess.txt' (if you have created it), or |
# | install a new kernel. The computer will most likely fail to |
# | boot if a kernel-image post-install script or you don't |
# | remember to run `lilo'. |
# | |
# +---------------------------------------------------------------+
# Specifies the boot device. This is where Lilo installs its boot
# block. It can be either a partition, or the raw device, in which
# case it installs in the MBR, and will overwrite the current MBR.
#
boot=/dev/hda
# Specifies the device that should be mounted as root. (`/')
#
root=/dev/hda6
# Enable map compaction:
# Tries to merge read requests for adjacent sectors into a single
# read request. This drastically reduces load time and keeps the
# map smaller. Using `compact' is especially recommended when
# booting from a floppy disk. It is disabled here by default
# because it doesn't always work.
#
# compact
# Installs the specified file as the new boot sector
# You have the choice between: text, bmp, and menu
# Look in lilo.conf(5) manpage for details
#
#install=menu
# Specifies the location of the map file
#
map=/boot/map
# You can set a password here, and uncomment the `restricted' lines
# in the image definitions below to make it so that a password must
# be typed to boot anything but a default configuration. If a
# command line is given, other than one specified by an `append'
# statement in `lilo.conf', the password will be required, but a
# standard default boot will not require one.
#
# This will, for instance, prevent anyone with access to the
# console from booting with something like `Linux init=/bin/sh',
# and thus becoming `root' without proper authorization.
#
# Note that if you really need this type of security, you will
# likely also want to use `install-mbr' to reconfigure the MBR
# program, as well as set up your BIOS to disallow booting from
# removable disk or CD-ROM, then put a password on getting into the
# BIOS configuration as well. Please RTFM `install-mbr(8)'.
#
# password=tatercounter2000
# Specifies the number of deciseconds (0.1 seconds) LILO should
# wait before booting the first image.
#
delay=100
# You can put a customized boot message up if you like. If you use
# `prompt', and this computer may need to reboot unattended, you
# must specify a `timeout', or it will sit there forever waiting
# for a keypress. `single-key' goes with the `alias' lines in the
# `image' configurations below. eg: You can press `1' to boot
# `Linux', `2' to boot `LinuxOLD', if you uncomment the `alias'.
#
#message=/boot/bootmess.txt
# prompt
# delay=100
# timeout=100
# Specifies the VGA text mode at boot time. (normal, extended, ask, <mode>)
#
# vga=ask
# vga=9
#
vga=normal
# Kernel command line options that apply to all installed images go
# here. See: The `boot-prompt-HOWTO' and `kernel-parameters.txt' in
# the Linux kernel `Documentation' directory.
#
# append="
# If you used a serial console to install Ubuntu, this option should be
# enabled by default.
# serial=
#
# Boot up Linux by default.
#
#default=Linux
image=/vmlinuz
label=Linux
read-only
# restricted
# alias=1
initrd=/initrd.img
image=/vmlinuz.old
label=LinuxOLD
read-only
optional
# restricted
# alias=2
initrd=/initrd.img.old
# If you have another OS on this machine to boot, you can uncomment the
# following lines, changing the device name on the `other' line to
# where your other OS' partition is.
#
# other=/dev/hda4
# label=HURD
# restricted
# alias=3
other=/dev/hda1
label=WindowsXP
# restricted
# alias=2
......que j'aime ta couleur café !
Hors ligne
#9 Le 06/03/2005, à 16:03
- laurent
Re : Probleme GRUB/LILO
Et si tu décommente cette ligne-ci, ça t'affiche pas le menu au démarrage?
#install=menu
Laurent, petit belge explorant la banquise
Hors ligne
#10 Le 06/03/2005, à 16:07
- Starsky
Re : Probleme GRUB/LILO
Je fini de télécharger un .iso... et je reboot !
Je te tiens au courant ... d'ici 30 minutes ...
merci pour ton aide
......que j'aime ta couleur café !
Hors ligne
#11 Le 06/03/2005, à 16:33
- Starsky
Re : Probleme GRUB/LILO
non ca ne marche pas ...
j'ai rebooté et c'est tjs pareil ... il boot sans menu, damn !
......que j'aime ta couleur café !
Hors ligne
#12 Le 06/03/2005, à 17:12
- laurent
Re : Probleme GRUB/LILO
Bon, ben essaie peut-être de réinstaller grub.
Ou de faire sudo update-grub...
Laurent, petit belge explorant la banquise
Hors ligne
#13 Le 04/08/2006, à 12:17
- harun
Re : Probleme GRUB/LILO
Salut tout le monde,
J'ai installé ubuntu sur mon portable et c'est impecc tout marche a merveille. j'ai voulu essayer de l'installer sur mon PC (hp pavilion sempron, ati radeon xpress 200) et je n'arriive meme pas a booter a partir du cd (livecd). Est ce que quelqu'un a eu le meme pb.
J'ai installé PCBSD et il marche mas je n'aime pass trop KDE et pas un grand choix de logiciels.
A l'aide si quelqu'un a eu le meme pb.
merci
Hors ligne
Pages : 1