FS#775 - Install freezes on grub installation with XFS
Attached to Project:
Arch Linux
Opened by Eduardo Lopes (eduol) - Sunday, 18 April 2004, 00:19 GMT
Last edited by Judd Vinet (judd) - Sunday, 18 April 2004, 18:15 GMT
Opened by Eduardo Lopes (eduol) - Sunday, 18 April 2004, 00:19 GMT
Last edited by Judd Vinet (judd) - Sunday, 18 April 2004, 18:15 GMT
|
Details
I´m trying to install Arch in a IDE HD with 3 partitions
(Win ME, XFS and swap) and the installation of grub on
/dev/discs/disc0/disc (MBR) doesn´t finish. The same config
installs without problems when using ext3fs instead of XFS
|
This task depends upon
Maybe the grub procedure can't write the mbr?
One more reason might be, that the grub menu entries are wrong.
This is what arch creates, f.e. if you have a /boot partition on drive one, partition one, and / as root in drive four, partition one:
# (0) Arch Linux
title Arch Linux [kernel26]
root (hd3,0)
kernel (hd0,0)/vmlinuz26 root=/dev/discs/disc3/part1 ro
Notice that the root (hd3,0) is completely wrong. This configuration is only working, because the kernel option was enriched with the correct option (hd0,0). But this is no grub syntax. It works, anyhow.
This is how it has to be, as the grub option 'root' means the 'root' of the kernel, in the meaning of it's base drive/partition:
# (0) Arch Linux
title Arch Linux [kernel26]
root (hd0,0)
kernel /vmlinuz26 root=/dev/discs/disc3/part1 ro
but becouse of my mistake, i reinstall it (in within 20 minutes) and then the grub install fail, but lilo was ok
p.s. the arch verison is 0.6