[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2020-04-25 Thread Ivan Ivanov
Hello, I've already solved this problem on Artyom's laptop. The problem really 
affects UEFI and GRUB. Solution of the problem:
1. Get this error (just install the system)
2. Reboot the system from drive with installation image
3. As soon as you'll boot to the GRUB, press C and write:
set root=(hdX,gptX)
where hdX is your OS hard drive
gptX - root partition. On the monoboot it'll be gpt2;
also you can see your filesystem with "ls /", hard drive with "ls", see which 
version of the kernel you have: ls /boot/; then write:
linux /boot/vmlinuz-kernelversion root=/dev/sdaX
where X is the number of your partition(matches gptX)
initrd /boot/initrd.img-kernelversion(it is located in the same place as the 
kernel)
boot
The system will start, after entering the system, open the terminal anyway, 
write: sudo update-grub2. Reboot. Now, the system'll start without any manual 
interruptions. Thanks for attention!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Confirmed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2020-04-25 Thread Ivan Ivanov
Hello, I solved this problem on Artyom's system. The problem is UEFI and GRUB. 
Solution to the problem:
should get this error (just install the system)
reboot the system from the media from which the system was installed
as soon as you go to the GRUB menu, press C and write:
set root=(hdX,gptX)
where hdX - your hard drive, where is system installed
where gptX - root partition(on clean hard drive, usually, 2. gpt2
you can see your filesystem with "ls /", hard drive with "ls", see which 
version of the kernel you have: ls /boot/, then write:
linux /boot/vmlinuz-kernelversion root=/dev/sdaX
where X - number of your partition(matches gptX)
initrd /boot/initrd.img-kernelversion(it is located in the same place as the 
kernel)
boot
the system should start, after entering the system, open the terminal in any 
way, write: sudo update-grub2. Reboot. now, the system should start without the 
help of commands. thanks.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Confirmed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2020-04-25 Thread Artyom Pozharov
Guys, I've already found the solution.
1) Install the system in UEFI mode. 
2) When an error appears, you should reboot and click F9 button.
3) Boot from EFI file -> first line -> BOOT -> bootx64.efi
4) System will boot normally. Then Ctrl+Alt+T and type: sudo update-grub2
5) That's all!
Thanks to my friend Ivan Fonariov!

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Confirmed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-09-16 Thread Artyom Pozharov
Screenshots are there: https://bugs.launchpad.net/bugs/1835664

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Confirmed
Status in linux package in Ubuntu:
  Invalid

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-09-02 Thread Bug Watch Updater
Launchpad has imported 9 comments from the remote bug at
https://bugzilla.kernel.org/show_bug.cgi?id=204289.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2019-07-23T19:13:49+00:00 pozharovartyom wrote:

There is "Unable to install GRUB in /dev/sda". At first I thought that
it's grub-installer bug, but GNU GRUB developers say that this error due
to kernel panic that appears when GRUB installs. Installation stops
abnormally. After rebooting, I get a non-operational system. This
problem applies any GNU/Linux distributions as Ubuntu, Debian, Fedora,
Debian, Solus etc. But I don't see such error when I install system in
BIOS-compability mode. The detail apport is here:
https://bugs.launchpad.net/kernel/+bug/1835664

Reply at: https://bugs.launchpad.net/kernel/+bug/1835664/comments/6


On 2019-07-25T06:24:36+00:00 ard.biesheuvel wrote:

Could you please share the details of this kernel panic?

Reply at: https://bugs.launchpad.net/kernel/+bug/1835664/comments/7


On 2019-07-25T09:12:30+00:00 pozharovartyom wrote:

Created attachment 283949
attachment-5186-0.html

UEFI mode. Installation will go normally while "grub-install on dev/sda"
doesn't appear.  Then installation will freeze. After that I will get an
error with GRUB-installer. GNU GRUB volunteers say that the reason of the
bug is kernel panic during the installation, but not GRUB-installer.
BIOS-compability mode. I don't see any efforts with installation.
This bug applies all GNU/Linux distributions, as Debian, Ubuntu, Fedora,
Solus, Cloudready etc. But FydeOS and ArnoldTheBat Chromium are exepctions.
I guess, it's connected with modified Linux kernels that use FydeOS and ATB
Chromium.

