help-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: boot error: zfs + luks + grub


From: Andrei Borzenkov
Subject: Re: boot error: zfs + luks + grub
Date: Mon, 11 Jul 2016 19:17:33 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0

11.07.2016 19:01, James пишет:
> Andrei,
> 
> Many thanks - this does indeed appear to be the problem.
> 
> grub rescue> ls
> (hd0) (hd0,msdos2) (hd0,msdos1) (hd1) (hd1,msdos2) (hd1,msdos1) (hd2)
> (hd2,msdos2) (hd2,msdos1) (hd3) (hd3,msdos2) (hd3,msdos1) (crypto3)
> (crypto2) (crypto1) (crypto0) (proc)
> 
> I've attached the dmesg output here: http://pastebin.com/raw/GRVEdVYS
> 
> Any thoughts on why GRUB doesn't see all of the disks?
> 


Because BIOS does not show them. GRUB is using BIOS services by default
to access devices so it can see only what BIOS shows. You are better off
asking this question on VirtualBox support list.

You could try to install GRUB using "grub-install --disk-module=native
...". This will use AHCI driver instead of asking BIOS. It may work,
although there were reports that VirtualBox crashes in this case.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]