You are not logged in.

#1 2013-03-21 17:42:24

cliffordsr
Member
From: East Coast
Registered: 2013-03-16
Posts: 39

[SOLVED]Boot Problems

Hello, second post (and probably more to come tongue). Now I'm having problems with booting. I get the following error after selecting Arch in rEFInd:
photo.jpg

If I type 'exit' it boots fine, but it's a little frustrating adding 10 sec to my boot (which is normally about 5: running Arch on an SSD is awesome!). I think it might be a problem with my refind.conf but I'm not sure what it could be. I'm dual booting Arch and Windows 8, and I'm using KDE. The partition /dev/sda5 is my root (I can post a complete list of partitions if it is needed).

Thanks for any help,
Cliff

Last edited by cliffordsr (2013-03-22 06:36:04)

Offline

#2 2013-03-21 17:53:02

kotus
Member
Registered: 2013-03-20
Posts: 5

Re: [SOLVED]Boot Problems

it seems like kernel can't find your root partition on /dev/sda5, maybe you should define your partitions with UUID in grub instead of /dev/sdX
if is like I think it is, put a "#" in front of line "GRUB_DISABLE_LINUX_UUID=true" in /etc/default/grub and do sudo "grub-mkconfig -o /boot/grub/grub.cfg"
I thnk this should do it

Offline

#3 2013-03-21 18:10:33

cliffordsr
Member
From: East Coast
Registered: 2013-03-16
Posts: 39

Re: [SOLVED]Boot Problems

I'm not using GRUB, I'm booting off a EFIstub. Is there a way to do what you said for that?
Thanks,
Cliff

Offline

#4 2013-03-21 20:09:18

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]Boot Problems

You can still specify your partition with uuid or label. (ie. root=UUID=<xxxxxx-xxxxx-xxxxxxxxxx> or root=/dev/disk/by-uuid/xxxxxxxx-xxxxx-xxxxxxxxx)

Offline

#5 2013-03-21 21:44:42

cliffordsr
Member
From: East Coast
Registered: 2013-03-16
Posts: 39

Re: [SOLVED]Boot Problems

Where would I write that?

Offline

#6 2013-03-21 22:46:37

s1ln7m4s7r
Member
Registered: 2013-02-22
Posts: 262

Re: [SOLVED]Boot Problems

It depends, refind_linux.conf if you are you using kernel autodetection, or refind.conf when using manual configuration.

Last edited by s1ln7m4s7r (2013-03-21 22:53:02)

Offline

#7 2013-03-21 22:51:47

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,842
Website

Re: [SOLVED]Boot Problems

I think you just have a superfluous slash in your root= declaration on the kernel command line. At the rEFInd menu, press insert (may need to press it twice if the first time just opens a submenu for you) and remove it, and see if that allows you to boot.

To clarify, /dev/sda5/ should be /dev/sda5 (note the lack of a trailing slash).

EDIT: if you do boot correctly, make sure to make the change permanent in your conf file.

Last edited by WorMzy (2013-03-21 22:56:07)


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#8 2013-03-21 23:00:40

cliffordsr
Member
From: East Coast
Registered: 2013-03-16
Posts: 39

Re: [SOLVED]Boot Problems

Went into my refind_linux.conf file and changed the labels (/dev/sda5) to uuids, and didnt work, so I changed them back and suddenly everything magically worked. Looking back on it, it was almost definitely what WorMzy said, and I corrected it when I changed the conf back to using labels. Thanks!
-Cliff

Offline

#9 2013-03-22 04:09:38

WonderWoofy
Member
From: Los Gatos, CA
Registered: 2012-05-19
Posts: 8,414

Re: [SOLVED]Boot Problems

Please mark the thread as [Solved] then by editing the first post and adding it to the title.

Offline

Board footer

Powered by FluxBB