boot salix from external USB with EFI
Posted: 28. Oct 2011, 06:50
Hi all,
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
This creates initrd.gz. But when I try to boot from this system, absolutely nothing happens; I don't even get an error message. Other linux distributions boot without problems from the same disk. Does anyone have experience with a similar setup?
Thanks
pindar
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