You are not logged in.
Pages: 1
I have 2 hard drive 640 gigabytes involved in Raid 0 Motherboard TF560 A2 + Follow the steps on https: / / wiki.archlinux.org / index.php / Installing_with_Fake_RAID Sam managed to install the boot problem is a problem about some evil path core at least I think so create grub boot list XP in order
Menu list grub
# (0) Arch Linux
title Arch Linux
root
kernel /boot/vmlinuz26 root=/dev/mapper/nvidia_dbadbiafp9 ro
initrd /boot/kernel26.img
# (1) Arch Linux
title Arch Linux Fallback
root
kernel /boot/vmlinuz26 root=/dev/mapper/nvidia_dbadbiafp9 ro
initrd /boot/kernel26-fallback.img
# (2) Windows
title Windows
rootnoverify (hd0,1)
makeactive
chainloader +1
And anyone knows how to fix it let write thank you
Offline
Whenever your root (/) partition is set up in a way that it needs special tools and drivers you need to create a small seperate partition for /boot.
That one will contain the bootloader (grub or grub2), the kernel and initramfs image.
The initramfs then will contain everything to initialize the root partition.
So you should have at least an /etc/mkinitcpio.conf with the 'dmraid' hook; 'mkinitcpio -p kernel26' will rebuild the image.
Your grub menu.lst is certainly wrong, because when /boot is its own partition the path becomes "/vmlinuz26..." and "initrd /kernel26...", no "/boot".
Which ISO did you use for the install?
1000
Offline
If I create a separate partition on disk / boot and fails me when I have to install grub boot directory partitions for / root and YES weirdly of records, grub letter is the correct path
Offline
Pages: 1