您好,登錄后才能下訂單哦!
本篇內容介紹了“怎么用UNetBootin制作CentOS的USB安裝盤”的有關知識,在實際案例的操作過程中,不少人都會遇到這樣的困境,接下來就讓小編帶領大家學習一下如何處理這些情況吧!希望大家仔細閱讀,能夠學有所成!
據說有人愿意贊助我300多元去制作一個校園的Linux服務器,這個價錢,就夠一臺二手主機,湊著用就好!
周二下午去崗頂看一下二手貨,順便在我的U盤上放一個CentOS安裝文件,這樣可以在店家那里測試一下USB安裝系統。
經歷多番波折,終于制作好了CentOS的USB安裝盤。我用的是CentOS6.0的Minimal版本的iso安裝文件,寫入U盤使用UNetBootin這個工具。
具體步驟如下:
1、安裝UNetBootin
root@xiaoxia-pc:~# apt-get install unetbootin
2、下載CentOS鏡像文件
我喜歡先安裝基本系統,然后網上安裝軟件,這樣能保持系統精簡,所以我使用體積比較小的minimal版本。我是在網易的源上下載的,教育網用戶可以在教育網站點下載。
http://mirrors.163.com/centos/6/isos/i386/CentOS-6.0-i386-minimal.iso
3、格式化U盤
我第一次制作CentOS安裝盤的時候,沒料到安裝不會從U盤里尋找鏡像的,只有cdrom,hard drive,nfs這些選擇,沒有usb,所以導致安裝無法進行。
解決辦法是,給usb分區,讓系統把usb媒介識別為硬盤。
插入U盤后,查看U盤的設備文件。
root@xiaoxia-pc:~/test# dmesg |tail
[47750.801304] scsi 12:0:0:0: Direct-Access General USB Flash Disk 1100 PQ: 0 ANSI: 0 CCS
[47750.802578] sd 12:0:0:0: Attached scsi generic sg3 type 0
[47750.803043] sd 12:0:0:0: [sdc] 15722496 512-byte logical blocks: (8.04 GB/7.49 GiB)
[47750.804222] sd 12:0:0:0: [sdc] Write Protect is off
[47750.804231] sd 12:0:0:0: [sdc] Mode Sense: 43 00 00 00
[47750.804236] sd 12:0:0:0: [sdc] Assuming drive cache: write through
[47750.808036] sd 12:0:0:0: [sdc] Assuming drive cache: write through
[47750.809045] sdc:
[47750.811045] sd 12:0:0:0: [sdc] Assuming drive cache: write through
[47750.811056] sd 12:0:0:0: [sdc] Attached SCSI removable disk
格式化U盤,使用fdisk給U盤分區。
root@xiaoxia-pc:~/test# fdisk /dev/sdc Command (m for help): o Building a new DOS disklabel with disk identifier 0x7e4c7a0e. Changes will remain in memory only, until you decide to write them. After that, of course, the previous content won't be recoverable. Warning: invalid flag 0x0000 of partition table 4 will be corrected by w(rite) Command (m for help): n Command action e extended p primary partition (1-4) p Partition number (1-4): 1 First cylinder (1-1022, default 1): Using default value 1 Last cylinder, +cylinders or +size{K,M,G} (1-1022, default 1022): Using default value 1022 Command (m for help): p Disk /dev/sdc: 8049 MB, 8049917952 bytes 248 heads, 62 sectors/track, 1022 cylinders Units = cylinders of 15376 * 512 = 7872512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x7e4c7a0e Device Boot Start End Blocks Id System /dev/sdc1 1 1022 7856112 83 Linux Command (m for help): a Partition number (1-4): 1 Command (m for help): w The partition table has been altered! Calling ioctl() to re-read partition table. Syncing disks.
重新插入U盤,可以看到有U盤分區了。用fat來格式化分區,并mount之。
root@xiaoxia-pc:~/test# ls /dev/sdc*
/dev/sdc /dev/sdc1
root@xiaoxia-pc:~/test# mkfs.vfat /dev/sdc1
mkfs.vfat 3.0.9 (31 Jan 2010)
root@xiaoxia-pc:~/test# mount /dev/sdc1 /mnt
4、使用UNetBootin制作安裝啟動盤。
啟用UNetBootin,界面如下,選擇使用光盤鏡像。
點“確定”后開始復制文件,
安裝完畢!無須重啟直接退出。
查看U盤文件大小,只有287MB哦!!!
到此,CentOS的USB安裝盤制作成功!
============================================================
加一句,要安裝成功,還需要把ISO文件復制到USB安裝盤的根目錄下,不然會在安裝過程中,遇到無法找到鏡像的問題。如下
Missing ISO 9660 image
The installer has tried to mount image # 1. but cannot find it on the hard drive.
Please copy this image to the drive and click Retry. Click Exit to abort the installation.
“怎么用UNetBootin制作CentOS的USB安裝盤”的內容就介紹到這里了,感謝大家的閱讀。如果想了解更多行業相關的知識可以關注億速云網站,小編將為大家輸出更多高質量的實用文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。