[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

PATCH: Vista support on os-prober



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Vista is not detected here, due to CASE sensitive stuff...

For this you need to change the line 20 of the file
/usr/lib/os-probes/mounted/20microsoft

from:

if [ -e "$2/bootmgr" ] && [ -e "$2/Boot/BCD" ]; then


to:

if [ -e "$2/bootmgr" ] && ([ -e "$2/Boot/BCD" ] || \
   [ -e "$2/Boot/bcd" ] || [ -e "$2/boot/BCD" ] || \
   [ -e "$2/boot/bcd" ]); then

- ---

On my case, the file is boot/bcd (originally on os-prober set to Boot/BCD)
I have tested the change here and it works well


Greetings



Thanatermesis

- --
Do you want a new Linux experience ? Just follow my legacy...

Verify the authenticity of my emails, takes my GPG Public key from my
own server
http://thanatermesis.org/mediawiki/index.php/Gpg_Keys_Signatures
Note: Key updated
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGW6U1UOXLAbAeLpQRAnkdAJ9Il9ZbXEjbXdyLACRlfCrR8XKKqQCfb4pD
5B7RGB2pE+ifc4b8bjEfeL4=
=+uV3
-----END PGP SIGNATURE-----



Reply to: