grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] 10_linux: avoid multi-device root= kernel argument


From: Andrei Borzenkov
Subject: Re: [PATCH] 10_linux: avoid multi-device root= kernel argument
Date: Mon, 1 Feb 2016 20:16:10 +0300
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1

01.02.2016 00:17, Juan Orti Alcaine пишет:
> 2016-01-28 17:46 GMT+01:00 Andrei Borzenkov <address@hidden>:
>> If root filesystem is multidev btrfs, do not attempt to pass all devices as
>> kernel root= argument. This results in splitting command line in GRUB due to
>> embedded newline and even if we managed to quote it, kernel does not know how
>> to interpret it anyway. Multidev btrfs requires user space device scanning,
>> so passing single device would not work too.
>>
>> This still respects user settings GRUB_DISABLE_LINUX_UUID. Not sure what we
>> should do in this case.
>>
>> Closes: 45709
>>
> 
> This patch fixes my problem reported here:
> https://bugzilla.redhat.com/show_bug.cgi?id=1294532
> Now, the kernel root option is correctly generated as root=UUID=xxxx
> instead of the broken multiline list of devices as before.
> 
> Thank you.
> 
Thank you and Michael for testing. Pushed.



reply via email to

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