怎样将ubuntu当前系统,制作可发布的iso镜像

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了怎样将ubuntu当前系统,制作可发布的iso镜像相关的知识,希望对你有一定的参考价值。

参考技术A 有4种方法第1种:刻盘安装在系统中用刻录软件选择镜像(iso)文件进行刻录。需要准备好:1、刻录软件 2、空的CD-RW一张 3、系统镜像文件。刻录完成后,放入光驱。在CMOS里面把系统启动项调成有光盘启动。就可以安装了。第2种方法用wubi安装Wubi(Ubuntu Installer for Windows)是 时下最流行的Ubuntu安装方式。Wubi的诞生让更多的人能够以安装普通应用软件的方式,在Windows系统中方便的安装使用Ubuntu。使用 Wubi安装出来的Ubuntu系统是真实的物理系统,而非虚拟机;这也就意味着这个Ubuntu系统基本上是以全速运行在你的计算机上的。首先你要做的是从Ubuntu官方网站下 载Ubuntu 8.10的LiveCD安装光盘镜像。你可以把它刻录出来或者直接使用虚拟光驱挂载ISO镜像。我就不介绍怎么使用虚拟光驱了。Windows下有很多虚 拟光驱软件,比如Daemon Tools和Winmount等。挂载ISO或插入光盘,如果你没有Windows XP的关闭自动播放,你将可以看到如下界面。如果你没有看到如下界面,你可以打开光驱,双击“umenu.exe”。点击“在Windows中安装”,将出现安装设置对话框。请选择一个拥有足够空间的分区,分区格式需要是NTFS的,如果安装大小选择4GB,则推荐有 5G以上空闲空间。这里选择安装在D盘。在系统安装完毕后,Ubuntu实际上就位于D:\Ubuntu中。安装大小的设置可根据实际情况确定,这里选择 4GB。安装大小决定着Ubuntu系统分区的大小。如果空间允许,这里可以设置的大一些以便日后在Ubuntu中安装更多软件。再设置下用户名和密码。 其他保持默认即可。点击安装,就开始安装系统了。在经过“漫长”的等待之后,系统将再次自动重启,安装已经完成。这次重启,我们将看到Windows的操作系统选择菜单,上面有一个选项是Ubuntu。把光标移到Ubuntu上,按下回车,你就可以进入Ubuntu系统了。当然,你也可以像往常一样的直接按下回车键进入Windows系统。第3种方法用虚拟机安装准备工具:1、虚拟机软件一份 2、系统镜像 虚拟机装好后,可以直接加载镜像文件进行安装第4种方法通过硬盘安装硬盘安装,是很多没有刻录光驱的用户安装Ubuntu的首选方法。硬盘安装的优势是能实现在无光无软的条件下安装系统。Ubuntu 8.10的硬盘安装也和其他安装方法一样的方便和快捷。事实上,硬盘安装的过程和使用Alternative CD光盘安装的过程基本上完全一致!本文只讲述硬盘安装不同于光盘安装的部分,以节省篇幅。有几点需要注意:下载Alternative CD的ISO,放在一个在安装过程中不需要修改的分区中,推荐放在C盘;为了方便起见,请把光盘镜像直接放在根目录下,且保持原始文件名。好了,我们开始动手安装吧!首先,去Grub for DOS的项目网站下载最新版的WinGrub。之所以选择Wingrub主要是Wingrub的安装和使用都比较方便。(虽然其设置界面复杂到让人无法理解。囧rz)安装Wingrub。安装完成后,启动WinGrub GUI。这时,会让你选择把Grub安装在那个分区。推荐安装在C分区:下面是设置Grub选项,其实是配置menu.list,在“Profile”里选择“default”。其他选项都不用管:选择“Tools” - “Install Grub”:这时弹出“Install Grub”对话框。在下半部分,选择boot.ini,其他保持默认,点击Install:用“记事本”打开C:\Grub\menu.list,添加如下几行,保存修改:title Install Ubunturoot (hd0,0)kernel /vmlinuzinitrd /initrd.gz然后再去Ubuntu的镜像站点下载硬盘安装所需的引导文件:vmlinuz和initrd.gz。通常,最新的vmlinuz和initrd.gz位于[镜像站URL]/ubuntu/dists/[发行版名]/main/installer-[平台]/current/images/hd-media/目录中。对于Ubuntu 8.10,发行版名为intrepid,平台一般为i386。处理完

制作ubuntu16.04 自动安装iso镜像

官网下载Ubuntu镜像安装,交互模式需要手动配置很多东西,为了快速安装,特制作自动安装镜像,方便安装系统。

 

制作方法:

