admin 管理员组文章数量: 887021
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:
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!
版权声明:本文标题:linux debian u盘安装,制作debian U盘启动盘 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.freenas.com.cn/jishu/1726289613h930481.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论