u盤安裝centos 7.2

在Mac環境下,將Linux的ISO鏡像生成一個Linux的安裝盤,和Linux下差很少,只是Mac下有一些本身的工具。linux

步驟以下:ios

一、在終端下,將ISO鏡像轉換爲DMG格式:centos

$ hdiutil convert -format UDRW -o ~/linux.dmg /tmp/linux.iso工具

二、插入USB盤,而後在終端下,查找該盤的設備名:ui

$ diskutil listcentos7

以上顯示該盤的設備名是: /dev/disk1orm

也能夠經過「磁盤工具」裏面選擇磁盤(不是分區),來查看其信息,得到設備名。ip

三、卸載USB盤(插入時已經自動掛載了),可是不要推出。在終端下:get

$ diskutil umountDisk /dev/disk1 Unmount of all volumes on disk1 was successfulit

也能夠經過「磁盤工具」進行卸載。

四、鏡像上面生成的DMG內容到USB盤,在終端下:

$ sudo dd if=linux.dmg of=/dev/rdisk1 bs=1m

此處要千萬注意,指定的of別寫錯了,不然悔之晚矣。另外,of參數指定的設備名,能夠用上面找到的/dev/disk1,也能夠用/dev/rdisk1,此處的「r」聽說會寫入較快。

另外,若是報錯:「dd: Invalid number `1m'」,多是使用的不一樣版本的dd,能夠換爲bs=1M試試。

若是報錯:「dd: /dev/diskN: Resource busy」,多是上面的步驟中沒有完成卸載USB盤。

五、推出USB盤。在上面複製以後,系統可能會報錯,「此電腦不難讀取能插入的磁盤」,沒必要理會,直接推出便可。也能夠在終端下推出:

$ diskutil eject /dev/disk1

或者在「磁盤工具」裏面推出。

使用該USB盤引導啓動便可進行Linux的安裝。

我這邊是centos7.2因此直接安裝在個人thindpad上面沒問題 若是是比較舊的如7.0 可能不能識別u盤鏡像: 按tab 將命令修改成:>vmlinuz initrd=initrd.img linux dd quiet 查看本身的u盤例如: /dev/sdc

再次啓動 而後將底下的命令改爲:>vmlinuz initrd=initrd.img inst.stage2=hd:/dev/sdc4 quiet

Sdc4得改爲你本身的U盤所對應的名稱,而後回車。若是你沒有輸錯的話就應該會來到選擇語言的界面了,再接着就是圖形化設置界面.

安裝完成,接下來個人thinkpad提示錯誤了,由於我選了gnone界面,但是加載不錯來提示: "A TPM error (6) occurred attempting to read a pcr value"

在ArchLinux論壇找到了答案: just activate the security chip in the bios, that should work, too. similar to what RikT wrote, on my thinkpad the error message was gone after i enabled the security chip in the bios, changing it from inactive to active. so it seems you can get rid of the error message by either activating or disabling the security chip.

I found my Motherboard was doing problem. The same hard disk is running the OS fine on other machine.

把主板上面的security,打開就能夠了. 接下來提示讓我接受協議我選擇c 繼續,就ok了進入漂亮的界面了

相關文章
相關標籤/搜索