hello icon indicating copy to clipboard operation
hello copied to clipboard

Unable to install on Proxmox VE VirtIO SCSI drive

Open markshank opened this issue 3 years ago • 8 comments

Getting Started documentation page specifies VirtIO SCSI controller. A drive attached to SCSI will appear in the FreeBSD Installer drive selection list, but that drive cannot be selected.

Workaround by attaching virtual disk to SATA instead of SCSI.

markshank avatar Sep 20 '21 22:09 markshank

We disabled installing to /dev/da* disks due to https://github.com/helloSystem/ISO/issues/200:

https://github.com/helloSystem/Utilities/blob/dc94c2fc45c785e691e2ea1fb82cb450b5f7d229/Utilities/Install%20FreeBSD.app/Resources/freebsd-install.py#L741-L744

Any hints on why https://github.com/helloSystem/ISO/issues/200 happens and how it can be resolved properly would be highly welcome.

For the meantime, I have changed the documentation. Thanks!

probonopd avatar Sep 21 '21 16:09 probonopd

Any hints on why helloSystem/ISO#200 happens and how it can be resolved properly would be highly welcome.

I did read through that entire issue and I don't have anything I can contribute other than I did experience an issue with Airyx that seems to have been mentioned in your issue. There was a umount issue when using OVMF.

markshank avatar Sep 23 '21 10:09 markshank

@mszoek do you think the umount issue when using OVMF is related to the message 'kern.geom.part.mbr.enforce_chs: 0 -> 0'?

probonopd avatar Sep 25 '21 21:09 probonopd

I assumed it might be related to my unionfs changes but I haven't had time to look into it yet.

mszoek avatar Sep 26 '21 01:09 mszoek

Weird, somehow I could install 0.5.0 on Virtio SCSI by editing the installer https://github.com/helloSystem/ISO/issues/260.

~But now, I can't install 0.6.0.~

Edit: I can install 0.6.0. I need to recreate new empty SCSI disk. If I install on previous existing disk, the installer stalls.

ragazenta avatar Oct 01 '21 04:10 ragazenta

With kern.geom.part.mbr.enforce_chs: 0 -> 0 in the Installer Log?

probonopd avatar Oct 01 '21 10:10 probonopd

With kern.geom.part.mbr.enforce_chs: 0 -> 0 in the Installer Log?

Yes.

image

ragazenta avatar Oct 01 '21 10:10 ragazenta

We need to find out what produces this error. I have no clue honestly.

probonopd avatar Oct 05 '21 17:10 probonopd