OK, here goes, the great reveal!!!
I have tested this on a USB flash disk, but I think it will work on the SSD.
You'll need a way to attach the X55 SSD to a PC that will boot the proxmox install, do the install (from a normal USB install media), then boot into proxmox on a working PC. The following will then fix the uefi boot and the media (SSD or flash) will then boot on the X55...
add:
add:
use 'fdisk -l' to work out the right disk to install grub - in my case /dev/sdb as I'm using a pc with another main drive. This would be /dev/sda if your 'other pc' only has the X55 SSD attached. Be careful if you're doing this on a pc with another os on another drive still attached.
take your ssd and move back to the X55 - it should boot. As I mentioned, I've tested this on a USB flash, but I see no reason it won't work on the SSD. I will do this myself as soon as I have time...
Appreciate feedback if this works...
I have tested this on a USB flash disk, but I think it will work on the SSD.
You'll need a way to attach the X55 SSD to a PC that will boot the proxmox install, do the install (from a normal USB install media), then boot into proxmox on a working PC. The following will then fix the uefi boot and the media (SSD or flash) will then boot on the X55...
add:
Code:
/etc/apt/sources.list.d/buster.list
deb http://ftp.debian.org/debian buster main
add:
Code:
/etc/apt/apt.conf.d/default-release
APT::Default-Release "stable";
# then
apt update
apt upgrade
apt install grub-efi -t buster
use 'fdisk -l' to work out the right disk to install grub - in my case /dev/sdb as I'm using a pc with another main drive. This would be /dev/sda if your 'other pc' only has the X55 SSD attached. Be careful if you're doing this on a pc with another os on another drive still attached.
Code:
grub-install /dev/sdb
update-grub
cd /boot/efi/EFI/
cp debian/grubx64.efi boot/bootx64.efi
take your ssd and move back to the X55 - it should boot. As I mentioned, I've tested this on a USB flash, but I see no reason it won't work on the SSD. I will do this myself as soon as I have time...
Appreciate feedback if this works...
Last edited by a moderator: