Search String: Display: Description: Sort:

Results:

References: [ +subject:/^(?:^\s*(re|sv|fwd|fw)[\[\]\d]*[:>-]+\s*)*Installing\s+grub\s+onto\s+a\s+system\s+with\s+XFS\s+root\s+fs\s*$/: 16 ]

Total 16 documents matching your query.

1. Installing grub onto a system with XFS root fs (score: 1)
Author: Jason White <jason@xxxxxxxxxxxx>
Date: Mon, 17 Dec 2007 11:49:45 +1100
I am trying to install Grub onto a system with a single XFS partition serving as both / and /boot. Distribution: Debian Unstable (Sid). Architecture: x86_64 When I run grub-install I get: Searching f
/archives/xfs/2007-12/msg00123.html (8,484 bytes)

2. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sun, 16 Dec 2007 19:07:11 -0600
Hrm, that's funky. Hard to say - in a nutshell, grub just sucks w.r.t. how it (ab)uses the filesystem it's trying to install on. In some invocations, it actually writes directly to the block device *
/archives/xfs/2007-12/msg00124.html (10,207 bytes)

3. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Jason White <jason@xxxxxxxxxxxx>
Date: Mon, 17 Dec 2007 12:46:27 +1100
Thanks for the background. The most up to date bug report and discussion I could find is here: https://bugs.launchpad.net/debian/+source/grub/+bug/8058 (for Ubuntu). There are also Debian bugs for th
/archives/xfs/2007-12/msg00126.html (9,818 bytes)

4. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sun, 16 Dec 2007 21:12:50 -0600
sounds like a bug in the scripts, then. -Eric
/archives/xfs/2007-12/msg00127.html (8,436 bytes)

5. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Martin Steigerwald <Martin@xxxxxxxxxxxx>
Date: Mon, 17 Dec 2007 14:28:51 +0100
Hello Jason, Am Montag 17 Dezember 2007 schrieb Jason White: Using grub shell manually always worked for me: - grub - find /boot/grub/menu.lst - root <result from above command> - setup <place to ins
/archives/xfs/2007-12/msg00136.html (9,258 bytes)

6. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Jason White <jason@xxxxxxxxxxxx>
Date: Tue, 18 Dec 2007 10:04:37 +1100
Thanks. Apparently there is XFS support in Grub 2 as well, which is where all development is now taking place. I hope it receives adequate testing and attention before distributions start using Grub
/archives/xfs/2007-12/msg00140.html (9,135 bytes)

7. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: David Chinner <dgc@xxxxxxx>
Date: Tue, 18 Dec 2007 11:35:36 +1100
I just looked at the XFS code in ithe grub 2 CVS repository and had a read of the wiki (http://grub.enbug.org/). From the code and the wiki, I note that there is no indication of grub 2 fixing the wo
/archives/xfs/2007-12/msg00142.html (9,960 bytes)

8. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Martin Steigerwald <Martin@xxxxxxxxxxxx>
Date: Tue, 18 Dec 2007 23:03:04 +0100
Am Dienstag 18 Dezember 2007 schrieb David Chinner: [...] Hi David! I think it may be a good idea to contact the GRUB development team about your concerns. I bet they won't read this mailing list. Bu
/archives/xfs/2007-12/msg00166.html (10,518 bytes)

9. Installing grub onto a system with XFS root fs (score: 1)
Author: Jason White <jason@xxxxxxxxxxxx>
Date: Mon, 17 Dec 2007 11:49:45 +1100
I am trying to install Grub onto a system with a single XFS partition serving as both / and /boot. Distribution: Debian Unstable (Sid). Architecture: x86_64 When I run grub-install I get: Searching f
/archives/xfs/2007-12/msg00355.html (8,484 bytes)

10. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sun, 16 Dec 2007 19:07:11 -0600
Hrm, that's funky. Hard to say - in a nutshell, grub just sucks w.r.t. how it (ab)uses the filesystem it's trying to install on. In some invocations, it actually writes directly to the block device *
/archives/xfs/2007-12/msg00356.html (10,207 bytes)

11. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Jason White <jason@xxxxxxxxxxxx>
Date: Mon, 17 Dec 2007 12:46:27 +1100
Thanks for the background. The most up to date bug report and discussion I could find is here: https://bugs.launchpad.net/debian/+source/grub/+bug/8058 (for Ubuntu). There are also Debian bugs for th
/archives/xfs/2007-12/msg00358.html (9,818 bytes)

12. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Eric Sandeen <sandeen@xxxxxxxxxxx>
Date: Sun, 16 Dec 2007 21:12:50 -0600
sounds like a bug in the scripts, then. -Eric
/archives/xfs/2007-12/msg00359.html (8,436 bytes)

13. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Martin Steigerwald <Martin@xxxxxxxxxxxx>
Date: Mon, 17 Dec 2007 14:28:51 +0100
Hello Jason, Am Montag 17 Dezember 2007 schrieb Jason White: Using grub shell manually always worked for me: - grub - find /boot/grub/menu.lst - root <result from above command> - setup <place to ins
/archives/xfs/2007-12/msg00368.html (9,258 bytes)

14. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Jason White <jason@xxxxxxxxxxxx>
Date: Tue, 18 Dec 2007 10:04:37 +1100
Thanks. Apparently there is XFS support in Grub 2 as well, which is where all development is now taking place. I hope it receives adequate testing and attention before distributions start using Grub
/archives/xfs/2007-12/msg00372.html (9,135 bytes)

15. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: David Chinner <dgc@xxxxxxx>
Date: Tue, 18 Dec 2007 11:35:36 +1100
I just looked at the XFS code in ithe grub 2 CVS repository and had a read of the wiki (http://grub.enbug.org/). From the code and the wiki, I note that there is no indication of grub 2 fixing the wo
/archives/xfs/2007-12/msg00374.html (9,960 bytes)

16. Re: Installing grub onto a system with XFS root fs (score: 1)
Author: Martin Steigerwald <Martin@xxxxxxxxxxxx>
Date: Tue, 18 Dec 2007 23:03:04 +0100
Am Dienstag 18 Dezember 2007 schrieb David Chinner: [...] Hi David! I think it may be a good idea to contact the GRUB development team about your concerns. I bet they won't read this mailing list. Bu
/archives/xfs/2007-12/msg00398.html (10,518 bytes)


This search system is powered by Namazu