Reply at: https://bugs.launchpad.net/kernel/+bug/1835664/comments/8


On 2019-07-25T09:14:41+00:00 ard.biesheuvel wrote:

If you have no details to share about this alleged kernel panic, there
is unfortunately no way to confirm that this is indeed a kernel bug, or
whether there is a way to fix it.

Reply at: https://bugs.launchpad.net/kernel/+bug/1835664/comments/9


On 2019-07-25T09:32:25+00:00 pozharovartyom wrote:

Created attachment 283953
attachment-8355-0.html

I say all I know. I am not developer, I am user. I had done my job - I had
sent apport with full information about bug. Canonical say that this bug is
not Ubuntu specific problem. Then I had written to GNU GRUB. They say that
this problem connected with Linux kernel. I had written to you. And you had
sent me to hell too. Anyone want to troubleshoot. Therefore, GNOME 3 lags,
Microsoft documents are incorrectly rendered in LibreOffice, Linux is not
compatible with half the hardware. FOSS is shifting responsibilities to
others.

чт, 25 июл. 2019 г., 12:14 :

> https://bugzilla.kernel.org/show_bug.cgi?id=204289
>
> --- Comment #3 from Ard Biesheuvel (ard.biesheu...@linaro.org) ---
> If you have no details to share about this alleged kernel panic, there is
> unfortunately no way to confirm that this is indeed a kernel bug, or
> whether
> there is a way to fix it.
>
> --
> You are receiving this mail because:
> You reported the bug.

Reply at: https://bugs.launchpad.net/kernel/+bug/1835664/comments/10


On 2019-07-25T14:57:58+00:00 pozharovartyom wrote:

