Grub ile Sistem Açılış Disketi Hazırlamak

Linux'ta açılış disketi nasıl hazırlanır?

root olarak konsoldan
#cd /boot/grub
# cat stage1 stage2 | dd of=/dev/fd0

Bu şekilde de yapabiliriz


#cat stage1 stage2 >boot
#cat boot >/dev/fd0

bu şekilde de olabilir

# dd if=stage1 of=/dev/fd0 bs=512 count=1
# dd if=stage2 of=/dev/fd0 bs=512 seek=1

Bunlardan Hangisi kolayınıza geliyorsa o şekilde yazdırabilirsiniz.
Daha sonra bu hazırlamış olduğumuz disketle pcnizi açın Komut satırı gelecektir.
Bu şekilde.

grub>

Evet sistemi açmak için vermemiz gereken komut bu biçimde olmalıdır

grub>kernel (hd0,6) /boot/vmlinuz vga=791 ro splash=silent root=/dev/hda6

grub>initrd (hd0,5)/boot/initrd

grub>boot

İşte bu kadar grub sizin için sistemi yükleyecektir.

Bu adreste de hazır Grub disketi bulunuyor.
http://www.update.uu.se/~ams/home/slask/GNU/grub.img

Diskete yazdırmak için.
dd if=grub.img of=/dev/fd0
Hepsi Bu kadar.
Kolaylıklar.

Yorum Gönder

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

Author Name

İletişim Formu

Ad

E-posta *

Mesaj *

Blogger tarafından desteklenmektedir.