debian U 디스크 부팅 디스크 만들기
Installing Debian from USB
You can boot the Debian installer from a USB stick and do a net install! A small (64MB) USB flash drive (and recent BIOS) eliminates the need for a CD-ROM drive or a floppy drive. A computer with fewer moving parts has many benefits, including reduced cost and lower energy consumption. This is ideal for servers, and great for small computers that don't have room for extra drives. Use an existing USB-capable Linux computer to prepare the USB stick. Download these files:
1) vmlinuz
2) initrd.gz
3) syslinux.cfg
4) debian-ver-i386-businesscard.iso
In this example, the USB stick is the SCSI device/dev/sda Yours may be different! Make sure to write to the correct device. You could destroy data!
# apt-get install mtools
# apt-get install syslinux
# apt-get install dosfstools
# modprobe usb-storage
# fdisk -l /dev/sda
# mkdosfs -I /dev/sda
# syslinux /dev/sda
# mount /dev/sda /mnt
# cp vmlinuz /mnt
# cp initrd.gz /mnt
# cp syslinux.cfg /mnt
# cp debian-ver-i386-businesscard.iso /mnt
# umount /mnt
# fsck.msdos /dev/sda
Now, on the target machine, set the first boot device in the BIOS to USB-ZIP, insert your USB drive, and away you go!
참조 사이트http://linux.simple.be/debian/install
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
gnu, bsd 명령의 차이를 흡수
linux와 기타 unix, 예를 들어 맥 등 쌍방을 사용합니다
환경적인 사람도 많죠.
이런 상황에서gnu명령일까,bsd명령일까,항상 혼란스러워요.
또한 리눅스에서 데비안 계열은 가wk가 아니라 마wk의 적은 기능이...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.
1) vmlinuz
2) initrd.gz
3) syslinux.cfg
4) debian-ver-i386-businesscard.iso
# apt-get install mtools
# apt-get install syslinux
# apt-get install dosfstools
# modprobe usb-storage
# fdisk -l /dev/sda
# mkdosfs -I /dev/sda
# syslinux /dev/sda
# mount /dev/sda /mnt
# cp vmlinuz /mnt
# cp initrd.gz /mnt
# cp syslinux.cfg /mnt
# cp debian-ver-i386-businesscard.iso /mnt
# umount /mnt
# fsck.msdos /dev/sda
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
gnu, bsd 명령의 차이를 흡수linux와 기타 unix, 예를 들어 맥 등 쌍방을 사용합니다 환경적인 사람도 많죠. 이런 상황에서gnu명령일까,bsd명령일까,항상 혼란스러워요. 또한 리눅스에서 데비안 계열은 가wk가 아니라 마wk의 적은 기능이...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.