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
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
** 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
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.
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
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
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
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
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
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@
10 matches
Mail list logo