Can't count how many times my microsd card flubbed out and I have to re-install because of the microsd card issue. I would like to get OMV to boot off from the hard drive so and sae Technodad's youtube video about OMVsharedrootfs plugin which allows you to do that.
However, My hard drive is 5tb and the Raspberry Pi imager would only make hard drive to use MBR that means that I can only use 2gb of that partition. However, I saw on a forum in raspberry's website where you can download a usb-boot utility into the microsd card which copies the contents of the microsd card into the hard drive and boot off from the gpt drive.
https://forums.raspberrypi.com/viewtopic.php?f=29&t=196778
So here's the steps that I did.
1) Updated the bios to boot from microsd card and if not present, boot from hard drive.
2) Used Raspberry Pi imager to get install rasp os lite 64 bit into a micro sd card (if I install this in usb hard drive it will be an mbr partition.)
3) Boot the microsd card into raspberry pi 4.
4) copy the usb-boot utility into microsd card using winscp. chmod 755 the files and put them in the /bin directory.
5) With the 5tb hard drive plugged in formatted into a gpt format, I ran the usb-boot utility which allows me to copy the contents of the microsd card to the hard drive while making it a gpt partition.
6) After rebooting, the partition sdb2 took up the whole space.
7) Ran sudo apt upgrade and installed OMV6.
the installation went fine and after omv reboot, stuck here and then reboot.
Not sure what's going on, couldn't figure out how to fix the problem?