오늘은 대한입니다.
sun's longitude:299 44 13.32 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/read.php:소스보기  
알파문서
자주 잊어먹거나, 메모해 둘 필요성이 있는 팁이나 문서, 기타 등등
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
137 번 글: How to make a RedHat boot cd for network
글쓴이: 산이 [홈페이지] 글쓴날: 2005년 10월 27일 21:35:14 목(저녁) 조회: 3912
How to make a RedHat boot cd for network install

http://linuxlab.dk/tipsntricks/netcd

Problem
On a machine with no floppy drive, how do I start a Red Hat network installation? 

Solution:
Make a special CD, using the bootnet.img floppy image as the boot image. 
Copy the RedHat install CDROM (cd no. 1) to your harddisk: 
mkdir myinstallcd
mount /mnt/cdrom
cp -r /mnt/cdrom myinstallcd

Copy the boot image you want, to myinstallcd/dosutils/autoboot/cdboot.img . E.g if
you want the standard bootnet.img: 
cp myinstallcd/images/bootnet.img myinstallcd/dosutils/autoboot/cdboot.img

Or if you have a custom boot floppy image, use that one. 

Delete the file "boot.cat" since a new one will be created when you make
the iso: 
rm myinstallcd/boot.cat

Make the iso image: 
mkisofs  -b dosutils/autoboot/cdboot.img -c boot.cat -r -o myinstallcd.iso
myinstallcd/

Burn the cd with your favorite CD writer program, e.g 
cdrecord -v speed=16 dev=0,0,0 -data myinstallcd.iso

Boot from the cd, you will get the same as if you had booted from the floppy image
you put on the cd. 

hm@itu.dk

----------------

http://www.tldp.org/HOWTO/RedHat-CD-HOWTO/

$ mkdir /images-destination-dir
$ mkisofs  -r  -J  -T  -v  -V "Red Hat 9 (Shrike) disc 1" \
  -c isolinux/boot.cat  -b isolinux/isolinux.bin -no-emul-boot \
  -boot-load-size 4 -boot-info-table \
  -o /images-destination-dir/i386-disc1.iso .

-----

$ mkdir /images-destination-dir
$ mkisofs  -r  -J  -T  -v  -V "Red Hat 7.3 (Valhalla) disc 1" \
  -c boot.cat  -b dosutils/autoboot/boot.img \
  -o /images-destination-dir/i386-disc1.iso .

 
이전글 : network toolbox
다음글 : Ganglia -- monitoring system  
 from 58.231.29.16
JS(Redhands)Board 0.4 +@

|글쓰기| |답장쓰기| |수정| |삭제|
|이전글| |다음글| |목록보기|
인쇄용 

apache lighttpd linuxchannel.net 
Copyright 1997-2026. linuxchannel.net. All rights reserved.

Page loading: 0.01(server) + (network) + (browser) seconds