[Bug 959724] Re: Limit boot loader installation target
Barry Warsaw
959724 at bugs.launchpad.net
Tue Mar 20 19:02:31 UTC 2012
So, doing the grep as you suggest gives me these supportable
filesystems:
'btrfs',
'ext2',
'fat',
'hfsplus',
'nilfs2',
'ntfs',
so I think you have to special case (i.e. manually add to the list) ext3
and ext4 also, and probably fat16 and fat32 too. Am I missing
something?
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to ubiquity in Ubuntu.
https://bugs.launchpad.net/bugs/959724
Title:
Limit boot loader installation target
Status in “ubiquity” package in Ubuntu:
Triaged
Bug description:
In bug 933433 the user attempted to install the boot loader on an XFS
file system, which does not reserve space. This causes a follow-on
bug that will be fixed separately as part of bug 933433. However, in
general, cjwatson says:
<cjwatson> barry: firstly, the user was allowed to select an XFS partition as
a target for boot loader installation (impossible since XFS doesn't
reserve space) [17:22]
<cjwatson> actually should not be allowed to select anything that doesn't
reserve embedding space
<cjwatson> that can be data-mined from the grub2 source
<cjwatson> 'grep reserved_first_sector grub-core/fs/*' [17:29]
<cjwatson> if there's a filesystem in the target partition, it must be one of
those with = 1 there
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/959724/+subscriptions
More information about the foundations-bugs
mailing list