-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ubuntu 20.04 route issue #9
Comments
How did you end up with this configuration? Can you provide the last steps? I'm sorry to say that I don't use Ubuntu and since this is a time consuming task, I'm not planning to dive into it. However, if you are willing to debug the issue you are facing, I can provide my support. |
I followed your tutorial step by step and that happens. Also tried another tutorial with the same results. I could provide you with a server, setup luks etc. You will just need to add your script, what ya think? |
Cuts down the required time at least by a half, but will still take a long time. I'm currently busy with another stuff. It seems like there is something entirely changed in Ubuntu 20.04. Do they still use initramfs or they swiched to another approach, like Dracut or something? I provided some tools for your issue, see #8 (comment). Can you examine the initramfs structure? |
On both 18 & 20: find: ‘initrd/’: No such file or directory |
Please post the full command history as if I login to your system via SSH and trying to get this error. Here I created an example: https://github.com/ceremcem/unlock-luks-partition/tree/master/initramfs-helpers#usage |
root:~/unlock-luks-partition/initramfs-helpers# ./unpack /boot/initrd.img-5.4.0-42-generic gzip: stdin: not in gzip format |
Interesting. Can you upload your |
@ceremcem any joy? I can't find a solution anywhere. |
Sorry, I couldn't spare some time for that.
madness85 <[email protected]>, 30 Eyl 2020 Çar, 20:51 tarihinde şunu
yazdı:
… @ceremcem <https://github.com/ceremcem> any joy? I can't find a solution
anywhere.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABSVCARWQ2CFAELKHKMM6Y3SINV3LANCNFSM4PSVERIA>
.
|
This seems to be the issue https://bugs.launchpad.net/ubuntu/+source/dropbear/+bug/1813394 Adding the script: /etc/initramfs-tools/scripts/init-bottom/hack-delete-netif-netplan.sh `#### ---- 8< cut >8 -------- PREREQ="" prereqs() { case "$1" in . /scripts/functions log_begin_msg "Deleting all network configuration that systemd could try to import" ---- 8< cut >8 --------`Could you include this? or should i just continue using the above script? |
After following the guide for some reason the routes are messed up:
route -r
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 161.97.64.1 0.0.0.0 UG 0 0 0 eth0
0.0.0.0 161.97.64.1 0.0.0.0 UG 100 0 0 eth0
161.97.64.0 0.0.0.0 255.255.192.0 U 0 0 0 eth0
161.97.64.1 0.0.0.0 255.255.255.255 UH 100 0 0 eth0
Can confirm it doesn't happen on ubuntu 18.
Anyone know whats going on?
This is how it should look:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 161.97.64.1 0.0.0.0 UG 0 0 0 eth0
The text was updated successfully, but these errors were encountered: