When using Nexenta it is highly recommended to attach the syspool disks via AHCI instead of SATA. Attaching them via SATA might cause I/O errors leading to complete outages. The only way to solve this is to replace the driver with AHCI.
Normally changing the driver for the syspool requires a complete reinstallation. However if you want to avoid this simple follow this guide:
- Boot with Nexenta Setup CD; Choose “Rescue System”
- when booted import the syspool with:
zpool import -f syspool
- Install boot loader on ALL disks belonging to the syspool, e.g. for the first disk:
grub-install /dev/rdsk/c0t0d0s0
- Export the syspool:
zpool export syspool
- Reboot
Done. The system now uses AHCI drivers.
Hello,
do you have any idea how to do that on Nexenta 4 with illumos kernel?
I tried with installgrub /boot/grub/stage1 /boot/grub/stage2 /dev/rdsk/c0…
but this didn’t work…
Thanks!
Sorry i haven´t tested Illumos OS so far.