You are not logged in.
Pages: 1
Hola
I installed the current arch-iso and selected the normal arch-kernel. (not *noscsi)
But the computer doesn't have scsi
Everything installed very well, but the system startup is really slow.
Arch tries to find the right scsi-adapter, but there is none, so this takes really long.
Is there a way to disable this behaviour ?
Thanks
Offline
Trimming down your initrd may help. If you are using mkinitcpio, that would mean editing your /etc/mkinitcpio.conf file. Trimming down the HOOKS="" line to containe only what is needed to boot your system speeds it up noticabily. My line looks like this:
HOOKS="base udev autodetect sata filesystems"
My hard drives are sata, so that is all that I really need.
After editing the file you have to run:
mkinitcpio -g /boot/kernel26.img
To generate the new image.
There is a wiki page about this here
Offline
Thanks a lot ... now it works really fine ;-)
Offline
Pages: 1