grub 에 splashimage 나타내기.
Linux/Linux 일반 :
2009. 2. 16. 13:39
반응형
#vi /boot/grub/menu.lst
splashimage=(hd0,1)/boot/grub/splash.xpm.gz
출처 : http://engenius.tistory.com/entry/grub-splashimage
다음의 명령을 입력한다.
$ sudo apt-get install grub-splashimages
그러면 다음의 디렉토리에 splash image들이 생성된다.
/boot/grub/splashimages
.이 후, 마음에 드는 이미지를 아래의 명령어와 같이 링크를 한 후 업데이트를 하면 끝!
$cd /boot/grub
$sudo ln -s splashimages/debsplash.xpm.gz splash.xpm.gz
$sudo update-grub
이 외에도 다음 페이지를 참고하면 자세한 설명이 있다.
http://quddls.tistory.com/6
http://ruslug.rutgers.edu/~mcgrof/grub-images/
반응형
'Linux > Linux 일반' 카테고리의 다른 글
우분투 네트워크 bonding (2) | 2009.02.16 |
---|---|
LGPL (0) | 2009.02.16 |
GPL (0) | 2009.02.16 |