You are not logged in.
Having some trouble installing Arch Linux with rEFInd.
The actual error: https://a.pomf.cat/oprojq.JPG
/boot/refind-linux.conf: https://a.pomf.cat/hedjgx.JPG
File structure of /boot (I didn't bother trying to get the icons in the photo): https://a.pomf.cat/kccqnl.JPG
/etc/fstab: https://a.pomf.cat/rcjdmq.JPG
Thanks in advance!
Last edited by betaredex (2017-05-23 17:11:16)
"i guess ive never managed to hang out with girls because there arent many into ricing and stuff"
Offline
Be aware of my Newbie Powers
Offline
Boot using the live cd and check that UUIDs in fstab are correct.
You can get UUID like this (sda1 as example):
lsblk -no UUID /dev/sda1
If not correct then
lsblk -no UUID /dev/sda1 >> /etc/fstab
which moves UUID into the end of fstab file, after that edit fstab using nano
nano -L /etc/fstab
Offline
@betaredex in /boot/refind-linux.conf the "Boot with standard options" and "Boot to single-user mode" lines lack parameters for root and initrd.
The "Boot with minimal options" line appears more reasonable. From refind use F2 sub menus and see if "Boot to single-user mode" is more successful.
For more information on refind configuration refind
@euromatlox as the kernel panics before mounting the root filesystem how could /etc/fstab stored on the unmounted filesystem be relevant?
Offline
Oops, forgot about this thread (and how I fixed the problem)
I'll just post my updated files and mark as solved.
refind_linux.conf
"Boot with standard options" "archisobasedir=arch archisolabel=ARCH_201604"
"Boot to single-user mode" "archisobasedir=arch archisolabel=ARCH_201604 single"
"Boot with minimal options" "ro root=UUID=7231269f-7cdf-4410-bc08-14339e9469d0"
Folder structure of /boot:
/boot:
EFI initramfs-linux-fallback.img initramfs-linux.img refind_linux.conf vmlinuz-linux
/boot/EFI:
BOOT tools
/boot/EFI/BOOT:
bootx64.efi icons icons-backup keys refind.conf refind.conf-sample
/boot/EFI/BOOT/icons:
arrow_left.png os_crunchbang.png os_mageia.png tool_apple_rescue.png
arrow_right.png os_debian.png os_mandriva.png tool_fwupdate.png
boot_linux.png os_elementary.png os_netbsd.png tool_memtest.png
boot_win.png os_fedora.png os_network.png tool_mok_tool.png
func_about.png os_freebsd.png os_opensuse.png tool_netboot.png
func_csr_rotate.png os_frugalware.png os_redhat.png tool_part.png
func_exit.png os_gentoo.png os_refind.png tool_rescue.png
func_firmware.png os_gummiboot.png os_refit.png tool_shell.png
func_reset.png os_haiku.png os_slackware.png tool_windows_rescue.png
func_shutdown.png os_hwtest.png os_suse.png transparent.png
licenses os_kubuntu.png os_ubuntu.png vol_external.png
os_arch.png os_legacy.png os_unknown.png vol_internal.png
os_centos.png os_linuxmint.png os_win8.png vol_net.png
os_chakra.png os_linux.png os_win.png vol_optical.png
os_chrome.png os_lubuntu.png os_xubuntu.png
os_clover.png os_mac.png svg
/boot/EFI/BOOT/icons/licenses:
cc-3.0.txt gpl-2.0.txt lgpl-3.0.txt
/boot/EFI/BOOT/icons/svg:
boot_win.svg os_elementary.svg os_mac.svg os_refit.svg tool_rescue.png
func_csr_rotate.svg os_gummiboot.svg os_netbsd.svg os_win.svg
os_clover.svg os_haiku.svg os_redhat.svg tool_fwupdate.svg
os_debian.svg os_legacy.svg os_refind.svg tool_memtest.svg
/boot/EFI/BOOT/icons-backup:
arrow_left.png os_crunchbang.png os_mageia.png tool_apple_rescue.png
arrow_right.png os_debian.png os_mandriva.png tool_fwupdate.png
boot_linux.png os_elementary.png os_netbsd.png tool_memtest.png
boot_win.png os_fedora.png os_network.png tool_mok_tool.png
func_about.png os_freebsd.png os_opensuse.png tool_netboot.png
func_csr_rotate.png os_frugalware.png os_redhat.png tool_part.png
func_exit.png os_gentoo.png os_refind.png tool_rescue.png
func_firmware.png os_gummiboot.png os_refit.png tool_shell.png
func_reset.png os_haiku.png os_slackware.png tool_windows_rescue.png
func_shutdown.png os_hwtest.png os_suse.png transparent.png
licenses os_kubuntu.png os_ubuntu.png vol_external.png
os_arch.png os_legacy.png os_unknown.png vol_internal.png
os_centos.png os_linuxmint.png os_win8.png vol_net.png
os_chakra.png os_linux.png os_win.png vol_optical.png
os_chrome.png os_lubuntu.png os_xubuntu.png
os_clover.png os_mac.png svg
/boot/EFI/BOOT/icons-backup/licenses:
cc-3.0.txt gpl-2.0.txt lgpl-3.0.txt
/boot/EFI/BOOT/icons-backup/svg:
boot_win.svg os_elementary.svg os_mac.svg os_refit.svg tool_rescue.png
func_csr_rotate.svg os_gummiboot.svg os_netbsd.svg os_win.svg
os_clover.svg os_haiku.svg os_redhat.svg tool_fwupdate.svg
os_debian.svg os_legacy.svg os_refind.svg tool_memtest.svg
/boot/EFI/BOOT/keys:
/boot/EFI/tools:
/etc/fstab:
#
# /etc/fstab: static file system information
#
# <file system> <dir> <type> <options> <dump> <pass>
# /dev/sda3
UUID=7231269f-7cdf-4410-bc08-14339e9469d0 / ext4 rw,relatime,data=ordered 0 1
# /dev/sda1
UUID=9D77-C7F1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro 0 2
# /dev/sda4
UUID=e3017f3f-85e0-49a9-859d-43ba2eb8a6e9 /home ext4 rw,relatime,data=ordered 0 2
UUID=89c56613-03b2-4bcf-ac7b-128200c54fd7 none swap defaults 0 0
"i guess ive never managed to hang out with girls because there arent many into ricing and stuff"
Offline