Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AMD RAID + Pre-existing LVM/Ubuntu installation #36

Open
VariableDeclared opened this issue Mar 3, 2021 · 4 comments
Open

AMD RAID + Pre-existing LVM/Ubuntu installation #36

VariableDeclared opened this issue Mar 3, 2021 · 4 comments

Comments

@VariableDeclared
Copy link

VariableDeclared commented Mar 3, 2021

Hi,

I realise this is not a recommended setup but realistically if im to maintain a worklife/balance I want this configuration :)

I a pre-existing Ubuntu installation using LVM and I have the DKMS package installed, but when I configure GRUB with modprobe.blacklist=ahci my machine fallsback to Busybox.

I see that the kernel is compaining that it cannot find the disk by UUID. Any suggestions how to resolve this?

Thanks!
Peter

@praxis88
Copy link

praxis88 commented Oct 6, 2021

I also have this problem. I have an LVM install that I have DD'ed onto an rcraid array. mounting everything, chrooting in installing the driver, and generating the FSTAB works just fine. It wont boot.

It complains that it cant find /EFI/whatever fonts, and then tries to locate the disk by UUID and then fails.

It appears that the device is changing UUIDs, breaking the boot chain.

@praxis88
Copy link

praxis88 commented Oct 6, 2021

Upon further investigation the issue appears to be rcraid + encryption. After adding rcraid and regenerating the initramfs, it never bothers to ask for a decryption password. So it goes looking for UUID's of filesystems it cant read.

@VariableDeclared
Copy link
Author

interesting @praxis88 did you find a way to solve it?

@praxis88
Copy link

praxis88 commented Oct 7, 2021

negative, I did a test run on a fresh install without encryption and it booted right up. Something about the driver and encryption arent getting along.

I could have done something wrong within the chroot, but I just chrooted in, installed the dkms module, built it against every kernel, generated a new initramfs for all of them, and updated grub. I never get a decryption password screen, just cant find UUID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants