[Bug 1926528] Re: random failure of grub-installer, working after several retries

2021-05-04 Thread christopheg
above command missing some escapes, here is the correct one d-i partman/early_command string \ sed -i "s/initial_proc_contents=\"\$(ls \$ROOT\/proc)\".*/set +e ; & ; set -e/" /usr/bin/grub-installer ; -- You received this bug notification because you are a member of Ubuntu Bugs, which is subs

[Bug 1926528] Re: random failure of grub-installer, working after several retries

2021-05-04 Thread christopheg
For those using preseed and having the same problem, a workaround is to fix grub-installer in partman/early_command. The following line in preseed.cfg will do the trick: d-i partman/early_command string \ sed -i "s/initial_proc_contents=\"$(ls $ROOT/proc)\".*/set +e ; & ; set -e/" /usr/bin/gru

[Bug 1926528] Re: random failure of grub-installer, working after several retries

2021-04-28 Thread christopheg
** Also affects: grub-installer Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1926528 Title: random failure of grub-installer, working after several retri

[Bug 1926528] [NEW] random failure of grub-installer, working after several retries

2021-04-28 Thread christopheg
Public bug reported: I prepared an unattended install usb key for focal base on netboot.iso "http://archive.ubuntu.com/ubuntu/dists/focal/main/installer-amd64/current/legacy-images/netboot/mini.iso"; I'm modifying it to install a preseed to create user account, auto partitioning and such things.

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread christopheg
Hi Volodymyr. You may be in the same case I was. My default version of libc6-udeb was not 2.31-0ubuntu9 but just 2.31. If this is the case the sed line you used won't work. That's why I modified it to: sed -i -e '/Package: libc6-udeb/{N;N;s/Version: 2.3.*/Version: 2.31-0ubuntu9.3/}' /var/lib/dpkg

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-28 Thread christopheg
For those not using preseed, the above trick is also working. They just have to open a command line from the installer before updates (did it just before the network detection) and apply the sed command: sed -i -e '/Package: libc6-udeb/{N;N;s/Version: 2.3.*/Version: 2.31-0ubuntu9.3/}' /var/lib/dpk

Re: [Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread christopheg
Thanks to Eric Mergelsberg. I confirm the workaround is working fine. I added the magic line below in may preseed.cfg and my unattended install is back to working for now. d-i preseed/early_command string sed -i -e '/Package: libc6-udeb/{N;N;s/Version: 2.3.*/Version: 2.31-0ubuntu9.3/}' /var/lib/dp

[Bug 1867502] Re: Netboot Loading libc6-udeb failed for unknown reasons (focal)

2021-04-27 Thread christopheg
Same here it completely breaks our automated install process. It worked yesterday and it's broken sinc a fex hours. It doesn't seem related to netboot.iso image itself but to some external component loaded by netinstall. Is there a way to force the version of the additional components used ? -- Y

[Bug 68615] Re: 2.6.17-10-generic kernel, r8169 problem, ACPI related

2007-02-07 Thread christopheg
fixed using noapic -- 2.6.17-10-generic kernel, r8169 problem, ACPI related https://launchpad.net/bugs/68615 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 68615] Re: 2.6.17-10-generic kernel, r8169 problem, ACPI related

2007-02-06 Thread christopheg
Same problem with with kernel 2.6.17-10 and r8169 on my Acer Aspire 5022WLMI (using Turion 64 proc from AMD and Ubuntu edgy x64) :-( acpi=force does not fix it. -- 2.6.17-10-generic kernel, r8169 problem, ACPI related https://launchpad.net/bugs/68615 -- ubuntu-bugs mailing list ubuntu-bugs@