You are not logged in.
Pages: 1
The following error message was received:
[root@n6re /]# mkinitcpio -p linux
==> Building image from preset: 'default'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
==> Starting build: 3.3.6-1-ARCH
-> Parsing hook: [base]
-> Parsing hook: [udev]
-> Parsing hook: [autodetect]
/usr/bin/mkinitcpio: line 268: 1694 Segmentation fault "$0" "${preset_cmd[@]}"
==> Building image from preset: 'fallback'
-> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
==> Starting build: 3.3.6-1-ARCH
-> Parsing hook: [base]
-> Parsing hook: [udev]
-> Parsing hook: [pata]
/usr/bin/mkinitcpio: line 268: 2053 Segmentation fault "$0" "${preset_cmd[@]}"
[root@n6re /]#
Is there a way to fix this preset problem? It seems to create several problems in my recent attempts to install.
Prediction...This year will be a very odd year!
Hard work does not kill people but why risk it: Charlie Mccarthy
A man is not complete until he is married..then..he is finished.
When ALL is lost, what can be found? Even bytes get lonely for a little bit! X-ray confirms Iam spineless!
Offline
it seems you are trying to install grub2, in this step you must change directory to /boot and use this command : mkinitcpio -p linux
in root directory it's maybe fail.
try it and reply your error.
angelfalls
Last edited by angelfalls (2012-05-18 05:15:11)
Offline
Pages: 1