LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Virtualization and Cloud (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/)
-   -   How to extend a partition in Linux Virtualbox machine? (https://www.linuxquestions.org/questions/linux-virtualization-and-cloud-90/how-to-extend-a-partition-in-linux-virtualbox-machine-4175735940/)

NuxIT 04-14-2024 12:03 PM

:)UPDATE!!!
I just figured out what was causing my boot hiccup / slowdown after I moved / changed my SWAP UUID and also extended my .vdi using the unallocated space I mentioned at the beginning of this crazy adventure! It turns out this was causing my issues!

Not only did I have to update the new UUID in /etc/fstab but I ALSO have to follow this guys info!

https://linux-blog.anracom.com/2020/...the-initramfs/

My /etc/initramfs-tools/conf.d/resume file still had the old UUID for my swap when it was on /dev/sda5
I simply changed this to match my new UUID and now it boots super fast again!:)

yancek 04-14-2024 03:36 PM

Quote:

UUID=edc1bdec-bbbb-4830-81d8-0f4a94bc74cf none swap sw 0 0
/dev/sr0 /media/cdrom0 udf,iso9660 user,noauto 0 0
The fstab entry above which you posted in post 30 is not from an installed system but from a 'live' system, CD/DVD/USB as it shows /dev/sr0 and the mount point as /media/cdrom0. In all your other posts the drive you are using with Mint shows as sda??

NuxIT 04-14-2024 03:58 PM

Quote:

Originally Posted by yancek (Post 6495952)
The fstab entry above which you posted in post 30 is not from an installed system but from a 'live' system, CD/DVD/USB as it shows /dev/sr0 and the mount point as /media/cdrom0. In all your other posts the drive you are using with Mint shows as sda??

Yeah, I'm not sure. It probably put that field in because I initially did the install with an ISO mounted to the VM in Virtualbox. That's probably why it shows that mount point. I'm just glad the issue is resolved since it was annoying me. I don't think I'll need to extend my .vdi disk space for a while but at least I know what to do if this happens again. Appreciate all the input. :hattip:


All times are GMT -5. The time now is 10:31 AM.