This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| retrocomp:install-rocky-linux-9-on-scsi-disk [2026/07/01 16:04] – created prppedro | retrocomp:install-rocky-linux-9-on-scsi-disk [2026/07/01 16:18] (current) – prppedro | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| mount -o bind /proc /mnt/proc | mount -o bind /proc /mnt/proc | ||
| chroot /mnt | chroot /mnt | ||
| - | ``` | + | ``` |
| That will take you into a shell inside your fresh installation. Use you preferential editor (`vi` or `nano`, perhaps) to create the following files: | That will take you into a shell inside your fresh installation. Use you preferential editor (`vi` or `nano`, perhaps) to create the following files: | ||
| - | `/ | + | - `/ |
| ``` | ``` | ||
| mptspi | mptspi | ||
| ``` | ``` | ||
| - | `/ | + | - `/ |
| ``` | ``` | ||
| install mptspi / | install mptspi / | ||
| Line 52: | Line 54: | ||
| Now, we need to regenerate `initrd`. On Rocky Linux, we do it via `dracut` CLI utility: | Now, we need to regenerate `initrd`. On Rocky Linux, we do it via `dracut` CLI utility: | ||
| - | ``` | + | ```bash |
| dracut -f -v | dracut -f -v | ||
| ``` | ``` | ||
| Line 61: | Line 63: | ||
| Now, Rocky Linux should boot as expected. | Now, Rocky Linux should boot as expected. | ||
| + | |||
| + | ## Epilogue | ||
| + | |||
| + | This is not something widely supported. Rocky' | ||
| + | |||
| + | But, for now, if you want use old drives you have lying around or just, like me, create a cursed thing, Rocky allows you to do so on a relatively modern environment. In theory, Debian should also be able to do it, but you'll probably need to turn off some IOMMU-related stuff, since those legacy PCI devices and typical PCI bridges can't really deal cleanly with DMAR. | ||
| + | |||
| + | In my case, this cursed setup will probably be used as sort of a imaging station, to access and image my SCSI drives used on my other retro-rigs. But if it was the sole intention, I'd probably put the `rootfs` on a SSD. | ||