[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-08-25 Thread Kevin O'Gorman
This affects me too. I have a newer Toshiba laptop that came with Windows 8.1, and it boots UEFI. I created space using windows tools, created a Linux swap and root partition, and installed Xubuntu 14.04.1 from DVD. Everything went as expected except the grub-install, it seems. If I boot from

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-08-18 Thread Duong H. Nguyen
For a workaround, symlinking x86_64-efi to i386-pc works: $ sudo mkdir -p /mnt/root-tmp $ sudo /dev/your-root-partition /mnt/root-tmp $ cd /mnt/root-tmp/usr/lib/grub $ sudo ln -s x86_64-efi i386-pc Then re-run the command to install grub-efi-amd64-signed. Hope this helps. -- Duong -- You

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-07-20 Thread Lo_pescofi
Like Hans Ostrowski : grub-install search modinfo.sh in /usr/lib/grub/i386-pc/ directory BUT modinfo.sh is in /usr/lib/grub/x86_64-efi/ directory -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-23 Thread Hans Ostrowski
A note - the error message says: Setting up grub-efi-amd64-signed (1.34+2.02~beta2-9) ... grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory. dpkg: error processing package grub-efi-amd64-signed (--configure): subprocess

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-18 Thread jorritlinnert
Both the Ubuntu installer and grub-install react as if the installer is running in Legacy mode and not in (U)EFI mode. I think the focus should be concentrated there in order to squash this bug. Even when apt-get installing grub-x86_64-efi --reinstall from a chrooted system, including the

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-18 Thread jorritlinnert
@moderator, please feel free to delete my latest comment #34 along with one. My issue is not that the installer crashes, but it is an issue that prevent my system from booting grub2 and with that Ubuntu. I'll file another bug report related to the issue I ran into. It is related, but not the

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-17 Thread arndtc
I tried the non-MAC variant of 14.04 LTS today and didn't have any problems installing GRUB. I have a Macbook 3,1 which is older so maybe it doesn't need the MAC variant installer. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-14 Thread Jason Sharp
I'm having the same problem, EFI or Non-EFI hardware. On non-EFI hardware I recieve Unable to install GRUB in (hd0, 1) executing 'grub-install (hd0, 1)' failed. this is a fatal error /var/log/syslog has grub-installer: info: Installing grub on '(hd0, 1)' grub-installer: info: grub-install does

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-14 Thread arndtc
I have an older Macbook, and when trying to use the mac 14.04 installer the GRUB installer always fails. It doesn't matter what partition or drive I point to, it just always fails. But if I go back to the 12.04 (original) .iso and try to install, it installs without any problems. The GUUB

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-04-03 Thread Zwylicht
The problem here was: I did not create an efi boot partition. But the automatic installer did not create one as well nor complained about the missing partition. I installed manually and it works now. But the automatic should give a hint at least. -- You received this bug notification because

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-28 Thread Thomas C.
Im now on the setup-cds-rescure-mode after I finisched setup without grub. When I now try to run grub-install /dev/sda I get: grub-install: error: /usr/lib/grub/i386-pc/modinfo.sh doesn't exist. Please specify --target or --directory. -- You received this bug notification because you are a

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-28 Thread Thomas C.
I come close to the resolution: after I ran: grub-install --bootloader-id ubuntu-hdd1 /dev/sda I get Installing for i386 platform. grub-install: warning: Couldn't find physical volume '(null)'. Some modules may be missing from core image... grub-install: warning: Couldn't find physical volume

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-28 Thread Thomas C.
ok, fail... its not the efi bootloader... I forgot to say, that I installed grub-pc before... but booting is still not possible :( -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title:

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-28 Thread Thomas C.
Ok, I attached to Bug # 1298399 because I hope it fits more to me (software-raid and uefi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title: Cannot install Ubuntu 14.04 on EFI hardware

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-27 Thread Thomas C.
I also run in the issue with trusty-server-daily-20140326-amd64.iso On the front I see: grub install dummy failed. on tty4 I see: grub-installer: info: Installing grub on 'dummy' grub-installer: info: grub-install does not support --no-floppy grub-installer: info: Running chroot /target

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-27 Thread Thomas C.
I also did manual partitioning, in the follow steps: (sorry, its my translation from the german promts) select guided: use whole disk - dont write to disk, because I wanna change the ext4 partition to a software raid. So I select partition 2 and change type to raid and than run configure raid,

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-27 Thread Thomas C.
how is this load.cfg created? Why its missing? manual grub-install from tty2 fails also with grub-install: error: cannot open `/boot/grub/x86_64-efi/load.cfg`: No such file or directory. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-26 Thread John Zila
Understood, thanks. That seems to have resolved the problem. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title: Cannot install Ubuntu 14.04 on EFI hardware To manage notifications about

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-25 Thread John Zila
I tried to install 3-23's daily build, and it's still not working. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title: Cannot install Ubuntu 14.04 on EFI hardware To manage notifications

Re: [Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-25 Thread Daniel Olivetti
I've done this... try the installer again without downloading updates... restarted... all seems to be ok now El mar 25, 2014 5:30 PM, John Zila j...@jzila.com escribió: I tried to install 3-23's daily build, and it's still not working. -- You received this bug notification because you are

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-25 Thread John Zila
Nope, still doesn't work. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title: Cannot install Ubuntu 14.04 on EFI hardware To manage notifications about this bug go to:

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-25 Thread Phillip Susi
Are you getting the cannot find EFI directory. error in your syslog, and are NOT doing a manual partitioned install? If you aren't getting that error, then your issue isn't related to this bug. If you are doing a manual partitioned setup, make sure you mounted the efi system partition in

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-25 Thread John Zila
Interesting. I'm doing a manually partitioned install through Ubiquity. I'm also using a liveusb image, which has no /boot/efi directory. However, when I submitted a bug after Ubiquity's crash, it got resolved as a dupe of this one. -- You received this bug notification because you are a member

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-25 Thread Phillip Susi
If you are doing manual partitioning and didn't set your efi system partition up to be mounted in /boot/efi, then that's not a bug. You need to do that step. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-20 Thread Kenny Stier
The installer now works on EFI hardware! ** Changed in: grub-installer (Ubuntu Trusty) Status: Confirmed = Fix Released ** Changed in: partman-auto (Ubuntu Trusty) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-19 Thread John Zila
This happens to me on my ASUS Zenbook UX301LA. Since I'm booting from USB, I needed to disable secure boot and boot via legacy. Then when I go to install ubuntu I get this error. I tried chrooting to manually run grub-install, but I get another error: grub-install: error: cannot find EFI

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-07 Thread Alberto Salvia Novella
It has a severe impact on a large portion of Ubuntu users. ** Changed in: grub-installer (Ubuntu Trusty) Importance: High = Critical ** Changed in: partman-auto (Ubuntu Trusty) Importance: Undecided = Critical -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-06 Thread Ray-Ven
Ih have to correct something. Bios was set on both, legacy first. But it used UEFI. Yesterdays Daily-Build won't boot from USB pendrive when legacy only is used... This confirmes #7 afaik. probably I'll use super grub disc. -- You received this bug notification because you are a member of

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-06 Thread Ray-Ven
supergrub makes no sense - the efi partition was missing. Didn't set one up because I thought I'm using legacy mode. Installer broke on doing initramfs things (another bug probably), but I think grub-install did it's job. I'm still wondering, why the pendrive won't boot in legacy mode! -- You

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-03-05 Thread Ray-Ven
affects me as well on an x230-T (legacy boot as far as I know), with no windows but encrypted LVM -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title: Cannot install Ubuntu 14.04 on EFI

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: partman-auto (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title:

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-27 Thread Dimitri John Ledkov
To the original bug reporter here: - what operating systems are installed on your machine? - are they booting in UEFI or Legacy (BIOS) mode? - how many drives are present on your system and which one did you want to install ubuntu on? It appears that two drives are present, and resize_use_free

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-27 Thread Flavio Primo
When I install Ubuntu from a pendrive with UEFI mode the installation crashes as I described above. If I install Ubuntu without UEFI mode it installs correctly on the disk 2, but in the bios I can't set it as default bootable partition, but if I manually boot disk 2 from the bios, grub and

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-27 Thread Dimitri John Ledkov
** Also affects: grub-installer (Ubuntu Trusty) Importance: High Status: Confirmed ** Also affects: partman-auto (Ubuntu Trusty) Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-27 Thread naarg
Hi I have windows 8.1 x64 and it boots in legacy mode. I wanted to install Ubuntu on the same drive as windows is installed, with custom partition layout (just added one / partition for linux). Second drive is for data only. Both are new drives and ubuntu was installed just after windows install.

Re: [Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-27 Thread Dimitri John Ledkov
On 27 February 2014 19:10, naarg na...@wp.pl wrote: Hi I have windows 8.1 x64 and it boots in legacy mode. I wanted to install Ubuntu on the same drive as windows is installed, with custom partition layout (just added one / partition for linux). Second drive is for data only. Both are new

Re: [Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-27 Thread naarg
On my asus m5a97r2 motherboard I can only switch between Windows UEFI mode and Other OS, and have the second one selected. On the same screen I can see that Secure boot state is enabled, whatever that mean. Also Launch CMS (Compatibity Support Module) is set to 'Auto'. Can't find any other

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-24 Thread Brian Murray
Feb 8 13:15:04 ubuntu grub-installer: info: Installing grub on 'dummy' Feb 8 13:15:04 ubuntu grub-installer: info: grub-install does not support --no-floppy Feb 8 13:15:04 ubuntu grub-installer: info: Running chroot /target grub-install --force Feb 8 13:15:04 ubuntu grub-installer:

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-24 Thread Brian Murray
** Changed in: grub-installer (Ubuntu) Importance: Undecided = High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865 Title: Cannot install Ubuntu 14.04 on EFI hardware To manage

[Bug 1277865] Re: Cannot install Ubuntu 14.04 on EFI hardware

2014-02-17 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: grub-installer (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1277865