(In reply to Ard Biesheuvel from comment #3)
> If you have no details to share about this alleged kernel panic, there is
> unfortunately no way to confirm that this is indeed a kernel bug, or whether
> there is a way to fix it.

Which details do you want to see? How can I get this information?

Reply at: https://bugs.launchpad.net/kernel/+bug/1835664/comments/11


On 2019-07-26T01:35:57+00:00 daniel.van.vugt wrote:

Here are the details:

Jul  7 15:32:56 ubuntu kernel: [  478.430126] [ cut here 
]
Jul  7 15:32:56 ubuntu kernel: [  478.430131] [Firmware Bug]: Page fault caused 
by firmware at PA: 0x67963770
Jul  7 15:32:56 ubuntu kernel: [  478.430143] WARNING: CPU: 0 PID: 149 at 
arch/x86/platform/efi/quirks.c:735 efi_recover_from_page_fault+0x30/0xce
Jul  7 15:32:56 ubuntu kernel: [  478.430143] Modules linked in: nls_iso8859_1 
ufs qnx4 hfsplus hfs minix ntfs msdos xfs jfs btrfs zstd_compress libcrc32c xor 
raid6_pq ccm rfcomm cmac bnep snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_skl_ipc snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match 
snd_soc_acpi 

Re: [Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-27 Thread Artyom Pozharov
Windows works excellent with UEFI. Some Chromium OS forks, as ArnoldTheBat
Vanilla and FydeOS works with UEFI amazing too, but they use GRUB 2 too, as
Ubuntu.

сб, 27 июл. 2019 г., 8:30 Daniel van Vugt
:

> Yes. Assuming upstream is correct that the problem is in the HP firmware
> [1] then the only options are to ask HP for a BIOS fix, or to avoid
> using UEFI on this machine.
>
> I half believe it anyway... I also still wonder how Windows is able to
> work on the machine and why the BIOS is only broken for Linux.
>
> Sorry we can't help more.
>
> [1] https://bugzilla.kernel.org/show_bug.cgi?id=204289
>
> ** Changed in: linux (Ubuntu)
>Status: Confirmed => Invalid
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1835664
>
> Title:
>   I can not install any Ubuntu distros in the UEFI mode (but BIOS-
>   compability mode works without efforts): "Unable to install GRUB in
>   /dev/sda"
>
> Status in linux:
>   Unknown
> Status in linux package in Ubuntu:
>   Invalid
>
> Bug description:
>   You also can see the screens that show this problem:
>   https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
>   https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
>   https://photos.app.goo.gl/CqjuADV6zURpwECB6
>   https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.10
>   Package: ubiquity 19.10.5
>   ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
>   Uname: Linux 5.0.0-20-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu3
>   Architecture: amd64
>   CasperVersion: 1.411
>   Date: Sun Jul  7 18:38:45 2019
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
> file=/cdrom/preseed/ubuntu.seed quiet splash ---
>   LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Invalid

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-26 Thread Daniel van Vugt
Yes. Assuming upstream is correct that the problem is in the HP firmware
[1] then the only options are to ask HP for a BIOS fix, or to avoid
using UEFI on this machine.

I half believe it anyway... I also still wonder how Windows is able to
work on the machine and why the BIOS is only broken for Linux.

Sorry we can't help more.

[1] https://bugzilla.kernel.org/show_bug.cgi?id=204289

** Changed in: linux (Ubuntu)
   Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Invalid

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-26 Thread Artyom Pozharov
What do I need to do? Should I write to HP support?

пт, 26 июл. 2019 г., 14:29 Artyom Pozharov :

> I have been completing all needing actions (install Windows 10, update
> UEFI-BIOS to F52 version), but problem with grub-installer also repeats. I
> even create an apport with refresh information. Look it here:
> https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1838017
>
> пт, 26 июл. 2019 г. в 08:50, Daniel van Vugt <
> daniel.van.v...@canonical.com>:
>
>> I am not familiar with Rufus, but I *think* if you want UEFI to work
>> then the more moden GPT is a better bet.
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1835664
>>
>> Title:
>>   I can not install any Ubuntu distros in the UEFI mode (but BIOS-
>>   compability mode works without efforts): "Unable to install GRUB in
>>   /dev/sda"
>>
>> Status in linux:
>>   Unknown
>> Status in linux package in Ubuntu:
>>   Confirmed
>>
>> Bug description:
>>   You also can see the screens that show this problem:
>>   https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
>>   https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
>>   https://photos.app.goo.gl/CqjuADV6zURpwECB6
>>   https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6
>>
>>   ProblemType: Bug
>>   DistroRelease: Ubuntu 19.10
>>   Package: ubiquity 19.10.5
>>   ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
>>   Uname: Linux 5.0.0-20-generic x86_64
>>   ApportVersion: 2.20.11-0ubuntu3
>>   Architecture: amd64
>>   CasperVersion: 1.411
>>   Date: Sun Jul  7 18:38:45 2019
>>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
>> file=/cdrom/preseed/ubuntu.seed quiet splash ---
>>   LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
>>   SourcePackage: grub-installer
>>   UpgradeStatus: No upgrade log present (probably fresh install)
>>
>> To manage notifications about this bug go to:
>> https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions
>>
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-26 Thread Artyom Pozharov
I have been completing all needing actions (install Windows 10, update
UEFI-BIOS to F52 version), but problem with grub-installer also repeats. I
even create an apport with refresh information. Look it here:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1838017

пт, 26 июл. 2019 г. в 08:50, Daniel van Vugt :

> I am not familiar with Rufus, but I *think* if you want UEFI to work
> then the more moden GPT is a better bet.
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1835664
>
> Title:
>   I can not install any Ubuntu distros in the UEFI mode (but BIOS-
>   compability mode works without efforts): "Unable to install GRUB in
>   /dev/sda"
>
> Status in linux:
>   Unknown
> Status in linux package in Ubuntu:
>   Confirmed
>
> Bug description:
>   You also can see the screens that show this problem:
>   https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
>   https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
>   https://photos.app.goo.gl/CqjuADV6zURpwECB6
>   https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 19.10
>   Package: ubiquity 19.10.5
>   ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
>   Uname: Linux 5.0.0-20-generic x86_64
>   ApportVersion: 2.20.11-0ubuntu3
>   Architecture: amd64
>   CasperVersion: 1.411
>   Date: Sun Jul  7 18:38:45 2019
>   InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz
> file=/cdrom/preseed/ubuntu.seed quiet splash ---
>   LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
>   SourcePackage: grub-installer
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions
>

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Artyom Pozharov
OK, I will notice you about success after this manipulations.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Daniel van Vugt
I am not familiar with Rufus, but I *think* if you want UEFI to work
then the more moden GPT is a better bet.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


Re: [Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Artyom Pozharov
Sorry, Daniel. Now I download Windows 10. After I will install it and
update my UEFI-BIOS. If I use Rufus, do I need to write Ubuntu to GPT or
should I use MBR / GPT?

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Daniel van Vugt
The required information is in the attachment
https://bugs.launchpad.net/kernel/+bug/1835664/+attachment/5275486/+files/UbiquitySyslog.txt

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Confirmed

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Daniel van Vugt
** Project changed: linuxmint => ubuntu

** No longer affects: ubuntu

** Project changed: elementaryos => ubuntu

** No longer affects: ubuntu

** Package changed: debian => ubuntu

** No longer affects: ubuntu

** Package changed: fedora => ubuntu

** No longer affects: ubuntu

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in linux:
  Unknown
Status in linux package in Ubuntu:
  Incomplete

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/kernel/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Daniel van Vugt
It sounds like a BIOS bug and your logs show you are using version:

  BIOS F.40 05/17/2018

which is now out of date. To try and fix this you will need to reinstall
Windows (sorry), and then install the new BIOS version F.52 from:

  https://ftp.hp.com/pub/softpaq/sp95001-95500/sp95307.exe

(found via https://support.hp.com/au-en/drivers/selfservice/hp-250-g6
-notebook-pc/15747807)

** No longer affects: casper (Ubuntu)

** No longer affects: grub-installer (Ubuntu)

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in elementary OS:
  New
Status in linux:
  Unknown
Status in Linux Mint:
  New
Status in linux package in Ubuntu:
  New
Status in Debian:
  New
Status in Fedora:
  New

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Daniel van Vugt
Oh I see the "kernel panic" people are referring to:

Jul  7 15:32:56 ubuntu kernel: [  478.430126] [ cut here 
]
Jul  7 15:32:56 ubuntu kernel: [  478.430131] [Firmware Bug]: Page fault caused 
by firmware at PA: 0x67963770
Jul  7 15:32:56 ubuntu kernel: [  478.430143] WARNING: CPU: 0 PID: 149 at 
arch/x86/platform/efi/quirks.c:735 efi_recover_from_page_fault+0x30/0xce
Jul  7 15:32:56 ubuntu kernel: [  478.430143] Modules linked in: nls_iso8859_1 
ufs qnx4 hfsplus hfs minix ntfs msdos xfs jfs btrfs zstd_compress libcrc32c xor 
raid6_pq ccm rfcomm cmac bnep snd_soc_skl snd_soc_hdac_hda snd_hda_ext_core 
snd_soc_skl_ipc snd_soc_sst_ipc snd_soc_sst_dsp snd_soc_acpi_intel_match 
snd_soc_acpi intel_rapl snd_soc_core intel_telemetry_pltdrv intel_punit_ipc 
intel_telemetry_core snd_compress intel_pmc_ipc ac97_bus snd_hda_codec_hdmi 
snd_pcm_dmaengine snd_hda_codec_realtek snd_hda_codec_generic 
x86_pkg_temp_thermal ledtrig_audio intel_powerclamp coretemp snd_hda_intel arc4 
uvcvideo iwlmvm kvm_intel snd_hda_codec videobuf2_vmalloc videobuf2_memops 
mac80211 videobuf2_v4l2 crct10dif_pclmul crc32_pclmul snd_hda_core 
videobuf2_common snd_hwdep ghash_clmulni_intel iwlwifi snd_pcm videodev btusb 
media btrtl btbcm cfg80211 aesni_intel snd_seq_midi snd_seq_midi_event btintel 
snd_rawmidi bluetooth aes_x86_64 snd_seq crypto_simd cryptd glue_helper 
input_leds intel_cstate joydev snd_seq_device snd_timer
Jul  7 15:32:56 ubuntu kernel: [  478.430185]  intel_rapl_perf ecdh_generic 
intel_xhci_usb_role_switch mei_me wmi_bmof hp_wmi processor_thermal_device 
roles sparse_keymap serio_raw snd mei soundcore int340x_thermal_zone 
intel_soc_dts_iosf mac_hid int3400_thermal int3406_thermal hp_wireless 
dptf_power acpi_thermal_rel sch_fq_codel parport_pc ppdev lp parport ip_tables 
x_tables autofs4 overlay nls_utf8 isofs dm_mirror dm_region_hash dm_log uas 
usb_storage i915 kvmgt vfio_mdev mdev vfio_iommu_type1 vfio kvm irqbypass 
i2c_algo_bit drm_kms_helper syscopyarea sysfillrect sysimgblt fb_sys_fops 
psmouse r8169 drm ahci lpc_ich i2c_i801 realtek libahci pinctrl_broxton wmi 
video pinctrl_intel
Jul  7 15:32:56 ubuntu kernel: [  478.430219] CPU: 0 PID: 149 Comm: 
kworker/u8:3 Not tainted 5.0.0-20-generic #21-Ubuntu
Jul  7 15:32:56 ubuntu kernel: [  478.430220] Hardware name: HP HP 250 G6 
Notebook PC/832E, BIOS F.40 05/17/2018
Jul  7 15:32:56 ubuntu kernel: [  478.430225] Workqueue: efi_rts_wq efi_call_rts
Jul  7 15:32:56 ubuntu kernel: [  478.430228] RIP: 
0010:efi_recover_from_page_fault+0x30/0xce
Jul  7 15:32:56 ubuntu kernel: [  478.430229] Code: 05 15 f7 ca 01 85 c0 74 09 
48 81 ff ff 0f 00 00 77 01 c3 55 48 89 fe 48 c7 c7 b8 5d ad 8d 48 89 e5 48 83 
ec 08 e8 32 9b 00 00 <0f> 0b 83 3d e7 f6 ca 01 0a 0f 84 8f 00 00 00 48 8b 05 e2 
63 7b 01
Jul  7 15:32:56 ubuntu kernel: [  478.430231] RSP: 0018:a0a7c08e39d8 
EFLAGS: 00010086
Jul  7 15:32:56 ubuntu kernel: [  478.430232] RAX:  RBX: 
67963770 RCX: 0006
Jul  7 15:32:56 ubuntu kernel: [  478.430233] RDX: 0007 RSI: 
0096 RDI: 9528bba16440
Jul  7 15:32:56 ubuntu kernel: [  478.430234] RBP: a0a7c08e39e0 R08: 
0001 R09: 04a0
Jul  7 15:32:56 ubuntu kernel: [  478.430235] R10: 0004 R11: 
 R12: a0a7c08e3b88
Jul  7 15:32:56 ubuntu kernel: [  478.430236] R13:  R14: 
9528ae601680 R15: 000b
Jul  7 15:32:56 ubuntu kernel: [  478.430238] FS:  () 
GS:9528bba0() knlGS:
Jul  7 15:32:56 ubuntu kernel: [  478.430239] CS:  0010 DS:  ES:  CR0: 
80050033
Jul  7 15:32:56 ubuntu kernel: [  478.430240] CR2: 67963770 CR3: 
00017b58e000 CR4: 003406f0
Jul  7 15:32:56 ubuntu kernel: [  478.430241] Call Trace:
Jul  7 15:32:56 ubuntu kernel: [  478.430247]  no_context+0x167/0x390
Jul  7 15:32:56 ubuntu kernel: [  478.430251]  ? scsi_mq_done+0x2d/0x80
Jul  7 15:32:56 ubuntu kernel: [  478.430254]  ? ata_scsi_simulate+0xaf/0x300
Jul  7 15:32:56 ubuntu kernel: [  478.430256]  __bad_area_nosemaphore+0x50/0x1c0
Jul  7 15:32:56 ubuntu kernel: [  478.430257]  bad_area_nosemaphore+0x16/0x20
Jul  7 15:32:56 ubuntu kernel: [  478.430259]  __do_page_fault+0x2d7/0x4c0
Jul  7 15:32:56 ubuntu kernel: [  478.430261]  ? __switch_to_asm+0x40/0x70
Jul  7 15:32:56 ubuntu kernel: [  478.430262]  ? __switch_to_asm+0x34/0x70
Jul  7 15:32:56 ubuntu kernel: [  478.430263]  ? __switch_to_asm+0x40/0x70
Jul  7 15:32:56 ubuntu kernel: [  478.430265]  ? __switch_to_asm+0x34/0x70
Jul  7 15:32:56 ubuntu kernel: [  478.430266]  ? __switch_to_asm+0x34/0x70
Jul  7 15:32:56 ubuntu kernel: [  478.430267]  do_page_fault+0x2e/0xe0
Jul  7 15:32:56 ubuntu kernel: [  478.430269]  page_fault+0x1e/0x30
Jul  7 15:32:56 ubuntu kernel: [  478.430271] RIP: 0010:0xfffefb052d58
Jul  7 15:32:56 ubuntu kernel: [  478.430273] Code: cb 48 8b c1 48 83 c4 20 5b 
c3 48 8b d1 b9 04 00 00 00 

[Kernel-packages] [Bug 1835664] Re: I can not install any Ubuntu distros in the UEFI mode (but BIOS-compability mode works without efforts): "Unable to install GRUB in /dev/sda"

2019-07-25 Thread Daniel van Vugt
If there is a kernel panic somewhere then:

(1) Please show us the web page where you were told it was a kernel
panic.

(2) Assuming the kernel panic is real and happens during installation,
please reproduce the error again and immediately open a Terminal window.
Now run:

  dmesg > dmesg.txt

and attach the file 'dmesg.txt' here.

** Also affects: linux (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: casper (Ubuntu)
   Status: New => Incomplete

** Changed in: grub-installer (Ubuntu)
   Status: New => Incomplete

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1835664

Title:
  I can not install any Ubuntu distros in the UEFI mode (but BIOS-
  compability mode works without efforts): "Unable to install GRUB in
  /dev/sda"

Status in elementary OS:
  New
Status in linux:
  Unknown
Status in Linux Mint:
  New
Status in casper package in Ubuntu:
  New
Status in grub-installer package in Ubuntu:
  New
Status in linux package in Ubuntu:
  New
Status in Debian:
  New
Status in Fedora:
  New

Bug description:
  You also can see the screens that show this problem:
  https://photos.app.goo.gl/4Pimhpr8SwPerA1h7
  https://photos.app.goo.gl/kq5zV5GPrunQpT7j9
  https://photos.app.goo.gl/CqjuADV6zURpwECB6
  https://photos.app.goo.gl/xzNJ6Xt2BSGBYjXR6

  ProblemType: Bug
  DistroRelease: Ubuntu 19.10
  Package: ubiquity 19.10.5
  ProcVersionSignature: Ubuntu 5.0.0-20.21-generic 5.0.8
  Uname: Linux 5.0.0-20-generic x86_64
  ApportVersion: 2.20.11-0ubuntu3
  Architecture: amd64
  CasperVersion: 1.411
  Date: Sun Jul  7 18:38:45 2019
  InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
quiet splash ---
  LiveMediaBuild: Ubuntu 19.10 "Eoan Ermine" - Alpha amd64 (20190707)
  SourcePackage: grub-installer
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/elementaryos/+bug/1835664/+subscriptions

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp