this is my first post; I'm new to Salix, but not to linux. My setup: mac mini intel, several linux distributions on external usb disk which has grub-efi installed. I have Salix on one partition, installation worked without problems. But I can't boot into the partition; I assume because the initrd I created by chrooting into the installation is missing some modules. From stuff I found in obscure corners of the internet, I created an intrd like this
Code: Select all
mkinitrd -c -k 2.6.37.6-smp -m ehci_hcd:uhci_hcd:ohci_hcd:usb-storage:hid:usbhid:btusb
-f ext4 -r /dev/sdb4 -o /boot/initrd.gz
Thanks
pindar