[Bug 116892] KUBUNTU 7.04 does not recognize external HD attached via USB

2007-05-25 Thread JPB
Public bug reported: Since the previous version of KUBUNTU did recognize the disk and mounted it correctly, I did expect that it would still function within the new version ... However, not only he removes the mounted items but it is also impossible to mount it again ** Affects: Ubuntu

[Bug 1908776] [NEW] Ubiquity crashes if target /var mounted on distinct file system

2020-12-19 Thread JPB
Public bug reported: First, I must apologize for my poor english: french is my mother's language... Trying install Ubuntu 20.04 LTS from a live USB. At least, 3 problems encountered. Only the second one concerns ubiquity. 1) error message while booting from Ubuntu live USB. 2) installation proced

[Bug 1908776] Re: Ubiquity crashes if target /var mounted on distinct file system

2020-12-19 Thread JPB
crash file saved (I used a separate file system to do that). But I am not really sure that that file is really associated with my ubiquity problem. because i did a lot of different tries since. ** Attachment added: "_usr_bin_apt-clone.0.crash" https://bugs.launchpad.net/ubuntu/+source/ubiquity

[Bug 1848856] [NEW] Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
Public bug reported: At the end of the upgrade from 19.04 to 19.10, the post process of the update-grub reports: Syntax error at line 185 Syntax errors are detected in generated GRUB config file. Ensure that there are no errors in /etc/default/grub and /etc/grub.d/* files or please file a bug rep

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "grub.cfg.new" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298389/+files/grub.cfg.new -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848856 Title

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "grub" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298390/+files/grub -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848856 Title: Upgrade from

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "Generaged Grub.cfg prior to 19.10" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298391/+files/grub.cfg.pre1910 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpa

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
** Attachment added: "update-grub.log" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5298388/+files/update-grub.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848856

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
Looking closer at the 19.04 grub.cfg and the post19.10 grub.cfg.new I see that the 19.04 version of update-grub was using 10_linux instead of 10_linux_zfs to generate the grub.cfg.new. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. ht

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
One more piece of information. I have 3 zfs pools defined: rpool for my root dpool for my data (virtualization and other) bpool for my external usb backup device So, my bpool is different than the 19.10 new bpool to support the boot process. I don't know if this is a problem, but thought I'd men

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
zsys is currently not installed. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848856 Title: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error To manage notifications abo

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
identified the root dataset. jpb@explorer:~/test$ sudo ./10_linux_zfs Found linux image: vmlinuz-5.0.0-29-generic in rpool/ROOT/ubuntu Found initrd image: initrd.img-5.0.0-29-generic in rpool/ROOT/ubuntu Found linux image: vmlinuz-5.0.0-31-generic in rpool/ROOT/ubuntu Found initrd image

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
I'm getting closer to finding the problem. It looks like in function get_dataset_info() in 10_linux_zfs the content of initrd_list, kernel_list, and last_booted_kernel are not being echoed back on the call. I don't know why yet. I haven't fully grasp the shell script. -- You received this bug

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-19 Thread jpb
Yes, my rpool is mirrored. pool: rpool state: ONLINE status: Some supported features are not enabled on the pool. The pool can still be used, but some features are unavailable. action: Enable all features using 'zpool upgrade'. Once this is done, the pool may no longer be accessi

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-20 Thread jpb
My current work around is to manually maintain the grub.cfg in /boot/grub. Using the version that was generated under 19.04, I have simply updated the kernel and initrd to reflect the new modules. This still means that any package I install that needs to regenerate the grub.cfg will fail. So far

Re: [Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-20 Thread jpb
Hi Rex - you essentially removed the line that set at_least_one_entry=1. Yes, that removes an extra "}" but if you look at the generated script, the linux line specifies no kernel image and the initrd line includes no file. This will result in an unbootable system. linux root=ZFS=rpool/ROOT/ubunt

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-20 Thread jpb
True, grub-probe will produce several lines. On my system it lists my drives as my actual mirrors, followed by my logs and then the cache -- same order as zpool status rpool grub-probe --target=device /boot /dev/sdc1 /dev/sda1 /dev/nvme0n1p2 /dev/nvme0n1p4 I'm not seeing in 10_linux_zfs where ha

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-21 Thread jpb
Problem identified. The variable intrd_device contains a \r at the end of the variable. When concatenating the variable with the subsequent variables, it effectively truncates the subsequent data in the echo return. Preceding the if statement, I inserted the following: # remove the trailing

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-21 Thread jpb
** Attachment added: "10_linux_zfs" https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1848856/+attachment/5299059/+files/10_linux_zfs -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848856 Title

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-10-22 Thread jpb
The \r is an invisible return character, commonly returned by an echo. However, here, we are executing grub_probe --target=device /boot The code in 10_linux_zfs: initrd_device=$(${grub_probe} --target=device "${boot_dir}") The results are the same as above. For the specific entry, it is the fir

[Bug 1848856] Re: Upgrade from 19.04 to 19.10 with zfs on root fails with grub syntax error

2019-11-13 Thread jpb
Agreed. It is a multi-line problem (which by its nature includes a '\r') not being handled. Happy to test the solution on my system. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1848856 Title: Upg