You are not logged in.

#1 2014-12-12 16:13:49

qaderzade
Member
Registered: 2014-12-12
Posts: 30

[SOLVED]How to load the kernel?

Hi all

First I should say that I found the same as my question in the internet bot there were no answer can solve my problem too.

I just installed my Arch on my new laptop and I can say I am new.
after all installations and reboot I have grub menu but when I want to boot I face with below error

"error no such device" ad4103....."
"loading linux core repo kernel"
"error: no such partition"
"loading initial ramdisk"
"error: you need to load the kernel first"

I have no access to command line but grub command line.

How can I get rid of this error?

Last edited by qaderzade (2014-12-12 18:57:28)

Offline

#2 2014-12-12 16:22:10

drcouzelis
Member
From: Connecticut, USA
Registered: 2009-11-09
Posts: 4,092
Website

Re: [SOLVED]How to load the kernel?

I don't know the answer, but I know you always have access to the regular command line. Just boot from the Arch Linux installation disc (or flash drive) again, mount your hard drive partitions, and use the "arch-chroot" command. Now you can work on and fix any problems. smile

Offline

#3 2014-12-12 16:32:11

qaderzade
Member
Registered: 2014-12-12
Posts: 30

Re: [SOLVED]How to load the kernel?

Thanks for reply drcouzelis
I am afraid to lose all my installations if I put the Arch Linux installation disc again.

Offline

#4 2014-12-12 16:43:15

oliver
Member
Registered: 2007-12-12
Posts: 448

Re: [SOLVED]How to load the kernel?

qaderzade wrote:

Thanks for reply drcouzelis
I am afraid to lose all my installations if I put the Arch Linux installation disc again.

You won't unless you tell it to destroy your data.
If it's not working anyway, what have you got to lose?

Offline

#5 2014-12-12 16:49:56

karol
Archivist
Registered: 2009-05-06
Posts: 25,440

Re: [SOLVED]How to load the kernel?

Use a liveCD/liveUSB and check what your partition name is with 'lsblk -f'.

Offline

#6 2014-12-12 16:50:25

qaderzade
Member
Registered: 2014-12-12
Posts: 30

Re: [SOLVED]How to load the kernel?

wow it works
I just forgot to enter "grub-mkconfig -o /boot/grub/grub.cfg".
My problem is solved.
Thanks again.

Offline

#7 2014-12-12 16:52:19

cris9288
Member
Registered: 2013-01-07
Posts: 348

Re: [SOLVED]How to load the kernel?

uh...post your fstab as well as your bootloader configuration. I believe your initramfs is loaded from /boot - if you have that on a separate partition you need to make sure that a) it's specified correctly with the correct device name or UUID in fstab and that b) grub picked up the correct location of your initramfs and kernel when running grub-mkconfig (I'm assuming you did run grub-mkconfig before rebooting). Hopefully I'm not too off base here, but your problem lies somewhere in that area.

Offline

#8 2014-12-12 16:57:10

qaderzade
Member
Registered: 2014-12-12
Posts: 30

Re: [SOLVED]How to load the kernel?

Thanks cris9288
My problem was forgotten to enter "grub-mkconfig -o /boot/grub/grub.cfg".
Now it is solved.

Offline

#9 2014-12-12 18:05:11

l0vot
Member
Registered: 2011-08-26
Posts: 117

Re: [SOLVED]How to load the kernel?

qaderzade wrote:

Thanks cris9288
My problem was forgotten to enter "grub-mkconfig -o /boot/grub/grub.cfg".
Now it is solved.

Mark as solved then, instructions on how here:https://bbs.archlinux.org/viewtopic.php?id=130309

Offline

#10 2014-12-12 18:58:07

qaderzade
Member
Registered: 2014-12-12
Posts: 30

Re: [SOLVED]How to load the kernel?

Thanks to all

Offline

Board footer

Powered by FluxBB