Hi there: I tried to install TigerVNC on my ORACLE 8.5 LINUX SEVER. At one point the instructions said to reboot the system. And then the system hung up.
I then used the USB BOOT Disk I prepared in advance for such an instance if happens.
It works fine except when system asked INSTALLATION DESTINATIN. Clicking on Installation Destination I reached to DEVICE SELECTION page where three disks namely sdb, sdc, sdd are shown and each one has a size of 1.82 TiB but sdb shows free space of 1.08 Mib, sdc shows 0B free, sdd has 1007 KiB free. None has free space to install 7.03 GiB for software and 31.45 free space for swap space. That means a total of 38.48 space is needed. There is a button for RECLAIM SPACE and I click on it and it gave me an option Delete all. But it did not work. I found the same free space on all three disks. Nothing chamnged. Please help. Regards.
Replace /dev/sdb with the disk where your OS is installed.
Exit and Reboot:
Exit the chroot environment:
exit
Reboot the system:
reboot
Check Boot Options:
If the system still doesnât boot, try accessing the GRUB menu:
Reboot and hold Shift (for BIOS) or Esc (for UEFI) during startup.
Select an older kernel or recovery mode if available.
If Booting Fails Again:
Review Logs:
Boot into rescue mode and check logs in /mnt/sysimage/var/log/ for clues.
Hardware Check:
Ensure that all hardware components are functioning properly.
Avoid Reinstallation for Now:
Since your data is important, avoid selecting installation options that might overwrite your disks.
Focus on repairing.
Your primary goal is to repair the existing system without data loss. Booting into rescue mode and reversing the changes made during the TigerVNC installation should help
Thanks for sending me your reply. You understand my problem very well. However I got the hurdles when I just started to work as per your instructions. Which means When I executed. # chroot /mnt/sysimage. It gave me the error
chroot: failed to run command â/bin/bashâ: No such file or directory.
I do not have any concern about loosing the data. I just want free space in my partition to load my USB Software in one of the partition. I have a full backup , hence have the data intact once oravle Linux is loaded and start running.
The error chroot: failed to run command â/bin/bashâ: No such file or directory indicates that the system couldnât find the necessary files to change the root environment.
This can happen if the existing system is corrupted or not properly mounted.
Since youâre proceeding with a fresh installation, this error can be disregarded.
Since you have backups and are okay with wiping the disks, you can proceed with a fresh installation by deleting the existing partitions:
Boot from your USB installer and proceed to the âInstallation Destinationâ screen.
Select your disks (sdb, sdc, sdd) for installation.
Choose âCustomâ or âManual Partitioningâ.
In the partitioning screen, delete all existing partitions on each disk to free up space.
Create new partitions as needed for your installation.
The problem is that
!) I can not boot from USB installed in regular mode. I can only boot in a RECOVERY MODE from USB INSTALLER, because there is not enough free space available on sda, sdb, sdc under their partitions.
I then boot the system in ONE TIME RECOVERY MODE. I have got a BASH prompt.
When I reached to INSTALLATION DESTINATION, the only free space on SDA is 1007Kib, on sdb it is just 0, and on sdc it is just 1007Kib again. I Hence I do not have enough free space.