ho modificato come segue,
ma non ha funzionato.
Inoltre il fstab commutato da sdax a hdax non viene riconosciuto
e il boot si pianta.
Ovviamente avevo fatto un backup e ora ho ripristinato come sopra
Codice:
# Config file for GRUB - The GNU GRand Unified Bootloader
# /boot/grub/menu.lst
# general configuration:
timeout 5
default 0
color light-blue/black light-cyan/blue
# (0) Arch Linux
title Arch Linux
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/hda2 ro earlymodules=piix
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root (hd0,1)
kernel /boot/vmlinuz26 root=/dev/hda2 ro
initrd /boot/kernel26-fallback.img
# (1) Windows
title Windows
rootnoverify (hd0,0)
makeactive
chainloader +1
Codice:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
none /dev/pts devpts defaults 0 0
none /dev/shm tmpfs defaults 0 0
/dev/cdrom /mnt/cdrom iso9660 ro,user,noauto,unhide 0 0
/dev/hda2 / ext3 defaults 0 1
/dev/hda5 swap swap defaults 0 0
Che c'entri il mkinitcpio, di cui ammetto di non conoscere per bene la funzione.