You are not logged in.
Pages: 1
I'm opening a new thread for not ruin the Graysky's Repo-ck one.
I've followed the steps on the Repo-ck ArchWiki page for install the kernel with the ck-patchset (sudo pacman -S linux-ck-pentm linux-ck-pentm-headers).
I've already edited the /boot/grub/menu.lst in order to activate the BFQ I/O Scheduler and linked the kernel image and initrd corretly, but it returns me this error on boot.
Booting 'Arch Linux'
root (hd0,0)
Filesystem type is ext2fs, partition type 0x83
kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro quiet vga=773 init=/bin/systemd elevator=bfq pcie_aspm=force i915.i915_enable_rc6=1
Error 15: File not foundAs you can see I use SystemD and I have a couple of options for powersaving enabled (pcie_aspm=force i915.i915_enable_rc6=1). My menu.lst is:
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro quiet vga=773 init=/bin/systemd elevator="bfq" pcie_aspm=force i915.i915_enable_rc6=1
initrd /boot/initramfs-linux-ck.imgI've checked if I have the /boot/vmlinuz-linux-ck and /boot/initramfs-linux-ck.img files, and I posses them. Further with the ArchLinux kernel vanilla and the same parameters the system booted fine.
I've also provided to check is a more basic kernel (clearly using the linux-ck kernel) line the system boot correctly, but it return me even the same error, so I suppose it isn't related to SystemD or the powersaving stuffs.
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /boot/vmlinuz-linux-ck root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro elevator=bfq
initrd /boot/initramfs-linux-ck.imgDo you notice something wrong?
Thank you for your time,
Gianluca
Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit
Offline
Solved.
# (0) Arch Linux
title Arch Linux
root (hd0,0)
kernel /vmlinuz-linux-ck root=/dev/disk/by-uuid/2bef0cce-027d-44fa-a086-056c390cd847 ro quiet vga=773 init=/bin/systemd elevator=bfq pcie_aspm=force i915.i915_enable_rc6=1
initrd /initramfs-linux-ck.imgIs there a better order that I may follow for the commands in the kernel line?
Last edited by I am Gianluca (2012-06-11 16:43:06)
Laptop: Acer Aspire S3 | Linux Mint Cinnamon 64-bit
Offline
Pages: 1