[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-08-15 Thread Phillip Susi
Peter, I just noticed your more recent comment.  I was pretty certain
this was fixed some time ago because os-prober will refuse to generate a
bios windows entry if you are running in EFI mode, but it sounds like
you are still seeing this.  Are you running an older release?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-08-14 Thread Phillip Susi
** Changed in: grub2 (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: os-prober (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-08-08 Thread Ubuntu Foundations Team Bug Bot
The attachment "Debian commit 6dba9e66 fixes debian #817023 and helps
fix ubuntu #1024383 was released as debian version 1.76" seems to be a
debdiff.  The ubuntu-sponsors team has been subscribed to the bug report
so that they can review and hopefully sponsor the debdiff.  If the
attachment isn't a patch, please remove the "patch" flag from the
attachment, remove the "patch" tag, and if you are member of the
~ubuntu-sponsors, unsubscribe the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue please contact him.]

** Tags added: patch

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-08-08 Thread Peter Bosch
This bug is (at least in our case) caused by libblkid (through
udevd/udevadm) reporting the disklabel type as "dos" while the os-prober
script looks for "msdos". This was fixed upstream in Debian os-prober
1.76 as a fix for Debian bug #817023 for which I have attached the
patch, though I recommend pulling the upstream changes directly.


** Patch added: "Debian commit 6dba9e66 fixes debian #817023 and ubuntu 
#1024383 was released as debian version 1.76"
   
https://bugs.launchpad.net/ubuntu/+source/os-prober/+bug/1024383/+attachment/5173186/+files/os-prober.diff

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-06-12 Thread Phillip Susi
** Changed in: grub2 (Ubuntu)
 Assignee: MOHAMMED FAHAD MUSHAHID (89mfahad) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-05-20 Thread Cavsfan
I have a new PC SSD using UEFI/GPT and I am experiencing none of these problems 
booting Windows 10.
I installed Windows 10, then Xubuntu 16.04, Xubuntu 18.04 and today Xubuntu 
18.10 with zero problems.
Boot entry for Windows 10 default:
menuentry 'Windows Boot Manager (on /dev/sdc1)' --class windows --class os 
$menuentry_id_option 'osprober-efi-688D-126B' {
insmod part_gpt
insmod fat
set root='hd2,gpt1'
if [ x$feature_platform_search_hint = xy ]; then
  search --no-floppy --fs-uuid --set=root --hint-bios=hd2,gpt1 
--hint-efi=hd2,gpt1 --hint-baremetal=ahci2,gpt1  688D-126B
else
  search --no-floppy --fs-uuid --set=root 688D-126B
fi
chainloader /EFI/Microsoft/Boot/bootmgfw.efi
}

It does not fail to boot Windows 10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-04-09 Thread MOHAMMED FAHAD MUSHAHID
** Changed in: grub2 (Ubuntu)
 Assignee: (unassigned) => MOHAMMED FAHAD MUSHAHID (89mfahad)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-03-16 Thread Etienne URBAH
With following packages from Kubuntu Bionic Beaver Beta1 (18.04) :
grub-efi-amd64  2.02-2ubuntu8
grub-efi-amd64-bin  2.02-2ubuntu8
grub-efi-amd64-signed   1.93+2.02-2ubuntu8
os-prober   1.74ubuntu1

On UEFI system 'MSI GE62 7RE-210FR', this issue appears to be solved :
-  'grub.cfg' contains a 'Windows Boot Manager' menuentry correctly referencing 
'/EFI/Microsoft/Boot/bootmgfw.efi' on a GPT partition,
-  Booting with this 'grub.cfg' then choosing 'Windows Boot Manager' correctly 
starts 'Windows'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-02-17 Thread Jeb E.
This happens in Windows 10 systems, too.
Dell Inspiron 13 5xxx series.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2018-01-11 Thread banavath bheemudu
** Changed in: grub2 (Ubuntu)
   Status: Triaged => Incomplete

** Changed in: grub2 (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2017-05-11 Thread Phillip Susi
Yo, stop marking this bug as fixed for no reason.


** Changed in: grub2 (Ubuntu)
   Status: Fix Released => Triaged

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2017-05-10 Thread Yo
** Changed in: grub2 (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2017-03-31 Thread Jeb E.
I've had several times an update to my Ubuntu install has corrupted my Windows 
Boot Manager.
See my Paste:
http://paste2.org/kpXd5p6k


-
Boot Info Script cfd9efe + Boot-Repair extra info  [Boot-Info 26Apr2016]


= Boot Info Summary: ===

 => Windows 7/8/2012 is installed in the MBR of /dev/sda.

sda1:
__

File system:   vfat
Boot sector type:  -
Boot sector info:  No errors found in the Boot Parameter Block.
Operating System:  
Boot files:/EFI/Boot/bootx64.efi /EFI/ubuntu/MokManager.efi 
   /EFI/ubuntu/fwupx64.efi /EFI/ubuntu/grubx64.efi 
   /EFI/ubuntu/shimx64.efi 
   /EFI/Microsoft/Boot/bootmgfw.efi 
   /EFI/Microsoft/Boot/bootmgr.efi 
   /EFI/Microsoft/Boot/memtest.efi

sda2:
__

File system:   
Boot sector type:  -
Boot sector info: 
Mounting failed:   mount: unknown filesystem type ''

sda3:
__

File system:   ntfs
Boot sector type:  Windows 8/2012: NTFS
Boot sector info:  No errors found in the Boot Parameter Block.
Operating System:  
Boot files:/bootmgr /Windows/System32/winload.exe

sda4:
__

File system:   ntfs
Boot sector type:  Windows 8/2012: NTFS
Boot sector info:  No errors found in the Boot Parameter Block.
Operating System:  
Boot files:

sda5:
__

File system:   ext4
Boot sector type:  -
Boot sector info: 
Operating System:  Ubuntu 16.10
Boot files:/boot/grub/grub.cfg /etc/fstab

sda6:
__

File system:   swap
Boot sector type:  -
Boot sector info: 

 Drive/Partition Info:
=

Drive: sda _
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disklabel type: gpt

Partition  Boot  Start SectorEnd Sector  # of Sectors  Id System

/dev/sda1   1 1,953,525,167 1,953,525,167  ee GPT


GUID Partition Table detected.

Partition  Attrs   Start SectorEnd Sector  # of Sectors System
/dev/sda1 2,048 1,026,047 1,024,000 EFI System partition
/dev/sda2 1,026,048 1,288,191   262,144 Microsoft Reserved 
Partition (Windows)
/dev/sda3 1,288,192 1,343,465,471 1,342,177,280 Data partition 
(Windows/Linux)
/dev/sda4  R  1,952,602,112 1,953,523,711   921,600 Windows Recovery 
Environment (Windows)
/dev/sda5 1,351,464,960 1,952,601,678   601,136,719 Data partition 
(Linux)
/dev/sda6 1,343,465,472 1,351,464,959 7,999,488 Swap partition 
(Linux)

Attributes: R=Required, N=No Block IO, B=Legacy BIOS Bootable, +=More
bits set

"blkid" output:


Device   UUID   TYPE   LABEL

/dev/loop0  squashfs   
/dev/loop1  squashfs   
/dev/loop2  squashfs   
/dev/loop3  squashfs   
/dev/loop4  squashfs   
/dev/sda1BC6E-6E60  vfat   ESP
/dev/sda2  
/dev/sda328A2E38BA2E35C36   ntfs   
/dev/sda49E6C78BA6C788EB1   ntfs   WINRETOOLS
/dev/sda5c54b5978-d726-4a3c-8f89-5554480823ba   ext4   
/dev/sda6b11242ba-bb9d-4a2b-9e12-9ddcc63a069c   swap   

= "ls -l /dev/disk/by-id" output:
==

total 0
lrwxrwxrwx 1 root root  9 Mar 31 12:16 ata-WDC_WD10SPCX-75KHST0_WXP1AC5NXRK8 -> 
../../sda
lrwxrwxrwx 1 root root 10 Mar 31 12:16 
ata-WDC_WD10SPCX-75KHST0_WXP1AC5NXRK8-part1 -> ../../sda1
lrwxrwxrwx 1 root root 10 Mar 31 12:16 
ata-WDC_WD10SPCX-75KHST0_WXP1AC5NXRK8-part2 -> ../../sda2
lrwxrwxrwx 1 root root 10 Mar 31 12:16 
ata-WDC_WD10SPCX-75KHST0_WXP1AC5NXRK8-part3 -> ../../sda3
lrwxrwxrwx 1 root root 10 Mar 31 12:16 
ata-WDC_WD10SPCX-75KHST0_WXP1AC5NXRK8-part4 -> ../../sda4
lrwxrwxrwx 1 root root 10 Mar 31 12:16 
ata-WDC_WD10SPCX-75KHST0_WXP1AC5NXRK8-part5 -> ../../sda5

[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2016-12-05 Thread Phillip Susi
** Changed in: grub2 (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: grub2 (Ubuntu)
 Assignee: Gabriela (gabriela68) => (unassigned)

** Changed in: os-prober (Ubuntu)
   Status: Fix Released => Confirmed

** Changed in: os-prober (Ubuntu)
 Assignee: Gabriela (gabriela68) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2016-12-02 Thread Gabriela
** Changed in: grub2 (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: os-prober (Ubuntu)
   Status: Confirmed => Fix Released

** Changed in: grub2 (Ubuntu)
 Assignee: (unassigned) => Gabriela (gabriela68)

** Changed in: os-prober (Ubuntu)
 Assignee: (unassigned) => Gabriela (gabriela68)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2016-05-17 Thread Etienne URBAH
Concerning comment #51 just above :

Correction :
In the WORKAROUND with 'Secure Boot' ENABLED, you must NOT reference the 
Windows partition, but the 'EFI boot' partition :
Simply replace the set of '--hint-*=*' parameters by the output of 'sudo 
grub-probe -t hints_string /boot/efi'.

Addition :
Before rebooting, run 'sudo update-grub'.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2016-05-16 Thread Etienne URBAH
In order to boot Windows on UEFI systems :

WORKAROUND with 'Secure Boot' DISABLED
--
The 'grub.cfg' menuentry below, which may conceivably be generated by 
'os-prober', works only with 'Secure Boot' disabled :

menuentry "Windows booted from its NTFS partition" {
insmod part_msdos  # and/or part_gpt, depending on the partition 
table(s)
insmod ntfs
set WindowsEFI=/EFI/Microsoft/Boot/bootmgfw.efi
if [ x$feature_platform_search_hint = xy ]; then
  search -n -s --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 
--hint-baremetal=ahci0,msdos2 -f $WindowsEFI
else
  search -n -s -f $WindowsEFI
fi
chainloader  $WindowsEFI
}

But with 'Secure Boot' enabled, the above menuentry systematically fails with 
following error message :
Secure boot forbids loading module from 
(hd0,msdos2)/boot/grub/x86_64-efi/ntfs.mod


WORKAROUND with 'Secure Boot' ENABLED
-
In order to boot Windows on UEFI with 'Secure Boot' enabled, I have 
successfully installed following workaround :

-  Think :  On installation of the Linux distribution (Ubuntu or another
one) with UEFI, the installer normally creates an 'EFI boot' partition
formatted as 'vfat'.

-  Think :  This 'EFI boot' partition is read by 'grub' WITHOUT the need
of the insecure 'ntfs.mod', and is precisely dedicated to booting.  So,
let's use it :

-  Under Linux, mount the Windows partition, and copy the content of its '/EFI' 
folder under '/boot/efi/EFI'.  For example :
   sudo  cp  -p  -r  /media/user/Windows-Label/EFI/*  /boot/efi/EFI/
   (you can safely ignore 'cp: failed to preserve ownership' error messages)

-  Then, replacing 'msdos2' by the partition number of the Windows
partition on your system, write following lines at the END of
'/etc/grub.d/40_custom' :

menuentry "Windows booted from EFI boot partition" {
insmod part_msdos  # and/or part_gpt, depending on the partition 
table(s)
set WindowsEFI=/EFI/Microsoft/Boot/bootmgfw.efi
if [ x$feature_platform_search_hint = xy ]; then
  search -n -s --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 
--hint-baremetal=ahci0,msdos2 -f $WindowsEFI
else
  search -n -s -f $WindowsEFI
fi
chainloader  $WindowsEFI
}


FIXING THE BUG FOR ALL CASES

I suggest that 'os-prober' automatically performs the workaround just above, 
which involves copying boot files from the Windows partition to the 'EFI boot' 
partition.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2016-01-07 Thread Mauro D'Aloisio
Same bug here: I'm running Kubuntu 15.10 and I can't boot Windows10.
If I pick Windows10 entry in the grub menu selection I obtain the same message 
error written in the first post: "Invalid EFI file path".

apt-cache policy grub-efi
grub-efi:
  Installato: 2.02~beta2-29ubuntu0.3
  Candidato:  2.02~beta2-29ubuntu0.3
  Tabella versione:
 *** 2.02~beta2-29ubuntu0.3 0
500 http://it.archive.ubuntu.com/ubuntu/ wily-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 2.02~beta2-29ubuntu0.2 0
500 http://security.ubuntu.com/ubuntu/ wily-security/main amd64 Packages
 2.02~beta2-29 0
500 http://it.archive.ubuntu.com/ubuntu/ wily/main amd64 Packages

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2015-11-21 Thread Phillip Susi
Assignment is for a developer who is working on fixing the issue; please
do not use it otherwise.


** Changed in: os-prober (Ubuntu)
 Assignee: Sushmita (sush-patil-mita) => (unassigned)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2015-11-20 Thread Sushmita
** Changed in: os-prober (Ubuntu)
 Assignee: (unassigned) => Sushmita (sush-patil-mita)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2015-04-12 Thread Yo
#FIRST

sudo rm /etc/X11/xorg.conf
sudo apt-get purge nvidia*

#AND

sudo apt-add-repository ppa:bumblebee/stable

** Changed in: grub2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2015-04-12 Thread Andrea Corbellini
** Changed in: grub2 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2014-09-16 Thread josef lauri
I have exactly this same problem. I ran boot-repair but the problem was
not resolved. Th output from boot-repair can be found on

http://paste.ubuntu.com/8350528

Thanks for any helpful advice. I read through some of the posts above,
but if the solution is there I might not have sufficient ubuntu
expertise to recognise it :(

Thanks.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-12-06 Thread Bug Watch Updater
** Changed in: grub2 (Debian)
   Status: New = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-10-21 Thread Teodori Serge
Hello, grub2 on Ubuntu has lots of problems. 
Having Secure Boot enabled, grub2 is unable to load its modules to chainload 
Windows 8.
Having Secure Boot disabled, grub2 is able to load its modules to chainload 
Windows 8, but Windows 8 complains about Secure Boot and a watermark appaers on 
the wallpaper.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-09-19 Thread lmg
** Changed in: grub2 (Ubuntu)
   Status: Confirmed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-09-19 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

affects ubuntu/grub2
status confirmed
thanks

Please don't mark bugs as fixed for no apparent reason.


On 9/19/2013 12:14 PM, lmg wrote:
 ** Changed in: grub2 (Ubuntu) Status: Confirmed = Fix Released
 

-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJSO2ATAAoJEJrBOlT6nu75PUwH/1x340O1oAk3Op0FGXH1O0hT
XmBI3IHnsj9xdE8YKRJLIk5BWLInvI+ACVUEtWkfxwH7kWdnQpU9H+Q4gksm+ZKe
Mf2G48XIWgFeKqHeWNXZxI73AGwAtLCPvikMjYMIqqSgu0cRBlQSitIAFd9C5KxQ
+FIlWIxSX/2psJPMDJNayaQsRRLbDqDLNpzvh9dMcK7BjMXjoJpDNYRiBr59dqEr
O4gSoMmmBbicYN4u8kVQwFoqnw1QDiOj5ZIZ0IL80dRcEgjebHrJVtNLun98CR+o
k0Ha/m+SYE7f8vjzLj5OCdo+ONfjK08dwa3oQseY1bkxbjZ3faHNZ/HQIMU9m7Q=
=NnHa
-END PGP SIGNATURE-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-09-19 Thread Andrea Corbellini
** Changed in: grub2 (Ubuntu)
   Status: Fix Released = Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-31 Thread Johnny Swanson
I am also affected by this bug; boot-repair did not work for me. I have
a Samsung Series 3 laptop which has EFI and was distributed with Windows
8 64-bit. http://paste.ubuntu.com/5719692 and
http://paste.ubuntu.com/5719766

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-18 Thread Jordan
On Fri, May 17, 2013 at 3:17 PM, Phillip Susi ps...@ubuntu.com wrote:
 We're not going to support having both installed at the same time and
 using the same config.  You need to pick which mode you want to use
 and stick with it, not flip flop every other boot.

Upstream grub has done a lot of work to make sure that you *can* have
support for multiple platforms installed and in use at the same time,
with the same config. That is why the single grub-install and
grub-mkconfig scripts are identical no matter what target you build
grub for, which allows distributions to package them (and other files)
as common files, and platform specific files as separate packages, all
of which can be installed, and used, at the same time. It's why
modules were moved to /boot/grub/$arch-$platform (so that grub-install
can be run multiple times with different target platforms without
modules for the other platform being clobbered). Ubuntu allows
grub-pc, grub-efi-ia32, grub-efi-amd64, grub-coreboot, and all other
platform packages to be concurrently installed, and they work in such
a configuration.

In fact I would go so far as to say that upstream's opinion is exactly
opposite yours: I don't expect that any patch would be accepted which
would hinder support of having multiple platforms installed, all using
the same grub-mkconfig generated grub.cfg, without a *very* compelling
reason.

-- 
Jordan Uggla (Jordan_U on irc.freenode.net)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-18 Thread Joseph Emenaker
On 5/18/2013 12:14 AM, Jordan wrote:
 Upstream grub has done a lot of work to make sure that you *can* have 
 support for multiple platforms installed and in use at the same time, 
 with the same config.

I've notice that same thing. Right after I suggested chainloader-efi 
and chainloader-mbr entries, I came across references to *already* 
supported options for grub's search command, like --hint-efi, 
--hint-bios, and --hint-baremetal... all of which can supersede the 
--hint option.

So, it appears that upstream is already thinking along the lines of one 
grub to rule them all.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-17 Thread Joseph Emenaker
Phillip Susi wrote:
 On 01/08/2013 09:41 PM, YannUbuntu wrote:
  No, don't rely on the mode where grub-update is used !
  Counter-examples: 1) Windows is installed in UEFI mode but
  update-grub is used from a Ubuntu32bit liveCD (which cannot be
  booted in UEFI mode, see Bug #102 ). 
  ...
 You don't run update-grub from a live session; you have to chroot into
 the install and run it from there, where you are running the correct
 version, regardless of how you booted the livecd.
 ...

No, I think Yann is absolutely correct about this. My laptop can boot in
UEFI, BIOS, or a mixed mode (where it looks for a UEFI partition and
then, if not found, looks for a MBR boot record). The point, however, is
that I can boot SuperGRUB or a live-CD via BIOS/MBR booting off of a CD
or USB drive, and then mount the linux partition on my hard-drive, and
then run update-grub from there. That would be a case where my computer
booted via BIOS/MBR *just* for that recovery session, when normal
booting is going to be done via UEFI.

I've only been wrestling with GPT/UEFI for a couple of days, but I think
I'm starting to get an idea of the solution which is needed. For myself,
at least, the *ideal* solution would be to have the option of installing
GRUB to the EFI System Partition *and* to the MBR boot-record, so that
GRUB could be reachable no matter what boot mode I put my computer into
(and perhaps this is already possible, by installing both grub-efi and
grub-pc on the system. I haven't tried).

But it seems that the more-critical part of the solution would be for
there to be grub.conf directives specific to MBR and UEFI booting.
Imagine, for example:

menuentry Windows 8 {
   set root-efi=(hd0,gpt2)
   set root-mbr=(hd0,2)
   chainloader-efi/EFI/microsoft/BOOT/bootmgfw.efi
   chainloader-mbr +1
}

The need for separate root= entries could probably be avoided, but you
get the idea. There could still be support for plain chainloader
directive, but that value would be superseded by the more-specific
directives. Then, the grub-pc binary would look for additional
chainloader-mbr directives and the grub-efi binary would look for
additional chainloader-efi directives.

But that's going to take time and planning on the part of the up-stream
grub2 devs. In the short-term, however, I think update-grub should
probably be modified to use the EFI-compatible version of the
chainloader argument if it detects a mounted EFI partition (or whatever
test it uses to determine whether to use set root=(hd0,1) or set
root=(hd0,gpt1).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-17 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 5/17/2013 10:38 AM, Joseph Emenaker wrote:
 Phillip Susi wrote:
 You don't run update-grub from a live session; you have to chroot
 into the install and run it from there, where you are running the
 correct version, regardless of how you booted the livecd. ...
 
 No, I think Yann is absolutely correct about this. My laptop can
 boot in UEFI, BIOS, or a mixed mode (where it looks for a UEFI
 partition and then, if not found, looks for a MBR boot record). The
 point, however, is that I can boot SuperGRUB or a live-CD via
 BIOS/MBR booting off of a CD or USB drive, and then mount the linux
 partition on my hard-drive, and then run update-grub from there.
 That would be a case where my computer booted via BIOS/MBR *just*
 for that recovery session, when normal booting is going to be
 done via UEFI.

You don't seem to have understood the passage you quoted.  Let me try
rephrasing it: when you boot from the livecd and update grub, you
first chroot into the hard drive, so you are running the update-grub
version on the hd, not the cd.  Thus, if you installed the system
originally in efi mode and it has grub-efi installed, and you boot the
cd in bios mode, you are still running the efi version of update-grub
when you chroot into the hd, so the fact that you booted the livecd in
bios mode does not matter.

 But it seems that the more-critical part of the solution would be
 for there to be grub.conf directives specific to MBR and UEFI
 booting. Imagine, for example:
 
 menuentry Windows 8 { set root-efi=(hd0,gpt2) set
 root-mbr=(hd0,2) chainloader-efi
 /EFI/microsoft/BOOT/bootmgfw.efi chainloader-mbr +1 }

We're not going to support having both installed at the same time and
using the same config.  You need to pick which mode you want to use
and stick with it, not flip flop every other boot.  In addition,
Windows can not be booted in bios mode on a GPT disk, so you have to
use grub-efi anyhow.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRlkohAAoJEJrBOlT6nu75nwsIANiwbP69KtehXZNvPbDLxcGF
1MOAkSkb9jtwNciHaKsz8s/EK9/3vyuSBgXOj5QeoxaTwtCO7v6WwZM65z7vqCkc
Ndz32fqAK12ZyTphLKn/oetiBFyOKGqE9xC+WBgjNhYiRWHgxmZoMcGAQXboCLSL
aJsyCs4V5jAWjq2zQ/p7cFO4C7iqaajHX+lmGLTaCX6LLzdp8UoaL/zCBG51pUZe
0Z5X6kcJtPAAxaPXTlXUbUpjRuOIdLTW50DPx+iGxBKAdHj2C7l02mRyPpGSBxWe
k3XIeFjCx9eXBSY+zwUW24sftBY+4p+2xFc2tyHu2S6bx1s97lK7NBioYX5Hg04=
=w04L
-END PGP SIGNATURE-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-17 Thread Joseph Emenaker
On 5/17/2013 8:17 AM, Phillip Susi wrote:
 You don't seem to have understood the passage you quoted. Let me try 
 rephrasing it: when you boot from the livecd and update grub, you 
 first chroot into the hard drive, so you are running the update-grub 
 version on the hd, not the cd.

True, looking back through it, I think I misinterpreted it. I took the 
original idea to be use the mode (UEFI vs BIOS) which was used for this 
current boot session. You can generate a grub.cfg for another system 
without needing to chroot. grub-mkconfig lets you redirect the output to 
any file you want. So, what's to prevent a user from booting a recovery 
CD and, without using chroot, using:

grub-mkconfig -o /media/MyRealUbuntuPartition/boot/grub/grub.cfg

 We're not going to support having both installed at the same time and
 using the same config.  You need to pick which mode you want to use
 and stick with it, not flip flop every other boot.  In addition,
 Windows can not be booted in bios mode on a GPT disk, so you have to
 use grub-efi anyhow.

But other OS's *can*. I can boot my linux partitions in UEFI or BIOS 
mode. Furthermore, linux is what I turn to when I have trouble booting 
any of my partitions. If I can just get to a linux prompt, with 
fdisk/parted/grub/etc, then I can usually fix any other booting 
problems. So, it would be helpful to be able to boot a linux partition 
from BIOS mode if the EFI SP gets hosed. You can choose not to support 
that; that's your choice, but I think there are scenarios wherein it 
would be useful.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-05-17 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 5/17/2013 12:32 PM, Joseph Emenaker wrote:
 True, looking back through it, I think I misinterpreted it. I took
 the original idea to be use the mode (UEFI vs BIOS) which was used
 for this current boot session. You can generate a grub.cfg for
 another system without needing to chroot. grub-mkconfig lets you
 redirect the output to any file you want. So, what's to prevent a
 user from booting a recovery CD and, without using chroot, using:
 
 grub-mkconfig -o /media/MyRealUbuntuPartition/boot/grub/grub.cfg

Nothing, just like nothing prevents you from dd'ing /dev/zero all over
your drive.  Don't do that.  If you are trying to get a correct
grub.cfg, then you have to chroot since grub-mkconfig generates a
config to boot the system it finds in the current root.

 But other OS's *can*. I can boot my linux partitions in UEFI or
 BIOS mode. Furthermore, linux is what I turn to when I have trouble
 booting any of my partitions. If I can just get to a linux prompt,
 with fdisk/parted/grub/etc, then I can usually fix any other
 booting problems. So, it would be helpful to be able to boot a
 linux partition from BIOS mode if the EFI SP gets hosed. You can
 choose not to support that; that's your choice, but I think there
 are scenarios wherein it would be useful.

Whether it is useful or not, it isn't related to the subject of this
bug, which is booting windows.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBAgAGBQJRlm98AAoJEJrBOlT6nu75uawIAMOaATtu9mdO/F7QcK/0uTIT
pj726M/llhJiPLm9vuNKQCJnHkjP2suk+9Z1+DcelgkqlXc9QYINUXZpJdjQ2wbD
iB2WpnIQrBt6yYHuewYtssW0VdM+wikc3z+2Q3JqjKsyFJHJZxfeesjTejK8zF1z
ijXHdym9KtZrJXIU66VhrViI24fDOJRCr6mU/ncwdD2tkGXzkB5wbQpwy/18wh4G
MB8hb61g7qW+WLlVJG/DP0M/7IjjLQWiUU3pdnz+EGes+tt760nFXI4HdKiUv6of
nMvn1Mq6grq1W8tXfalfMCnD5SCvT+fvOzLHglyONzjjpR8KD/yuc0+e1Rh5Efk=
=+ZQa
-END PGP SIGNATURE-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-04-19 Thread Steve Riley
Another report, from one of our members at Kubuntu forums.

http://www.kubuntuforums.net/showthread.php?62191

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-31 Thread YannUbuntu
IMHO:
1) if only grub-pc is installed, then we should add Legacy entries only
2) if only grub-efi is installed, then we should add UEFI entries only
3) if grub-pc AND grub-efi are installed, then we should add Legacy AND UEFI 
entries

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-31 Thread Phillip Susi
You can't have both installed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-31 Thread YannUbuntu
yep, but it would be nice if we could ;) see Bug #950

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-30 Thread Phillip Susi
Yes, I got that.  Yannu was suggesting that grub add both entries.  I
just said adding both is pointless since only one will work.  Obviously,
the *correct* one should be added, and not the other.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-29 Thread Miguelángel León
@Phillip Obviously you don't see the problem.

The problem is, Ubuntu installs grub-efi if the pc is in uefi mode but
adds a bios windows 8 entry even when the windows 8 is in uefi mode.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-13 Thread YannUbuntu
@Christopher: 
- your EFI entries have been added by Boot-Repair, you can rename them by 
modifying your /etc/grub.d/25_custom file. This is not related to the bug we 
are talking about here.
- the fact that you have some bad entries like /dev/sdXY (that come back 
because automatically generated by update-grub) is exactly the bug we are 
talking about.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-13 Thread Christopher Welborn
Same here, i manually disabled bad entries like /dev/sdXY and use the
good ones (EFI entries). Still, whenever I get an update the entries
show up again. This is not a huge problem for me, but it would be
awesome if grub could fix this and I didn't have to edit my config
again. Also, this is probably a different kind of bug, but it recognizes
a lot of backup efi's like bootx64.efi.bkp or something like that and
labels them as Windows 8 EFI . I'd wish it said Windows 8 EFI -
Backup and the regular efi files were labeled correctly. I think it all
has to do with the same thing (my opinion as an independent
developer/user), probing for OS's and examining file contents.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-11 Thread YannUbuntu
yes, grub-mkconfig should add Legacy AND/OR uefi entries according to
the presence of grub-pc AND/OR grub-efi in the install.

(not only if it finds windows, whatever the systems it finds)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-10 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 1/10/2013 2:18 AM, YannUbuntu wrote:
 what do you mean by 'version', is it 'grub-pc' vs 'grub-efi' ? if
 yes, which entries would you hide if both grub-pc and grub-efi are
 installed in the installed Ubuntu? (i would suggest no hiding in
 this case)

Yes.  grub-pc adds a bios boot entry if it finds windows.  grub-efi
adds an efi boot entry if it finds windows.  Adding both entries when
only one can work would be useless clutter.


-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.17 (MingW32)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJQ7uS/AAoJEJrBOlT6nu75JEsIAI1Pz1qvf9Lr2JABQxZeDgRs
HrAHDTayDV3d4M5qyMUBHuppYGKtnIZ04urQqILB5T/avPxDiG7gGsklbn7UXcQO
m9ZHEvA3nAu3cTHfNnnC3V6P6ajDWKrcJZaFnUzaPSnXB5RIhHLRW3M1RQKlJy4g
DU55fFICBkkjpets6fvp07MCJAmb5apTPrlO4nNxQmUpVB7yZ3MigmLleciKXo2o
ppQ9X/UUQWMtBIsc3Qhp6XmudrjVOJJ7OJ5MZ3jrLvqS5BSlkKuR+wGyNsv4oEhr
zQgn/CPlybHcx8LNJEoiDeFrAe3SNrDd9JN9BVlotd25zU4AdOlIeVdzX2RQa0w=
=fAwl
-END PGP SIGNATURE-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-09 Thread YannUbuntu
 You don't run update-grub from a live session; you have to chroot into
 the install and run it from there

of course :)

 , where you are running the correct version, regardless of how you
booted the livecd.

what do you mean by 'version', is it 'grub-pc' vs 'grub-efi' ?
if yes, which entries would you hide if both grub-pc and grub-efi are installed 
in the installed Ubuntu? (i would suggest no hiding in this case)

(In post #25, I thought that you were referring to [[ -d
/sys/firmware/efi ]] when writing 'At update-grub time, you know if you
are EFI'. But i think now that you were refering to grub-efi / grub-pc
presence in the install , as that would make more sense. Sorry for the
confusion.)

 is it possible to install windows on a gpt disk without EFI?

i don't know. Also, maybe OEM have more install possibilities than a
standard Win user.

 you can't boot windows in a mode other than the one grub is booted in.

agreed. And the mode grub (of the installed Ubuntu) is booted in is the
mode in which the firmware is set up to boot the HDD (which can be
different from the mode to boot the USB/CD).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-08 Thread Phillip Susi
If you know one won't work, then there's no point in adding it.  At
update-grub time, you know if you are EFI and should search for an EFI
bootable windows.  It might be nice if you can detect that the windows
install is only bios bootable and warn about the problem, but I'm not
sure it's possible to get such a setup.

Last I heard, Windows can not be installed on GPT without EFI.  If that
is the case, then an EFI booting system can't have a bios booting
windows install.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-08 Thread YannUbuntu
 At update-grub time, you know if you are EFI and should search for an
EFI bootable windows.

No, don't rely on the mode where grub-update is used ! 
Counter-examples:
1) Windows is installed in UEFI mode but update-grub is used from a Ubuntu32bit 
liveCD (which cannot be booted in UEFI mode, see Bug #102 ).
2) Windows is installed in UEFI mode, but update-grub is used from a Legacy 
mode live-session because the BIOS is set up to boot the CD/USB in Legacy mode
3) Windows is installed in Legacy mode, but update-grub is used from an UEFI 
mode live-session because the BIOS is setup to boot the CD/USB in UEFI mode.

 an EFI booting system can't have a bios booting windows install.

I am nearly sure of the contrary, because many preinstalled Windows come with 
both files to be booted in UEFI and Legacy modes.
Examples: http://paste.ubuntu.com/1495850, http://paste.ubuntu.com/1479512 , 
http://paste2.org/p/2700549

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-08 Thread Phillip Susi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 01/08/2013 09:41 PM, YannUbuntu wrote:
 No, don't rely on the mode where grub-update is used ! 
 Counter-examples: 1) Windows is installed in UEFI mode but
 update-grub is used from a Ubuntu32bit liveCD (which cannot be
 booted in UEFI mode, see Bug #102 ). 2) Windows is installed in
 UEFI mode, but update-grub is used from a Legacy mode live-session
 because the BIOS is set up to boot the CD/USB in Legacy mode 3)
 Windows is installed in Legacy mode, but update-grub is used from
 an UEFI mode live-session because the BIOS is setup to boot the
 CD/USB in UEFI mode.

You don't run update-grub from a live session; you have to chroot into
the install and run it from there, where you are running the correct
version, regardless of how you booted the livecd.

 an EFI booting system can't have a bios booting windows install.
 
 I am nearly sure of the contrary, because many preinstalled Windows
 come with both files to be booted in UEFI and Legacy modes. 
 Examples: http://paste.ubuntu.com/1495850,
 http://paste.ubuntu.com/1479512 , http://paste2.org/p/2700549

Maybe it has the files there anyhow, but is it possible to install
windows on a gpt disk without EFI?  Either way it's a moot point
though since you can't boot windows in a mode other than the one grub
is booted in.


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQEcBAEBAgAGBQJQ7Ph2AAoJEJrBOlT6nu75ccgH/1b2NXUnpoQN/jiO0y+22HBs
eKPX1Z330ocTeJhl56g+CFtiUuHGpwOu9mzmQTbaeKKSuGWboDe7XW8lXOxd2JaC
Cozpw8zQa8KxOic+EsrqNWPk68Wy9Xy5EtOoSygCxEZwo9HXm1bhGwIvBEYq8pn7
gcM4w+LNh25QnMDctkTTxKezQyrF8zSVziomybEBRy1tXt3ai5ENqrWv4MUyIjxk
249oCwcJrrtYNEfaFNZyAIincoFMLd4IeiM3f0lyvvoSZZa4WlgAh/mGu/qxfThe
CNieL5KZcc9WEtThtAcstoZOLOfh76HykO04iEsZ6h7tmj+dJxkltqXbhcxpmmY=
=fREm
-END PGP SIGNATURE-

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-07 Thread Jordan
** Summary changed:

- grub-update generates MBR entries for GPT partitions
+ update-grub generates only BIOS based menu entries for Windows, even on UEFI 
systems

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-07 Thread Jordan
I've changed the title to something that I consider correct and
appropriate as the last change was indeed incorrect.

Separately from the title, I wonder if it's possible to have a Windows
installation which is bootable both via BIOS and via UEFI. If so, then
it may not always be clear what type of entry to create at grub-mkconfig
time and so it may be best to create both BIOS and UEFI based entries,
but within an if statement that checks at boot to see if grub itself was
loaded via UEFI or BIOS, and shows only the appropriate menu entry (this
is currently possible, and not even difficult, to do with grub-script).

I don't know what to do though if we have for instance Windows installed
in such a way that it can only be booted via BIOS, but Ubuntu's grub is
being loaded via UEFI. In such a case there is nothing that grub can do
to boot Windows, but just not showing the Windows entry is clearly not
ideal. Possibly showing the Windows entry but giving a *clear* error
message about why it can't be loaded is the solution there.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-07 Thread Phillip Susi
You can't boot windows in bios mode if grub is booted in efi mode (
since there is no bios ), and vice versa.

Just to make sure, you do have grub-efi installed, and not grub-pc
right?  Check with apt-cache policy grub-efi and apt-cache policy grub-
pc.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1024383] Re: update-grub generates only BIOS based menu entries for Windows, even on UEFI systems

2013-01-07 Thread YannUbuntu
I agree with Jordan's new title.
And also with Phillip statement (You can't boot windows in bios mode if grub is 
booted in efi mode, and vice versa).

I saw several Windows installations which are bootable both via Legacy and via 
UEFI. 
I agree with Jordan's suggestion to always createdisplay both Legacy and UEFI 
based Win entries.

+1 to add the error message too, and i suggest to add it 'live' at boot. For 
example, via grub-script we could maybe detect if grub was loaded in Legacy or 
UEFI; if loaded in Legacy mode, then it would add (won't work unless BIOS is 
setup to boot in UEFI mode) at the end of ALL uefi entries. And vice versa: if 
loaded in UEFI mode,  it would add (won't work unless BIOS is setup to boot in 
Legacy mode) at the end of ALL bios entries. . In order to shorten the string 
and to avoid too much localization work, maybe eg Ubuntu 13.04 (UEFI mode) 
would be enough.
BTW, i know that won't work unless BIOS is setup to boot in Legacy / UEFI 
mode is not totally correct vocabulary (should be won't work unless your 
firmware is setup to boot in BIOS / UEFI mode), but that's what users will 
generally find in their firmwares, so let's make their life easier ;)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1024383

Title:
  update-grub generates only BIOS based menu entries for Windows, even
  on UEFI systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1024383/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs