[Bug 1924934] Re: 'disks' program faulty

2021-04-20 Thread Phillip Susi
The gnome disks program is not parted, and also the reason you could not create a partition is because you did not have a partition table. You must create a partition table first, then create a partition in the disk, then dd your filesystem into THAT. ** Changed in: parted (Ubuntu)

[Bug 1807537] Re: failure in fsck option of advanced boot

2021-02-04 Thread Phillip Susi
** Changed in: grub2 (Ubuntu) Assignee: Marcos Nascimento (wstlmn) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1807537 Title: failure in fsck option of advanced boot To

Re: [Bug 1713313] Re: Unable to launch pkexec'ed applications on Wayland session

2019-05-01 Thread Phillip Susi
costales writes: > Would this hack fix the issue? (Add/Remove xhost +si:localuser:root to the > launcher) > I don't know if this could means something dangerous in Wayland. I'm not sure if it will fix things run as root via pkexec but it will if you manually run gui programs as root. There's

[Bug 1789922] Re: Unmount is broken

2018-09-11 Thread Phillip Susi
Upstream concluded that the bug lies in udisks. It needs a similar fix to one it got before to wait for the changes to propagate before returning from resize. Unmount needs a similar waiter. ** Also affects: udisks2 (Ubuntu) Importance: Undecided Status: New ** Changed in:

[Bug 1789922] Re: Unmount is broken

2018-09-10 Thread Phillip Susi
It turns out that just trying to unmount an fs is broken. Apparently resize mounts the fs first for some reason, then when it tries to unmount, it can't. ** Summary changed: - Resize is broken + Unmount is broken ** Description changed: - Try to resize an ext4 partition with the gnome disks

[Bug 1789922] Re: Resize is broken

2018-09-10 Thread Phillip Susi
Nevermind, it still doesn't work on the right disk. While the disk is not mounted initially, by the time unuse_data_iterate() is called, it has been mounted for some reason. I'm thinking there is a race condition where something mounts the fs temporarily and unmounts it, and during the time it

[Bug 1789922] Re: Resize is broken

2018-09-10 Thread Phillip Susi
Man this cold must really be messing with my head. I had the wrong drive selected and actually was trying to resize the root partition. ** Changed in: gnome-disk-utility (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1789922] Re: Resize is broken

2018-09-10 Thread Phillip Susi
So I ran it under gdb and set a breakpoint to find how unmount_cb() is being called and traced the problem back up to unuse_data_iterate(). It calls gdu_utils_is_in_use_full(), which incorrectly identifies the mount point of the filesystem as "/". So it looks like either it is finding the wrong

[Bug 1789496] Re: Fresh install failed when installing or upgrading GRUB-2

2018-09-10 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1609900] Re: Unplugging and re-plugging keyboard forgets xmodmap

2018-09-10 Thread Phillip Susi
** Summary changed: - After QEMU execution with keyboard passthrough, key mappings are lost + Unplugging and re-plugging keyboard forgets xmodmap ** Package changed: qemu (Ubuntu) => xorg (Ubuntu) ** Changed in: xorg (Ubuntu) Status: Invalid => New -- You received this bug notification

[Bug 1789471] Re: installation process crashed with this error

2018-09-10 Thread Phillip Susi
Can you run sudo efibootmgr -vv and post the output? ** Changed in: grub-installer (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789471 Title:

[Bug 1789319] Re: Unable to load shimx64.efi using iPXE over UEFI

2018-09-10 Thread Phillip Susi
Isn't that just a workaround? There is still an underlying bug in the iPXE network driver isn't there? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1789319 Title: Unable to load shimx64.efi using

[Bug 1791595] Re: grub efi not install

2018-09-10 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

Re: [Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2018-09-10 Thread Phillip Susi
On 9/7/2018 3:06 AM, Paddy Landau wrote: > If you are arguing that /boot shouldn't be encrypted, this is a direct > contradiction of what you wrote earlier that malware can be loaded into > the ESP; so why couldn't malware be loaded into /boot? It can. Encrypting it does not stop that. > Please

[Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2018-09-06 Thread Phillip Susi
If your goal is secure boot, then you need signature verification. Encryption is not required for that. Encryption is for data privacy, and as I said before, nothing you consider private should be in /boot. -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788775] Re: updating grub can end up with loopback devices in grub.cfg

2018-09-06 Thread Phillip Susi
How is this something relied on for building images? As it stands, such a boot entry is non functional since it doesn't tell grub to set up a loop mapping to the underlying file so the "disk" won't be found. If you are building an image and later transferring that image to bare metal, then it

[Bug 1789328] Re: 'grub-efi-amd64-signed' failed to install into target/

2018-09-06 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1788727] Re: upgrade crashing due to unsigned kernels

2018-09-04 Thread Phillip Susi
Having *any* unsigned kernel should not fail the upgrade process. At best, a debconf warning should be presented. ** Changed in: grub2 (Ubuntu) Status: Opinion => New ** Changed in: grub2 (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a

[Bug 1790524] Re: installer crash

2018-09-04 Thread Phillip Susi
Please choose the memtest option from the boot menu and let it run for at least 15 minutes and let us know if it finds any errors. ** Changed in: ubiquity (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788321] Re: swapon failed: invalid argument

2018-08-31 Thread Phillip Susi
Also what does getconf PAGESIZE say under the broken kernel? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788321 Title: swapon failed: invalid argument To manage notifications about this bug go

[Bug 1788321] Re: swapon failed: invalid argument

2018-08-31 Thread Phillip Susi
This doesn't happen on amd64. Do you also have to re-run mkswap when switching back to the older, working kernel, or does simply using the other kernel let you run swapon on the same file that doesn't work with the newer kernel? ** Changed in: linux (Ubuntu) Status: Incomplete =>

[Bug 1789166] Re: package util-linux 2.27.1-6ubuntu3.6 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2018-08-31 Thread Phillip Susi
You have a broken third party startup script installed named "nifi". You will need to remove it. ** Changed in: util-linux (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1789093] Re: efibootmgr failed to register the boot entry: Input/output error

2018-08-31 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1789116] Re: grub isn't install

2018-08-31 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1789164] Re: Grub2 boot line indication out of sync on external monitor

2018-08-31 Thread Phillip Susi
That's really weird. I didn't even think grub showed up on a second monitor at all. What if you press C to go to the command line and type a few characters? As you type do they show up differently? -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788630] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-31 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 ** This bug has been marked a duplicate of bug 1788727 upgrade crashing due to unsigned kernels -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1789120] Re: the package 'grub-efi-amd64-signed' fail to install in /target/

2018-08-31 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1789129] Re: GRUB not installing even after doing a boot repair

2018-08-31 Thread Phillip Susi
Your USB stick contains a mix of bionic and xenial. Before reusing it for another release, you need to clean the old one off. ** Changed in: grub-installer (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed

[Bug 1788726] Re: grub-efi-amd64 fails to upgrade with mainline kernel installed

2018-08-31 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 ** This bug has been marked a duplicate of bug 1788727 upgrade crashing due to unsigned kernels -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1456579] Re: ubuntu-bug segfaults, Kubuntu 15.04 (100% reproducible - multiple machines)

2018-08-31 Thread Phillip Susi
15.04 reached end of life years ago. Are you still seeing this on a currently supported release? ** Changed in: apport (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1396379] Re: installer uses first EFI system partition found even when directed otherwise

2018-08-31 Thread Phillip Susi
FYI, you can use manual partitioning and mount the ESP of your choice in /efi. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1396379 Title: installer uses first EFI system partition found even when

[Bug 1789922] Re: Resize is broken

2018-08-30 Thread Phillip Susi
Actually it looks like it's gnome-disk-utility that does the unmount and throws the error. I can't for the life of me figure out this rat nest of code though. In gduresizedialog.c, resize() calls gdu_utils_ensure_unused() and passes it unmount_cb(), which appears to be what is throwing that

[Bug 1789922] [NEW] Resize is broken

2018-08-30 Thread Phillip Susi
Public bug reported: Try to resize an ext4 partition with the gnome disks utility. It throws an error saying it can't unmount the filesystem because it isn't mounted. This is on 18.04. ** Affects: udisks2 (Ubuntu) Importance: Undecided Status: New -- You received this bug

[Bug 1789693] Re: Format volume requires a volume label

2018-08-30 Thread Phillip Susi
** Changed in: gnome-disk-utility (Ubuntu) Status: New => In Progress ** Changed in: gnome-disk-utility (Ubuntu) Assignee: (unassigned) => Phillip Susi (psusi) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1789693] Re: Format volume requires a volume label

2018-08-29 Thread Phillip Susi
Fixed it. ** Tags added: patch ** Patch added: "debdiff.patch" https://bugs.launchpad.net/ubuntu/+source/gnome-disk-utility/+bug/1789693/+attachment/5182282/+files/debdiff.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1789107] Re: upgrade from 17.10 to 18.04 crashed at about 80% complete. I have never been able to run this computer properly since I wiped windows 10 to install Ubuntu

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789136] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1788864] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789409] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789313] Re: upgrade from 16.04.5 LTS to 18.04.1 LTS failed due to kernel signing issues and grub

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789529] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789522] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789377] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: Unterprozess installed grub-efi-amd64 package post-installation script gab den Fehler-Ausgangsstatus 1 zurück

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789520] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 1789399] Re: package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1

2018-08-29 Thread Phillip Susi
*** This bug is a duplicate of bug 1788727 *** https://bugs.launchpad.net/bugs/1788727 Thank you for taking the time to report this bug and helping to make Ubuntu better. This particular bug has already been reported and is a duplicate of bug 1788727, so it is being marked as such. Please

[Bug 573417] Re: disk utility should have udf as an option to format as

2018-08-29 Thread Phillip Susi
This appears to have been fixed at some point over the last 8 years. There is now an "other" option that opens another dialog that includes udf as an option. ** Changed in: gnome-disk-utility (Ubuntu) Status: Triaged => Fix Released -- You received this bug notification because you are

[Bug 1023710] Re: Disk Utility's partition creation window is too small

2018-08-29 Thread Phillip Susi
In the years since this was reported, it appears to have been fixed. There have been substantial changes to the dialog and everything now seems to fit. ** Changed in: gnome-disk-utility (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a member

[Bug 1789693] [NEW] Format volume requires a volume label

2018-08-29 Thread Phillip Susi
Public bug reported: A volume label is an optional feature, but the dialog box greys out the next button unless you type something in the label field. ** Affects: gnome-disk-utility (Ubuntu) Importance: Undecided Status: New -- You received this bug notification because you are a

[Bug 575542] Re: resize2fs does not respect flex_bg

2018-08-29 Thread Phillip Susi
You haven't happened to fix this in the last 8 years have you Ted? ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/575542 Title: resize2fs does not respect flex_bg To manage notifications about

[Bug 724512] Re: Radeon video card runs too hot

2018-08-29 Thread Phillip Susi
This should have expired long ago. ** Changed in: linux (Ubuntu) Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/724512 Title: Radeon video card runs too hot To

[Bug 1103493] Re: kexec is broken

2018-08-29 Thread Phillip Susi
Looking back at this 5 years later it seems that I misread the man page. With no options it is supposed to require a kernel image to load and execute. If you just want to execute the already loaded image, you run kexec -e. ** Changed in: kexec-tools (Ubuntu) Status: Confirmed => Invalid

[Bug 1789060] Re: ubuntu would not install on my computer

2018-08-29 Thread Phillip Susi
Your installation medium is corrupt; you will need to recreate it and may want to verify it using the check disc option at the boot menu. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788985] Re: grub-mount installer

2018-08-28 Thread Phillip Susi
What are the command line parameters of this grub-mount? What kind of partitions do you have on your disk? Can you attach an strace to this process? ** Changed in: grub (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 1788898] Re: on trying to install ubuntu using clean and erase the installer crashed

2018-08-28 Thread Phillip Susi
Your installation medium is corrupt; you will need to recreate it and may want to verify it using the check disc option at the boot menu. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788731] Re: failed install

2018-08-28 Thread Phillip Susi
Your usb stick is corrupt; you will need to recreate it and may want to verify it using the check disc option at the boot menu. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1787916] Re: 18.04 erasing all reinstall on uefi fails to install the boot loader

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788695] Re: fail to install Grub. I have deleted the UEFI and Grub partitions due to boot problem UEFI

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1788727] Re: upgrade crashing due to unsigned kernels

2018-08-28 Thread Phillip Susi
** Summary changed: - package grub-efi-amd64 2.02-2ubuntu8.3 failed to install/upgrade: installed grub-efi-amd64 package post-installation script subprocess returned error exit status 1 + upgrade crashing due to unsigned kernels -- You received this bug notification because you are a member

[Bug 1787072] Re: Installer crashed

2018-08-28 Thread Phillip Susi
Then I would suggest you run the memtest option for at least 15 minutes. Your logs say the data was corrupt, so if it isn't corrupt on the disk, it got corrupted in memory: Aug 15 02:29:36 ubuntu kernel: [ 942.369736] SQUASHFS error: zlib decompression failed, data probably corrupt Aug 15

[Bug 1788526] Re: Installer crashed trying to write efi boot info at install

2018-08-28 Thread Phillip Susi
Can you run sudo efibootmgr -vv and post the output? Also dmesg | tail after that. ** Changed in: grub-installer (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

Re: [Bug 1652282] Re: Xwayland not using XAUTHORITY, prevents root applications from connecting

2018-08-28 Thread Phillip Susi
On 8/21/2018 9:34 PM, Daniel van Vugt wrote: > Phillip, > > Mutter is not just a binary, but is also the library which provides ALL > the graphics for the login screen and gnome-shell. So yes Ubuntu does > use mutter for everything :) Ohh... I thought it was an alternative light weight

[Bug 1609900] Re: After QEMU execution with keyboard passthrough, key mappings are lost

2018-08-28 Thread Phillip Susi
Can you try it and see if that is the case? ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1609900 Title: After QEMU execution with keyboard passthrough, key mappings are lost To manage

[Bug 1679220] Re: Installer pulls packages from other releases in the pool

2018-08-28 Thread Phillip Susi
I'm not sure there is any legitimate case for booting $RELEASE1 and trying to have the installer install $RELEASE2. And even if there were, you can't do that now anyhow. It should be as simple as having apt- cdrom check lsb_release, and only look in that pool directory instead of searching them

[Bug 1788421] Re: trying to install off usb stick made in manjaro

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788472] Re: installling Bungie , the grub failed to install onto the EFI partition

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1773457] Re: Full-system encryption needs to be supported out-of-the-box including /boot and should not delete other installed systems

2018-08-28 Thread Phillip Susi
What you are talking about is signature verification. You need the firmware to verify the signature on the kernel and initrd, using a custom self signing key only. That is unrelated to whether /boot is encrypted or not. -- You received this bug notification because you are a member of Ubuntu

[Bug 1788346] Re: Ubiquity crashes on launch (on Linux Mint)

2018-08-28 Thread Phillip Susi
You will need to report that to the mint developers. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788346 Title: Ubiquity crashes

Re: [Bug 1466150] Re: grub-install breaks when ESP is on raid

2018-08-28 Thread Phillip Susi
On 8/21/2018 12:29 PM, Mathieu Trudel-Lapierre wrote: > This has to do with grub not grokking the metadata format on disk, which > is avoidable by using metadata 0.90. What? Grub understands all of the metadata formats. -- You received this bug notification because you are a member of Ubuntu

[Bug 1788178] Re: Erro ao instalar grub

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1788167 *** https://bugs.launchpad.net/bugs/1788167 ** This bug has been marked a duplicate of bug 1788167 Erro na instalação do grub -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787789] Re: grub2 not installed

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1788244] Re: Install from USB IDE to internal SSD

2018-08-28 Thread Phillip Susi
Your installation medium is corrupt; you will need to recreate it and may want to verify it using the check disc option at the boot menu. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788167] Re: Erro na instalação do grub

2018-08-28 Thread Phillip Susi
Your hard disk appears to have been unplugged during the install. You may have a loose or bad SATA cable. ** Changed in: grub-installer (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1788072] Re: grub doesnt install in /target/

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1788030] Re: Only 800x600 resolution available after install in QEMU

2018-08-28 Thread Phillip Susi
I tried wayland and the session just failed and went right back to the low resolution login screen, which is Xorg. I tried wayland a second time and just get a permanent busy cursor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1788139] Re: Grub not installing

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1788041] Re: installing ubuntu crash

2018-08-28 Thread Phillip Susi
You tried to install grub to /dev/nvme0, which is not partitioned. Either install grub to /dev/nvme1 or partition nvme0. Also your log is full of errors like this, which indicate something is wrong with your motherboard or a peripheral: Aug 20 20:48:35 ubuntu kernel: [4.884548] pcieport

[Bug 1788016] Re: Grub2 fails repeatedly. I have tried wiping the disk first, automatic install and manual partitioning, LVM and not.

2018-08-28 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1787963] Re: standard install

2018-08-28 Thread Phillip Susi
Your installation medium is corrupt; you will need to recreate it and may want to verify it using the check disc option at the boot menu. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1787840] Re: cannot install grub in /target/

2018-08-27 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1787877] Re: crash when installing grub

2018-08-27 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1787847] Re: grub install failed while new clear installation

2018-08-27 Thread Phillip Susi
*** This bug is a duplicate of bug 1766945 *** https://bugs.launchpad.net/bugs/1766945 ** This bug has been marked a duplicate of bug 1766945 (EFI on top of legacy install) choosing "replace" or "resize" options in partitioning may lead to an install failure -- You received this bug

[Bug 1787824] Re: "rfkill: input handler disabled" boot time 11 seconds.

2018-08-27 Thread Phillip Susi
Thank you for taking the time to report this bug and helping to make Ubuntu better. Unfortunately, we cannot work on this bug because your description didn't include enough information. You may find it helpful to read "How to report bugs effectively"

[Bug 1787773] Re: Installing Ubuntu on 2nd drive of destkop computer as dual boot with Windows 10

2018-08-27 Thread Phillip Susi
*** This bug is a duplicate of bug 1772374 *** https://bugs.launchpad.net/bugs/1772374 ** This bug has been marked a duplicate of bug 1772374 ubiquity need mount point /sys/firmware/efi/efivars -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1785451] Re: ubuntu new install 18.04 fails at last step, grub-efi-amd64-signed failed to install

2018-08-27 Thread Phillip Susi
That was two Vs: -vv. Also after getting this error, can you run dmesg and check the last one or two lines to see if they give any more information? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1787799] Re: package bsdutils 1:2.31.1-0.4ubuntu3 failed to install/upgrade: package bsdutils is not ready for configuration cannot configure (current status 'half-installed')

2018-08-27 Thread Phillip Susi
Please attach /var/log/apt/term.log ** Changed in: util-linux (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1787799 Title: package bsdutils

[Bug 1583394] Re: Installer crashed

2018-08-27 Thread Phillip Susi
"extix" is not an official Ubuntu flavor, and so is not supported here. ** Changed in: ubiquity (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1583394

[Bug 1787267] Re: Can't type | ( pipe ) over vnc

2018-08-22 Thread Phillip Susi
instead. This did not used to happen, and probably started when I upgraded the server from 16.04 to 18.04 a while back and I just haven't been testing VMs since then. ** Changed in: qemu (Ubuntu Bionic) Assignee: (unassigned) => Phillip Susi (psusi) -- You received this bug

[Bug 1787267] Re: Can't type | ( pipe ) over vnc

2018-08-22 Thread Phillip Susi
** Description changed: + [Impact] + + After upgrading from 16.04 to 18.04, users are unable to type a | or > + in their virtual machines when accessing them via vnc. This happened + because upstream added a key to the keymap that can also produce these + symbols and exists only on European

[Bug 1787267] Re: Can't type | ( pipe ) over vnc

2018-08-22 Thread Phillip Susi
** Patch added: "fix-pipe.debdiff" https://bugs.launchpad.net/ubuntu/+source/qemu/+bug/1787267/+attachment/5179261/+files/fix-pipe.debdiff -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1787267

[Bug 1787267] Re: Can't type | ( pipe ) over vnc

2018-08-22 Thread Phillip Susi
Ok, it seems to have optional dependencies that I had installed when trying to build the code from the debian git repo. Rebuilt in a clean chroot and it works great! Also noticed that the > key is affected, becoming < instead. This simple patch fixes it. -- You received this bug notification

[Bug 1787716] Re: Installer Stopped with the Error number 5 : error copying files :/ Is is possible to manually copy the files? And or how to further debug the issue?

2018-08-22 Thread Phillip Susi
Your installation medium is corrupt; you will need to recreate it and may want to verify it using the check disc option at the grub menu. ** Changed in: ubiquity (Ubuntu) Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 7175] Re: something should confirm that the current time is accurate

2018-08-22 Thread Phillip Susi
** Changed in: ubiquity (Ubuntu) Assignee: AMIT KUSHWAHA (amitkushwaha) => (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to the bug report. https://bugs.launchpad.net/bugs/7175 Title: something should confirm that the

[Bug 1704510] Re: Partman should warn about not having an EFI system partition

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a warning that installation will fail if user doesn't create an ESP partition or fallback to grub-pc -- You received

[Bug 1767224] Re: Installer crashed on install during the grub install process

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

[Bug 1767230] Re: instalacion fallo, no pudo cargar el grub

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

[Bug 1747098] Re: Installed 17.10 on AMD A6-9500 system using UEFI and secure boot

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

[Bug 1743379] Re: Installation failed late because of UEFI partition was not created during manual disk set up

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

[Bug 1767182] Re: Installed failed on UEFI when other OS installed

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

[Bug 1767285] Re: Reinstall over Beta2. Formated old Unbuntu /, kept seperate /home intact. Selected efi partition, install crashed.

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

[Bug 1767256] Re: Crash during partioning of hard drive

2018-08-22 Thread Phillip Susi
*** This bug is a duplicate of bug 1783996 *** https://bugs.launchpad.net/bugs/1783996 ** This bug is no longer a duplicate of bug 1704510 Partman should warn about not having an EFI system partition ** This bug has been marked a duplicate of bug 1783996 [efi on top of legacy] Show a

  1   2   3   4   5   6   7   8   9   10   >