首頁 美術繪圖 | 美術設計 | 熱門標籤 | 首選 | 首頁宣傳 | 近期作品 論壇: 發表 | 美術工作 | 美術比賽 | 展覽活動 | 美術相關 | 一般討論 | 美術同好 CG 討論 :: Photoshop | Painter | 3D 行動 | AMP

【 立即註冊 】 : 更改個人資料 : : 登入

會員名稱: 登入密碼: 保持登入

Install Ubuntu 14.04/16.04 LTS Server @ Serial Console Mode

發表新主題 回覆主題 討論區 Windows, Linux, Perl, PHP, C/C++, Driver, Web 理論、應用、硬體、軟體

| 1頁, 共1
人氣點閱:10700 發表人
Install Ubuntu 14.04/16.04 LTS Server @ Serial Console Mode 2014-12-17 12:41
/ / /

Console Install (A): Using Windows RUFUS to make Ubuntu ISO USB pen disk




Step-1. Download RUFUS, https://rufus.akeo.ie/downloads/ burn ISO into USB-disk

(** You could skip Step-1 if you could attach a real DVD-ROM/CD-ROM install drive **)

Step-2. Use any editor, like ultraeditor or notepad++ to edit
the USB pen drive isolinux/txt.cfg file,

e.g. G:\isolinux\txt.cfg,

@@@ Replace all "quiet" to "console=ttyS0,115200n8" in the append kernel param field @@@

代碼:

default install

label install
     menu label ^Install Ubuntu Server
     kernel /install/vmlinuz
     append  file=/cdrom/preseed/ubuntu-server.seed vga=788 initrd=/install/initrd.gz console=ttyS0,115200n8 --

label cloud
     menu label ^Multiple server install with MAAS
     kernel /install/vmlinuz
     append   modules=maas-enlist-udeb vga=788 initrd=/install/initrd.gz console=ttyS0,115200n8 --



Step-3. Boot with the USB ISO disk, when you see "Error setting up gfxboot"
and the "boot: " prompt, just keyin "install (or cloud)" and press "ENTER" -> "ENTER"

Then you will see the Ubuntu Server installation text menu.


代碼:


Error setting up gfxboot
boot: install
Loading /install/vmlinuz........
Loading /install/initrd.gz............ready.
Undefined video mode number: 314
Press <ENTER> to see video modes available, <SPACE> to continue, or wait 30 sec

(Just press ENTER & ENTER)


  lqqqqqqqqqqqqqqqqqqqqqqqu [!!] Select a language tqqqqqqqqqqqqqqqqqqqqqqqqk
  x                                                                         x
  x Choose the language to be used for the installation process. The        x
  x selected language will also be the default language for the installed   x
  x system.                                                                 x
  x                                                                         x
  x Language:                                                               x
  x                                                                         x
  x                               C                                         x
  x                               English                                   x
  x                                                                         x
  x     <Go Back>                                                           x
  x                                                                         x
  mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqj




Console Install (B): Using unetbootin to make ISO Ubuntu USB pen disk



The "unetbootin" method looks a little bit complex, right?

==> https://github.com/ynkjm/ubuntu-serial-install


Ubuntu-Server-Install-Serial-Console.jpg
Ubuntu-Server-Install-Serial-Console.jpg



________________

美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
Type



繪圖畫廊設計藝廊
攝影相簿留言板
最愛收藏分類標籤
暱稱: Type
註冊: 2002-11-30
發表: 11069
來自: vovo2000.com
V幣: 900687
Re: Install Ubuntu 14.04/16.04 LTS Server @ Serial Console Mode 2017-04-24 15:57
/ / /

UEFI/EFI Ubuntu 16.04.X install in Serial Console



Remove gfxboot & bootlogo @ isolinux.cfg

and make them into serial console with correct baud rate

ref: http://www.tldp.org/HOWTO/Remote-Serial-Console-HOWTO/rhbootdisk.html

代碼:


# D-I config version 2.0
# search path for the c32 support libraries (libcom32, libutil etc.)

# ================= comment begin
# path
# include menu.cfg
# default vesamenu.c32
# prompt 0
# timeout 0
# ui gfxboot bootlogo
# ================= comment end

#
# Add these lines!
#
serial 0 115200
default linux
prompt 1
include menu.cfg
timeout 30


________________

美術插畫設計案子報價系統 v0.1 Beta
爪哇禾雀
Type



繪圖畫廊設計藝廊
攝影相簿留言板
最愛收藏分類標籤
暱稱: Type
註冊: 2002-11-30
發表: 11069
來自: vovo2000.com
V幣: 900687





資訊相關理論、技術、管理、應用、產品等
發表新主題 回覆主題