Useful Ubuntu 22.04/24.04 VM Commands #2072
Replies: 12 comments 14 replies
-
Hi! using the script, ubuntu installs perfectly, however standard login ubuntu/ubuntu is not accepted. Proxmox 8. |
Beta Was this translation helpful? Give feedback.
-
Hi and thanks for the scripts. They are such a relief. |
Beta Was this translation helpful? Give feedback.
-
I ran the Ubuntu VM but see no GUI. How do we proceed from here? I am completely new to this. |
Beta Was this translation helpful? Give feedback.
-
It's meant for servers so you won't get a gui.
If you want a desktop environment create a vm through the proxmox gui using
an ubuntu desktop iso.
…On Tue, Apr 9, 2024, 8:47 PM elishaip ***@***.***> wrote:
I ran the Ubuntu VM but see no GUI. How do we proceed from here? I am
completely new to this.
image.png (view on web)
<https://github.com/tteck/Proxmox/assets/89676547/823a458d-6b90-4fd3-9bab-301daeb96c5c>
—
Reply to this email directly, view it on GitHub
<#2072 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ATLNAV2AKFM233VI3JDAGUTY4SY3VAVCNFSM6AAAAAA7RIQAPWVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TANRVHE2DE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
it's time for 24.04! |
Beta Was this translation helpful? Give feedback.
-
Hey I have couple of questions regarding this way of generationg VMs,
|
Beta Was this translation helpful? Give feedback.
-
I am trying to mount the smb share from truenas using latest ubuntu 24.04, but it doesn't work using the configuration below. It always fails. I have already installed cifs-utils and tried the following entry in fstab. I have even tried including the username and password directly. sudo mount -a Update: '''sudo apt install linux-modules-extra-6.8.0-31-generic''' |
Beta Was this translation helpful? Give feedback.
-
Get SSH Going in Ubuntu 24.04
|
Beta Was this translation helpful? Give feedback.
-
I am facing issue, VM is restarting after every few mins |
Beta Was this translation helpful? Give feedback.
-
Hello, I'm new here - please don't stone me for asking! What is the username and password? If I just enter "root" and no password - it tells me wrong login details |
Beta Was this translation helpful? Give feedback.
-
Help!? - As I want to follow a video to setup openstack using ubuntu server I'm very grateful for the 22.04 LTS image. |
Beta Was this translation helpful? Give feedback.
-
any wat to remove cloud-init? apt remove didnt seem to work and i very much would not like to use it |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Setting up Cloud-Init
Now you can start the VM
Select xterm.js under the Console pull down for copy/paste functions
Resize the Bootdisk (/dev/sda)
Hardware > Hard Disk (scsi0) > Disk Action > Resize
Expand VM Disk using parted (/dev/sda1)
parted /dev/sda
resizepart 1
Fix/Ignore?
Fix
Partition number?
1
Yes/No?
Yes
End? [2146MB]?
-0
(parted)
quit
reboot
Get SSH Going
Add Guest Agent
reboot
Install Docker
Install Docker Compose
Add Dockge
Dockge GUI, https:// IP:5001
Add Portainer
Portainer GUI, https:// IP:9443
Beta Was this translation helpful? Give feedback.
All reactions