You are not logged in.

#1 2014-03-04 07:24:13

HalJordan
Member
Registered: 2010-11-17
Posts: 64

Can't get refind to work on new ssd.

It's formatted gpt. first partition is 1G, rest of the 120 is the second partition. I have two like that, and setup sd{a,b}2 in a RAID.
[sdd1 was the original that still works now. sda1 is what I'm trying to get setup now.]

NAME      MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda         8:0    0 111.8G  0 disk  
├─sda1      8:1    0 972.7M  0 part  /boot/efi
└─sda2      8:2    0 110.9G  0 part  
  └─md127   9:127  0 221.6G  0 raid0 /
sdb         8:16   0 111.8G  0 disk  
├─sdb1      8:17   0 972.7M  0 part  
└─sdb2      8:18   0 110.9G  0 part  
  └─md127   9:127  0 221.6G  0 raid0 /
sdc         8:32   0 931.5G  0 disk  
└─sdc1      8:33   0 931.5G  0 part  /home
sdd         8:48   0 465.8G  0 disk  
├─sdd1      8:49   0     1G  0 part  /boot2/efi
└─sdd2      8:50   0 464.8G  0 part  
sr0        11:0    1   492M  0 rom 

root@home /boot/efi # tree /boot{,2} --filelimit 10
/boot
├── efi
│   └── EFI
│       ├── arch
│       │   ├── initramfs-arch-fallback.img
│       │   ├── initramfs-arch.img
│       │   ├── refind_linux.conf
│       │   └── vmlinuz-arch.efi
│       ├── ck
│       │   ├── initramfs-arch-fallback.img
│       │   ├── initramfs-arch.img
│       │   ├── refind_linux.conf
│       │   └── vmlinuz-arch.efi
│       └── refind
│           ├── drivers-disabled
│           │   ├── btrfs_x64.efi
│           │   ├── ext2_x64.efi
│           │   ├── ext4_x64.efi
│           │   ├── hfs_x64.efi
│           │   ├── iso9660_x64.efi
│           │   └── reiserfs_x64.efi
│           ├── drivers_x64
│           │   └── btrfs_x64.efi
│           ├── icons [53 entries exceeds filelimit, not opening dir]
│           ├── icons-backup [45 entries exceeds filelimit, not opening dir]
│           ├── keys
│           │   ├── altlinux.cer
│           │   ├── canonical-uefi-ca.der
│           │   ├── fedora-ca.cer
│           │   ├── openSUSE-UEFI-CA-Certificate.cer
│           │   ├── refind.cer
│           │   └── SLES-UEFI-CA-Certificate.cer
│           ├── refind.conf
│           ├── refind.conf-sample
│           └── refind_x64.efi
├── initramfs-linux-ck-fallback.img
├── initramfs-linux-ck.img
├── initramfs-linux-fallback.img
├── initramfs-linux.img
├── refind_linux.conf
├── vmlinuz-linux
└── vmlinuz-linux-ck
/boot2
├── efi
│   └── EFI
│       ├── arch
│       │   ├── initramfs-arch-fallback.img
│       │   ├── initramfs-arch.img
│       │   ├── refind_linux.conf
│       │   └── vmlinuz-arch.efi
│       ├── ck
│       │   ├── initramfs-arch-fallback.img
│       │   ├── initramfs-arch.img
│       │   ├── refind_linux.conf
│       │   └── vmlinuz-arch.efi
│       └── refind
│           ├── drivers-disabled
│           │   ├── btrfs_x64.efi
│           │   ├── ext2_x64.efi
│           │   ├── ext4_x64.efi
│           │   ├── hfs_x64.efi
│           │   ├── iso9660_x64.efi
│           │   └── reiserfs_x64.efi
│           ├── icons [45 entries exceeds filelimit, not opening dir]
│           ├── refind.conf
│           ├── refind.conf-sample
│           └── refind_x64.efi
├── initramfs-linux-ck-fallback.img
├── initramfs-linux-ck.img
├── initramfs-linux-fallback.img
├── initramfs-linux.img
├── refind_linux.conf
├── vmlinuz-linux
└── vmlinuz-linux-ck

(NOTE :: To save space I took out dirs with >10 items. that was only the icons dir, and matched between them.)
sdd1(boot2) works, and can boot to the raid0 array on sd{a,b}2 just fine. but I get nothing but a big black blank screen for maybe half a second before my bios skips on to the next link in the boot chain when I use the refind menu option that points to sda1...

root@home /boot/efi # efibootmgr 
BootCurrent: 0002
Timeout: 3 seconds
BootOrder: 0000,0003,0004,0005,0002,0002
Boot0000* rEFInd-SSD
Boot0001* Hard Drive
Boot0002  rEFInd-Arch
Boot0003* UEFI: ASUS    DRW-24B1ST   a
Boot0004* Hard Drive
Boot0005* CD/DVD Drive

What am I missing?

[EDIT For formatting... d'oh]

Last edited by HalJordan (2014-03-04 07:25:33)

Offline

Board footer

Powered by FluxBB