[bug #34786] os-prober does not recognize Windows 7 partition

2011-11-12 Thread Pavel Mendl
Follow-up Comment #6, bug #34786 (project grub): Crap. You are right! I did not notice /dev/sdb3 suddenly appeared (it was not formated before I started installation process). It must be kind of Windows installer magic. And it looks like this would be the proper Windows7 boot partition. In the

[bug #34786] os-prober does not recognize Windows 7 partition

2011-11-12 Thread Pavel Mendl
Follow-up Comment #7, bug #34786 (project grub): No joy so far. I got partial success with the below listed grub menu item, what boots into Windows XP - but they are in the /dev/sda2, not /dev/sda3, what confuses me a bit. Maybe some trickery with partition hiding and bootable flag settings could

[bug #34807] Permit the configuration of GRUB_PREFIX by the user in grub-mkconfig and grub-install

2011-11-12 Thread Vladimir Serbinenko
Update of bug #34807 (project grub): Status:None = Invalid Open/Closed:Open = Closed ___ Follow-up Comment #1: I see no justification

[bug #34610] please add support for different PC VGA text modes

2011-11-12 Thread Vladimir Serbinenko
Update of bug #34610 (project grub): Priority: 5 - Normal = 1 - Later ___ Reply to this item at: http://savannah.gnu.org/bugs/?34610 ___ Message

Re: encrypted partitions aren't recognized in a good way

2011-11-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 10.11.2011 18:42, devkral wrote: +cryptdevice_tmp=cryptdevice=/dev/disk/by-uuid/$(echo ${cryptdevice_check} | sed -e s/ // -e s/ /-/ -e s/ /-/ -e s/ /-/ -e s/ /-/ -e s/ // -e s/ //)${lvmname} What's the reason for probing lvm? awk is much better and readable for uuid transforms. --