Re: /home: waiting for /dev/disk/by-uuid  STILL stops a clean boot
So, it seems to me that your partition table is corrupted. I would try to fix it as I suggested above. The worst that could happen is that you need to reformat it all and start fresh. In short:
	If it seems that gpart is identifying the partition table correctly, you can write it to the disk
	Sounds like a plan?
							
						
					So, it seems to me that your partition table is corrupted. I would try to fix it as I suggested above. The worst that could happen is that you need to reformat it all and start fresh. In short:
Code:
	
	sudo apt-get install gpart sudo gpart /dev/sda
Code:
	
	sudo gpart /dev/sda -W /dev/sda


 
							
						


Comment