Langkah 1.
buat folder sebagai mount point dari file iso yang akan di mount.
sudo mkdir -p /media/disk1 /media/disk2 /media/disk3
/media/disk4 /media/disk5
Langkah 2.
mount repository berbentuk iso ke folder yang telah di buat.
sudo mount -o loop /tempat repository1.iso/ /media/disk1
sudo mount -o loop /tempat repository2.iso/ /media/disk2
sudo mount -o loop /tempat repository3.iso/ /media/disk3
sudo mount -o loop /tempat repository4.iso/ /media/disk4
sudo mount -o loop /tempat repository5.iso/ /media/disk5
Langkah 3.
Ubah file source.list di /etc/apt/
tambahkan symbol pagar di depan semua yang belum di beri pagar
contoh :
deb http://dl2.foss-id.web.id/ubuntu hardy main restricted universe multiverse
menjadi
#deb http://dl2.foss-id.web.id/ubuntu hardy main restricted universe multiverse
Langkah 4.
Tambahkan baris ini ke dalam source.list di /etc/apt/
deb file:/media/disk1 hardy main restricted
deb file:/media/disk2 hardy main multiverse universe
deb file:/media/disk3 hardy universe
deb file:/media/disk4 hardy universe
deb file:/media/disk5 hardy universe
Langkah 5.
jalankan apt-get update
buka terminal,
ketikkan : sudo apt-get update
kalau sudah selesai, jalan kan synaptic dan install yang ingin di install.
Showing posts with label ubuntu. Show all posts
Showing posts with label ubuntu. Show all posts
Saturday, June 12, 2010
Create & Change SplashImage for GRUB in Ubuntu
before we start, you need :
- file with *.xpm.gz format type
(http://easylinux.info/uploads/ubuntu.xpm.gz)
if you want to use your own pic, you'll need :
- Image Editor (ImageMagick | there are some at ubuntu repository)
Splash Image would show when we get to the boot menu (when we choose the OS we'd like to use)
Make your own .xpm.gz file
open terminal, execute this command :
convert -resize 640X480 -colors 14 file_name.(jpg/jpeg/png) file_name.xpm && gzip file_name.xpm.gz
if no error, file with .xpm.gz would show on the path you use up there
after that,
create some directory at /boot/grub/
sudo mkdir /boot/grub/images/
move the file we just created to that directory
sudo cp nama_file.xpm.gz /boot/grub/images/
don't forget to change the ownership to root
make some backup for file menu.lst
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
change the content of file menu.lst by using any editor you're friendly with
gksudo (gedit/vim/vi/dll) /boot/grub/menu.lst
find this part,
# menu.lst - see : grub(8), info grub, update-grub(8),
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
insert this line onto that file, anywhere.
splashimage (hd0,0)/boot/grub/images/file_name.xpm.gz
* I assumed that hd0,0 was location of ubuntu boot
when you're done, save and reboot your komputer...
Happy Trying
- file with *.xpm.gz format type
(http://easylinux.info/uploads/ubuntu.xpm.gz)
if you want to use your own pic, you'll need :
- Image Editor (ImageMagick | there are some at ubuntu repository)
Splash Image would show when we get to the boot menu (when we choose the OS we'd like to use)
Make your own .xpm.gz file
open terminal, execute this command :
convert -resize 640X480 -colors 14 file_name.(jpg/jpeg/png) file_name.xpm && gzip file_name.xpm.gz
if no error, file with .xpm.gz would show on the path you use up there
after that,
create some directory at /boot/grub/
sudo mkdir /boot/grub/images/
move the file we just created to that directory
sudo cp nama_file.xpm.gz /boot/grub/images/
don't forget to change the ownership to root
make some backup for file menu.lst
sudo cp /boot/grub/menu.lst /boot/grub/menu.lst_backup
change the content of file menu.lst by using any editor you're friendly with
gksudo (gedit/vim/vi/dll) /boot/grub/menu.lst
find this part,
# menu.lst - see : grub(8), info grub, update-grub(8),
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
insert this line onto that file, anywhere.
splashimage (hd0,0)/boot/grub/images/file_name.xpm.gz
* I assumed that hd0,0 was location of ubuntu boot
when you're done, save and reboot your komputer...
Happy Trying
Subscribe to:
Posts (Atom)
Search
Custom Search