[syslinux] configurer en mode RAID syslinux.cfg
Publié : mer. 24 juil. 2013, 14:17
bonjour,
je veux changer de grub à syslinux sur mon serveur OVH
je n'arrive plus à booter
et je pense que c'est à cause de cette ligne
APPEND root=/dev/md1 ...
voici mon fichier de conf
et un fdisk -l
je veux changer de grub à syslinux sur mon serveur OVH
je n'arrive plus à booter
et je pense que c'est à cause de cette ligne
APPEND root=/dev/md1 ...
voici mon fichier de conf
Code : Tout sélectionner
LABEL arch
MENU LABEL Arch Linux
LINUX ../vmlinuz-linux
APPEND root=/dev/md1 ro
INITRD ../initramfs-linux.img
LABEL archfallback
MENU LABEL Arch Linux Fallback
LINUX ../vmlinuz-linux
APPEND root=/dev/md1 ro
INITRD ../initramfs-linux-fallback.img
#LABEL windows
# MENU LABEL Windows
# COM32 chain.c32
# APPEND hd0 1
LABEL hdt
MENU LABEL HDT (Hardware Detection Tool)
COM32 hdt.c32
LABEL reboot
MENU LABEL Reboot
COM32 reboot.c32
LABEL off
MENU LABEL Power Off
COMBOOT poweroff.com
Code : Tout sélectionner
Device Boot Start End Blocks Id System
/dev/sdb1 * 4096 20975616 10485760+ fd Linux raid autodetect
/dev/sdb2 20975617 1952468992 965746688 fd Linux raid autodetect
Partition 2 does not start on physical sector boundary.
/dev/sdb3 1952468993 1953520064 525536 82 Linux swap / Solaris
Partition 3 does not start on physical sector boundary.
Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
255 heads, 63 sectors/track, 121601 cylinders, total 1953525168 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x0006c07b
Device Boot Start End Blocks Id System
/dev/sda1 * 4096 20975616 10485760+ fd Linux raid autodetect
/dev/sda2 20975617 1952468992 965746688 fd Linux raid autodetect
Partition 2 does not start on physical sector boundary.
/dev/sda3 1952468993 1953520064 525536 82 Linux swap / Solaris
Partition 3 does not start on physical sector boundary.