下载官网镜像iso文件:ubuntu-16.04.4-server-amd64.iso (http://mirrors.zju.edu.cn/ubuntu-releases/16.04/ubuntu-16.04.4-server-amd64.iso)

  1. cd /root/
  2. wget http://mirrors.zju.edu.cn/ubuntu-releases/16.04/ubuntu-16.04.4-server-amd64.iso
  3. mkdir mnt
  4. mount ubuntu-16.04.4-server-amd64.iso mnt/
  5. cp -rf ./mnt/* ./mnt/.disk/ ./ubuntu/ #将挂载的镜像目录copy到ubuntu目录中

将镜像文件拷贝出来后,根据以下链接修改相关配置文件:

http://www.linuxdiyf.com/linux/16044.html

1.用以下内容替换isolinux.cfg文件内容(相关说明见上面链接)

cp  ubuntu/isolinux/isolinux.cfg{,.bak}

-------------------------------------------

default autoinstall
prompt 0
timeout 100
menu title Custom Live CD
menu background splash.png
menu color title 1;37;44 #c0ffffff #00000000 std
 label autoinstall
menu label autoinstall - auto install ubuntu
kernel /install/vmlinuz
append initrd=/install/initrd.gz file=/cdrom/preseed/ubuntu-server.seed boot=install debian-installer/locale=en_US console-setup/ask_detect=false keyboard-configuration/layoutcode=us automatic-ubiquity quiet splash --

------------------------------------------------------

2.用以下内容替换ubuntu-server.seed文件内容(相关说明见上面链接)

 

cp  ubuntu/preseed/ubuntu-server.seed{,.bak}

-------------------------------------------------------------------------------------

#locate

d-i debian-installer/locale string en_US
d-i console-tools/archs select true
d-i debian-installer/language string en
d-i debian-installer/country string us

d-i localechooser/supported-locales multiselect en_US.UTF-8, zh_CN.UTF-8
     
#keyboard
d-i console-setup/ask_detect boolean false
d-i console-configuration/layoutcode string us
d-i keyboard-configuration/modelcode string SKIP
     
#clock
d-i clock-setup/utc boolean false
d-i time/zone string Asia/Shanghai
     
#network
d-i netcfg/choose_interface select auto
d-i netcfg/dhcp_failed note
d-i netcfg/dhcp_options select Do not configure the network at this time
d-i netcfg/get_hostname string cc
d-i netcfg/get_domain string cc-domain
d-i netcfg/wireless_wep string
     
# Mirror
     

d-i pkgsel/language-pack-patterns string
d-i pkgsel/install-language-support boolean false
d-i apt-setup/partner boolean true
d-i debian-installer/splash boolean false
d-i oem-config-udeb/frontend string debconf
d-i mirror/http/proxy string
     
    # clock
d-i clock-setup/ntp boolean true
     
    ## set root password

d-i passwd/root-login boolean root
d-i passwd/root-password password root
d-i passwd/root-password-again password root
d-i user-setup/allow-password-weak boolean true
    #user
d-i passwd/root-login boolean false
#d-i passwd/root-password password 123
#d-i passwd/root-password-again password 123
d-i passwd/make-user boolean true
d-i passwd/user-fullname string leo ##用户名
d-i passwd/username string leo ##用户名
d-i passwd/user-password password 123 ##密码
d-i passwd/user-password-again password 123
d-i user-setup/allow-password-weak boolean true
d-i user-setup/encrypt-home boolean false

    ## Disk usage

d-i partman-auto/disk string /dev/sda
#d-i partman-auto/method string lvm
#d-i partman-auto-lvm/guided_size string max
d-i partman-auto/method string regular
d-i partman-lvm/device_remove_lvm boolean true
d-i partman-md/device_remove_md boolean true
d-i partman-lvm/confirm boolean true
d-i partman-lvm/confirm_nooverwrite boolean true
d-i partman-auto/choose_recipe select atomic
d-i partman-partitioning/confirm_write_new_label boolean true
d-i partman/choose_partition select finish
d-i partman/confirm boolean true
d-i partman/confirm_nooverwrite boolean true
#basic system
#d-i base-installer/kernel/linux/initramfs-generators string yaird
     
#package
tasksel tasksel/first multiselect ubuntu-desktop
d-i pkgsel/include string openssh-server build-essential vim landscape-common
d-i pkgsel/update-policy select none
     
#grub
d-i grub-installer/only_debian boolean true
d-i grub-installer/with_other_os boolean true
     
# Finish
d-i finish-install/reboot_in_progress note
oem-config oem-config/steps multiselect language, timezone, keyboard, user, network, tasksroot

 

---------------------------------------------------------------------------------------------

修改完毕后,将ubuntu目录重新打包成iso镜像

mkisofs 命令使用参考这里(http://man.linuxde.net/mkisofs)

mkisofs -R -J -T -v -no-emul-boot -boot-load-size 4 -boot-info-table -b isolinux/isolinux.bin -c isolinux/boot.cat -o auto-ubuntu-16.04.4-server-amd64.iso  ubuntu/

生成的可以自动安装的iso镜像为:auto-ubuntu-16.04.4-server-amd64.iso

 

https://blog.csdn.net/Frank_Abagnale/article/details/78963876

https://blog.csdn.net/jinyuxiaoqiang/article/details/80827497

 

完毕。

 

补充,实践发现,在vmware 的Esxi 上安装ubuntu16.04 使用该镜像可以正常安装启动。

但是在dell服务器上安装   开机后,正常到选择启动项后,找到硬盘后直接黑屏,不显示启动时的那些信息。好像系统没有正确安装一样。

解决方法是 :  Ctrl +Alt +F1   进如tty1   。进如系统后   把/etc/default/grub 里面的GRUB_CMDLINE_LINUX_DEFAULT="quiet" 里面的quiet删掉即可。


























































































以上是关于怎样将ubuntu当前系统,制作可发布的iso镜像的主要内容,如果未能解决你的问题,请参考以下文章

怎样安装ubuntu安装教程

如何将自己当前调试好的Ubuntu系统制作成iso格式镜像文件

将当前的Ubuntu系统封装成为可以安装(发布)的iso镜像

将当前的Ubuntu系统封装成为可以安装(发布)的iso镜像

如何将我当前的Ubuntu系统封装成为可以安装的iso镜像

定制CentOS系统制作ISO镜像