sun's longitude:300 37 18.53 
· 자유게시판 · 묻고답하기 · 알파문서 · RPMS list
· 사용자문서 · 팁/FAQ모음 · 리눅스Links · 자료실
· 서버정보 · 운영자 · Books/FAQ · FreeBSD
/board/delete.php:소스보기  
알파문서
자주 잊어먹거나, 메모해 둘 필요성이 있는 팁이나 문서, 기타 등등
[*** 쓰기 금지단어 패턴 ***]
글 본문 중간에 업로드할 이미지를 추가하는 방법 : @@이미지이름@@
ex) @@foo.gif@@
 ★ 글 지우기 항목입니다. 한번 더 생각하시고 결정하십시오.!!!
제목 137 : How to make a RedHat boot cd for network
 이름  산이 [홈]http://linuxchannel.net/
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 .
2005년 10월 27일 21:35:14 목(저녁)  from 58.231.29.16
0
암호: 공용 보안 SSL 서버가 준비되기 전까지는 off 합니다

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

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