메뉴 닫기

Ubuntu에서 OS를 soft Raid로 구성시 나타나는 버그 픽스.

no-bugs

OSSoft Raid 로 설정후 부팅시 에러 메세지를 볼 수 있는데, 이는 에러가 아닌 LTS 버전에서 나타나는

버그입니다.

bug

위처럼 diskfilter writes are not supported 라는 오류가 발생하는데, 단순한 버그 이며 5초뒤엔 정상적으로 부팅이 됩니다.

이 버그의 픽스 방법은 다음과 같습니다.

Download

#wget https://gist.githubusercontent.com/rarylson/da6b77ad6edde25529b2/raw/99f266a10e663e1829efc25eca6eddb9412c6fdc/00_header_patched

 

Apply

#mv /etc/grub.d/00_header /etc/grub.d/00_header.orig

#mv 00_header_patched /etc/grub.d/00_header

 

Disable the old script and enable the new one

#chmod -x /etc/grub.d/00_header.orig

#chmod +x /etc/grub.d/00_header

 

Update Grub

#update-grub

1 Comment

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 항목은 *(으)로 표시합니다