메뉴 닫기

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

Subscribe
Notify of
guest
1 Comment
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
선산욱
선산욱
8 years ago

벽뚫했지만 다운로드 주소이니 그냥 두겠습니

1
0
Would love your thoughts, please comment.x
()
x