Redémarrage,
là j'ai bien le menu de grub mais quand il boot sur arch j'ai l'erreur 15
un truc du genre:
Code : Tout sélectionner
error 15 ...
... kernel /vmlinuz26
root=/dev/disk/by-uuid/a6c92b81-5f6f-4138-a094-6b160c16f30c ro quiet
resume=/dev/disk/by-uuid/4ae46765-6a56-4525-9574-234956a1309f initrd /kernel26.img)
...
Code : Tout sélectionner
# This is a sample menu.lst file. You should make some changes to it. The old install method of booting via the stage-files has been removed. Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
timeout 30 default /default
#convert -resize 640x480 -colors 14 /media/multisystem/boot/splash/splash.png /media/multisystem/boot/splash/splash.xpm.gz
splashimage=/boot/splash/splash.xpm.gz
#color blue/green yellow/red white/magenta white/magenta
foreground=0033FF background=FF3300
#http://diddy.boot-land.net/grub4dos/Grub4dos.htm http://www.boot-land.net/forums/index.php?showforum=66 http://diddy.boot-land.net/grub4dos/files/syntax.htm Ne supprimez pas ce marqueur! / Do not remove this
#marker! MULTISYSTEM_START MULTISYSTEM_STOP Ne supprimez pas ce marqueur! / Do not remove this marker! http://diddy.boot-land.net/grub4dos/files/syntax.htm
title Chainloader into GRUB 2 find --set-root /boot/grub/boot.img chainloader /boot/grub/boot.img boot
#title Chainloader into Syslinux map (hd0) (hd0) map (hd0) (hd0) chainloader (hd0,0)+1 rootnoverify (hd0,0)
#http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/
title FreeDos kernel /boot/syslinux/memdisk initrd /boot/img/fdboot.img
title find and load NTLDR of Windows NT/2K/XP fallback 1 find --set-root --ignore-floppies --ignore-cd /ntldr map () (hd0) map (hd0) () map --rehook find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr savedefault --wait=2
title find and load BOOTMGR of Windows VISTA/SEVEN fallback 2 find --set-root --ignore-floppies --ignore-cd /bootmgr map () (hd0) map (hd0) () map --rehook find --set-root --ignore-floppies --ignore-cd
/bootmgr chainloader /bootmgr savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP fallback 3 find --set-root --ignore-floppies --ignore-cd /cmldr map () (hd0) map (hd0) () map --rehook find --set-root --ignore-floppies
--ignore-cd /cmldr chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F savedefault --wait=2
title find and load IO.SYS of Windows 9x/Me fallback 4 find --set-root /io.sys chainloader /io.sys savedefault --wait=2
title find and boot 0PE.ISO fallback 5 find --set-root /0PE/0PE.ISO map /0PE/0PE.ISO (0xff) || map --mem /0PE/0PE.ISO (0xff) map --hook chainloader (0xff) savedefault --wait=2
title find and boot MicroPE.ISO fallback 6 find --set-root /boot/MicroPE.ISO map /boot/MicroPE.ISO (0xff) || map --mem /boot/MicroPE.ISO (0xff) map --hook chainloader (0xff) savedefault --wait=2
title find and boot ubcd.iso fallback 8 find --set-root /ubcd.iso map /ubcd.iso (0xff) || map --mem /ubcd.iso (0xff) map --hook chainloader (0xff) savedefault --wait=2
title commandline commandline
title reboot reboot
title halt halt
#title Chainloader into Syslinux find --set-root /syslinux/ldlinux.sys chainloader /syslinux/ldlinux.sys savedefault --wait=2
La commande fdisk:
Code : Tout sélectionner
[root@ctkarch arch]# fdisk -l
Disk /dev/sda: 80.0 GB, 80026361856 bytes
255 têtes, 63 secteurs/piste, 9729 cylindres, total 156301488 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 : 0x0008c906
Périphérique Amorce Début Fin Blocs Id Système
/dev/sda1 * 1 80324 40162 83 Linux
/dev/sda2 80325 1140614 530145 82 Linux swap / Solaris
/dev/sda3 1140615 16514819 7687102+ 83 Linux
/dev/sda4 16514820 156296384 69890782+ 83 Linux
Code : Tout sélectionner
[root@ctkarch arch]# grub-install /dev/sda1
Probing devices to guess BIOS drives. This may take a long time.
sed: impossible de lire /boot/grub/device.map: Aucun fichier ou dossier de ce type
grep: /boot/grub/device.map: Aucun fichier ou dossier de ce type
/dev/sda1 does not have any corresponding BIOS drive.