用U盘安装Fedora的详细步骤

合集下载

Fedora 10也来个U盘安装版

Fedora 10也来个U盘安装版

Fedora 10也来个U盘安装版(1)用liveusb-creator-2.7这个软件制作liveUSB。

下载地址:https:///releases/l/i/liveusb-creator/liveusb-creator -2.7.zip(2)我们这次利用的是unetbootin软件来辅助安装Fedora 10 的 U盘live 版。

下载地址:如果下载不来请复制到迅雷中下载。

这里提供的是Windows版,此软件也有linux版本。

用法相似。

/unetbootin-windows-latest.exe 下载ISO镜像。

linux/releases/10/Live/i686/F10-i686-Live.iso"/pub/fedora/linux/releases/10/Li ve/i686/F10-i686-Live.iso下面的图示都很简单了,选择ISO,插上U盘,只是注意要用live版的ISO 就好了。

安装后,U盘的文件列表。

现在重启启动电脑,我选择USB-ZIP启动就okay了。

英文版的:今天我们学习下在Windows下硬盘安装Ubuntu8.04的最简单方法,用本方法的UNetbootin还可以安装其他Linux和FreeBSD发行版。

此方法对新手来讲可以说是最简单、安全、可靠、便捷、速度快,而且无须光驱或者优盘等引导,也免去了我们手动设置GRUB、更改C盘数据的麻烦与误操作的可能性,应该说优于Wubi等其他的安装方式,绝对是目前最佳硬盘安装方法。

1、首先下载Ubuntu光盘映象ubuntu-8.04-desktop-i386.iso到硬盘。

2、下载UNetbootin,有两个版本,有Windows或Linux版本的,因为现在在XP下硬盘安装Ubuntu 8.04。

所以下载FOR Windows版本的。

下载地址:/Linux/2008-10/16399.htm3、在Windows XP中把下载下来的unetbootin-windows-191.exe运行下,选择光盘映像Ubuntu-8.04-desktop-i386.iso在你硬盘中的位置,确定。

Fedora操作系统安装配置规范

Fedora操作系统安装配置规范

Fedora操作系统安装配置规范
本文档旨在提供Fedora操作系统安装和配置的规范步骤及建议。

以下是安装和配置Fedora操作系统的步骤:
2. 创建安装介质
- 使用合适的软件将镜像文件写入USB闪存驱动器或光盘。

- 确保创建的安装介质与您的计算机兼容。

3. 安装Fedora操作系统
- 将安装介质插入计算机并启动计算机。

- 根据屏幕上的指导,选择安装Fedora操作系统的语言、时区
和键盘布局等选项。

- 选择适合您的需求的磁盘分区方案。

- 设置计算机的主机名和网络配置信息。

- 创建一个管理员账户并设置密码。

4. 更新系统和安装必要的软件
- 完成安装后,通过终端或图形界面更新系统软件。

- 安装所需的软件包,例如Web服务器、数据库管理系统等。

5. 配置系统设置
- 根据需要调整系统的外观和行为。

- 配置网络设置,包括IP地址、DNS服务器等。

- 配置安全设置,例如防火墙和SELinux。

6. 测试系统功能
- 检查系统的各项功能,确保一切正常工作。

- 确保所需的软件和服务都正常运行。

本文档提供了Fedora操作系统的安装和配置规范,以帮助用户按照简单的步骤自行完成安装和配置过程。

根据实际需求,可能还需要进行其他特定配置和安装特定软件的操作。

fedora的用法 -回复

fedora的用法 -回复

fedora的用法-回复Fedora是一个基于Linux操作系统的发行版,它注重开源、创新和社区驱动。

本文将详细介绍Fedora的用法,并提供一步一步的指导,帮助用户了解如何安装、配置和使用Fedora系统。

第一步:下载和安装Fedora要使用Fedora,您首先需要将其下载到您的计算机并进行安装。

您可以在Fedora官方网站(1.1 下载Fedora:打开Fedora官方网站,您会看到几个不同版本的Fedora可供选择。

根据您的计算机的体系结构选择适当的版本(32位或64位)。

如果您不确定自己的计算机的位数,请按下Win + X键,然后选择"系统"。

在系统窗口中,查找系统类型,并相应地选择32位或64位Fedora版本。

1.2 创建安装介质:完成下载后,您将得到一个ISO文件。

您可以将此ISO 文件刻录到光盘上,或使用专用软件(如Rufus)将其制作成可引导的USB 驱动器。

1.3 安装Fedora:将ISO文件的安装介质插入计算机,并启动计算机。

确保在BIOS设置中将引导顺序设置为光盘或USB驱动器。

一旦计算机从安装介质启动,您将看到Fedora的安装程序。

按照屏幕上的提示进行操作,选择所需的语言、时区、键盘布局等。

第二步:配置Fedora系统在成功安装Fedora后,您需要进行一些基本的系统配置,以确保它与您的需求和偏好相匹配。

2.1 更新系统:在安装完Fedora后,首先要做的是更新系统以获取最新的软件包和安全补丁。

打开终端(通过键盘上的Ctrl + Alt + T组合键或通过Fedora主菜单中的终端应用程序),然后运行以下命令:sudo dnf update2.2 安装额外的软件包:Fedora默认只安装了一些基本的软件包,如果您需要其他软件(如媒体播放器、图形编辑器等),可以使用DNF(Fedora 的包管理器)安装它们。

例如,您可以使用以下命令安装VLC播放器:sudo dnf install vlc2.3 配置硬件和驱动程序:如果您的计算机有特殊的硬件要求或需要额外的驱动程序,可以使用Fedora提供的配置工具来设置和管理它们。

fedora-14-U盘安装

fedora-14-U盘安装

****************************U盘安Fedora 14文档一***************************U盘安装Fedora 14 (初学者请进)1:下载一个Fedora 14-DVD. ISO镜像地址:../../news/html/?408.html下载一个unetbootin-0-8.49 文件地址:/2:unetbootin-0-8.49写入U盘3:把镜像images里面的install.img 和syslinux里面的initrd.img 、vmlinuz复制到U盘根目录4:把Fedora 14-DVD. ISO镜像复制到U盘根目录5:重启安装吧,地球人都知道!!!<待测试>****************************U盘安Fedora 14文档二*************************** 最近想玩玩linux,我的传统方法就是刻盘。

不过最近电脑光驱貌似有问题,不是读盘慢的要死就是刻出来的盘老出错,实在受不了了决定用U盘安装~网上U盘安装的教程很多,不外乎三种:1, 将U盘安装grub4dos,然后再将几个文件拷到U盘里面.主要是内核还有个初始化的东西,具体的没看懂,我也没试...2,用类似liveusb-creator的工具将U盘做成启动盘,简单易行,就是有时候不成功~ 3,直接用UltraISO把光盘镜像解压到U盘(启动-->写入硬盘映像-->HDD或者HDD+方式),用这个方法安装Ubuntu 10.04 X64成功,却安不上Fedora13和Ubuntu X86其实这所有的方法原理都是先将U盘做成启动盘,然后再引导U盘进入到镜像文件(一般都是.ISO文件),等开始了就跟光盘安装一样了我试验成功的方法就是第三种,自认为是最为简单可靠的方法。

不过安装Fedora的时候会提示缺少image#1,这里是关键!!!这时需要把.ISO文件也拷到U盘根目录下。

如何在电脑上安装和优化Fedora操作系统

如何在电脑上安装和优化Fedora操作系统

如何在电脑上安装和优化Fedora操作系统Fedora操作系统是一个基于Linux的开源操作系统,它具有稳定性强、安全性高以及易于定制等特点,因此被广泛应用于服务器和个人计算机。

本文将向您介绍如何在电脑上安装和优化Fedora操作系统,以便充分发挥其功能和性能。

一、准备安装所需的设备和软件在开始安装Fedora操作系统之前,确保您拥有以下设备和软件:1. 一台电脑:确保您的电脑满足Fedora操作系统的最低系统要求,如64位处理器、至少2GB RAM和20GB可用磁盘空间等。

2. Fedora操作系统的安装镜像:您可以从Fedora的官方网站上下载最新的Fedora安装镜像,通常是一个ISO文件。

3. USB闪存驱动器或可写入DVD:用于将Fedora安装镜像写入,以便引导和安装。

二、制作Fedora安装介质1. 如果您选择使用USB闪存驱动器,您可以下载并使用UNetbootin等工具将Fedora安装镜像写入该闪存驱动器。

如果您选择使用DVD,您可以使用Windows或其他刻录软件将ISO文件写入可写入DVD。

2. 确保在制作安装介质之前备份您的重要数据,并确保闪存驱动器或DVD是空的,以防止数据丢失。

三、安装Fedora操作系统在制作好安装介质后,您可以按照以下步骤在电脑上安装Fedora操作系统:1. 将闪存驱动器插入电脑的USB接口,或将可写入DVD插入光驱。

2. 重新启动电脑,并确保在BIOS设置中将闪存驱动器或DVD设置为首选启动设备。

3. 在Fedora的引导菜单中,选择"Install Fedora"(安装Fedora),然后按照屏幕上的指示进行操作。

您可以选择安装新的Fedora系统或升级现有的系统。

4. 在安装过程中,您需要选择安装目标硬盘并确定分区方案。

您可以选择自动分区或手动分区,根据您的需求进行设置。

5. 完成所有安装设置后,点击"Begin Installation"(开始安装)。

RedhatU盘安装图解详细过程

RedhatU盘安装图解详细过程

Redhat U盘安装详细图解过程前一阵子,由于服务器没有光驱,手头也没有移动光驱,只能考虑通过U盘安装Redhat 系统,但是在安装的过程中对于新手总会出现一些问题,现在作者将详细的安装过程以图片的方式展示出来,供大家分享。

这里要注意的重要问题是,默认情况下,系统的引导文件会默认写入U盘,就会出现系统安装完成后,必须接上U盘才能引导系统,要解决该问题,必须在安装过程中手动指定引导文件写入的位置,为本地硬盘而非U盘。

第一部分制作U盘镜像(如果你已经有了镜像,可以省去这一步)1.首先从光盘获得或者网络下载,获得Redhat安装文件。

2.下载镜像制作软件,我这里使用UltraISO,网上可以下载,有很多,软件体积很小,一般该软件可能要注册,这里分享一个网上的注册号:王涛,7C81-1689-4046-626F。

3.“文件”-“新建”,linux映像。

4.重命名镜像,当然也可以不用这一步,只是命了名字,看起来舒服些,呵呵。

5.在下方的“本地目录”窗口,找到你的安装文件夹,单击,在右侧就可以看到这些文件了。

6.全部选定右侧窗口的文件,拖动至上方的窗口。

7.最后点击“文件”-“保存”,保存ISO文件。

第二部分启动文件写入U盘1.在你下载的安装文件或者光盘中的Redhat安装文件中,找到images文件下的boot.iso 镜像文件,利用UltraISO(网上可下载,序列号可参考第一部分)直接打开。

(如果你下载的是镜像文件,可以先使用UltraISO打开,然后提取boot.iso文件)打开boot.iso文件后,会看到如下文件。

2.然后利用“启动”-“写入硬盘镜像”,将该文件写入U盘,具体的区别,我也没有仔细研究,但是我发现这两种方式好像都可以,还有“便捷启动”按钮后面还有很多的选这里的驱动器,就是你的U 盘哦项,具体的东西,童鞋们可以自己去研究了。

3.最后点击“写入”就会弹出对话框,注意,您U盘的文件一定要记得备份,否则会全部丢失,U盘的大小,最好在4G或4G以上。

Fedora16硬盘安装

Fedora16硬盘安装

硬盘安装Fedora16全过程(f15到f16)一、从Fedora15安装Fedora16。

从Fedora15开始安装镜像ISO文件中不再有install.img,可能是为了节约空间,因此在使用非光盘安装时,会出现要求配置网络的问题,所以不能再像Fedora14一样安装以后的版本。

安装教程如下:1.从Fedora官网上下载DVD ISO放在/home/user/f16文件夹下(注意:镜像不能改名,不能解压)说明:user为保存ISO文件的用户名,也就是在该用户主目录下新建f16文件夹,将ISO文件放在里面并且不能改名、不能解压。

从磁盘实用程序中查看home分区的设备位置。

如下图(例)我的home分区为:/dev/sda52.将DVD ISO镜像/isolinuz文件夹中的vmlinuz和initrd.img文件放到f16文件夹中,并将iso中的images文件夹解压到f16中;3.重启计算机,按e键,直至出现,grub的启动菜单,使用上下键,选中第2项按e编辑:gurb>kernel (hd0,4)/user/f15/vmlinuz linux repo=hd:/dev/sda x:/user/f16回车;说明:/dev/sda x为你的home分区的设备位置,从linux 中的磁盘实用程序中查看。

/user/f16文件夹是你的DVD ISO镜像文件放置的位置为/home/user/f16文件夹。

User是用户名。

此处:hd0,4hd0代表第一块硬盘,4代表第5分区(从0开始,主分区为前4个,逻辑分区从第5开始。

这一点与grub2不同,grub2是从1开始编号。

以下是fedora Installation Guide的说明(英文的)/en-US/Fedora/15/html-single/Installation_Guide/index.html选择安装方式What type of installation method do you wish to use? The following installation methods are available:DVDIf you have a DVD drive and the Fedora DVD you can use this method. Refer to Section 8.3.1, “Installing from DVD”, for DVD installation instructions.If you booted the installation from a piece of media other than the installation DVD, you can specify the DVD as the installation source with the linux askmethod or linux repo=cdrom:device:/device boot option, or by selecting Local CD/DVD on the Installation Method menu (refer to Section 8.3, “Installation Method”).CD setIf you have a CD drive and the set of Fedora CDs you can use this method. Refer to Section 8.3.1, “Installing from DVD” for CD installation instructions.If you booted the installation from a piece of media other than the set of installation CDs, you can specify the CD as the installation source with the linux askmethod or linux repo=cdrom:device:/device boot option, or by selecting Local CD/DVD on the Installation Method menu (refer to Section 8.3, “Installation Method”).Live CDIf you have a CD drive and the Fedora live CD you can use this method. The live CD desktop includes an icon labeled Install to Hard Drive. Refer to Section 8.3.1, “Installing from DVD” for CD installation instructions. Hard DriveIf you have copied the Fedora ISO images to a local hard drive, you can use this method. You need a boot CD-ROM (use the linux askmethod or linux repo=hd:device:/path boot option), or by selecting Harddrive on the Installation Method menu (refer to Section 8.3, “Installation Method”). Refer to Section 8.3.2,“Installing from a Hard Drive”, for hard drive installation instructions.NFSIf you are installing from an NFS server using ISO images or a mirror image of Fedora, you can use this method.You need a boot CD-ROM (use the linux askmethod or linux repo=nfs:server:options:/path boot option, or the NFS directory option on the Installation Method menu described in Section 8.3, “InstallationMethod”). Refer to Section 8.3.4, “Installing via NFS” for network installation instructions. Note that NFSinstallations may also be performed in GUI mode.URLIf you are installing directly from an HTTP (Web) server or FTP server, use this method. You need a boot CD-ROM (use the linux askmethod, linux repo=ftp://user:password@host/path, or linuxrepo=http://host/path boot option, or the URL option on the Installation Method menu describedin Section 8.3, “Installation Method”). Refer to Section 8.3.5, “Installing via FTP or HTTP”, for FTP and HTTPinstallation instructions.If you booted the distribution DVD and did not use the alternate installation source option askmethod, the next stage loads automatically from the DVD. Proceed to Section 8.6, “Language Selection”.DVD ActivityIf you boot from a Fedora installation DVD, the installation program loads its next stage from that disc. This happens regardless of which installation method you choose, unless you eject the disc before you proceed. The installation program still downloads package data from the source you choose.Select the partition containing the ISO files from the list of available partitions. Internal IDE, SATA, SCSI, and USB drive device names begin with /dev/sd. Each individual drive has its own letter, for example /dev/sda. Each partition on a drive is numbered, for example /dev/sda1.Also specify the Directory holding images. Enter the full directory path from the drive that contains the ISO image files. The following table shows some examples of how to enter this information:Table 8.2. Location of ISO images for different partition typesVFAT D:\D:\Downloads\F16/Downloads/F16ext2, ext3, ext4/home/home/user1/F16/user1/F16If the ISO images are in the root (top-level) directory of a partition, enter a /. If the ISO images are located in a subdirectory of a mounted partition, enter the name of the directory holding the ISO images within that partition. For example, if the partition on which the ISO images is normally mounted as /home/, and the images are in/home/new/, you would enter /new/.选中第3项按e编辑:grub>initrd (hd0,4)/user/f16/initrd.img回车按b启动。

如何安装Fedora

如何安装Fedora
2.开机在进入windos系统前按Ese键,打开安装文件(有两个文件,选Test即可)
3.选择语言后再选择安装在本地磁盘,安装前无需先分区,后面可通过点击回收磁盘空间进行标准安装,回收空间大小至少要7G。
4建立账户,点击完成稍等片刻即可拥有一个高效的linu再联系我吧
花了一个晚上终于在win8下装了Fedora,分享一下经验吧,我是用U盘做引导盘,大小至少要4G
注意事项:
(用U盘作为引导盘)
1.从官网下载ISO文件后不能用UltraISO(软通牒)制作安装程序,推荐用PowerISO(从官网下载试用版即可),否则在安装中会出现无法找到 boot 问题,安装无法继续。
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

用U盘安装Fedora的详细步骤
导读:Fedora,一款由全球社区爱好者构建的面向日常应用的快速、稳定、强大的操作系统。

如今Fedora19除了gnome桌面版之外,还提供了KDE定制版和LXDE定制版,为用户提供了更全面的更新颖的桌面系统,下面我们来看看如何用U盘来安装Fedora19的。

用U盘安装Fedora 19的详细步骤:
1、进入制作好的U 盘启动盘,在isolinux 文件夹中找到isolinux.cfg 和syslinux.cfg 文件。

2、用文本编辑器打开isolinux.cfg 文件,将root 的值改为FEDORA-19-1,(即root=live:CDLABEL=FEDORA-19-1)。

总共需要改三处,如下所示:menu label ^Start Fedora Live
kernel vmlinuz0
append initrd=initrd0.img root=live:CDLABEL=FEDORA-19-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0
menu default
menu separator
menu begin ^Troubleshooting
menu title Troubleshooting
label basic0
menu label Start Fedora Live in ^basic graphics mode.
kernel vmlinuz0
append initrd=initrd0.img root=live:CDLABEL=FEDORA-19-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 xdriver=vesa nomodeset text help
Try this option out if you‘re having trouble starting.
endtext
label check0
menu label ^Test this media & start Fedora Live
kernel vmlinuz0
append initrd=initrd0.img root=live:CDLABEL=FEDORA-19-1 rootfstype=auto ro rd.live.image quiet rhgb rd.luks=0 rd.md=0 rd.dm=0 rd.live.check
label memtest
menu label Run a ^memory test.
3、修改完成后复制一份isolinux.cfg文件,并将其命名为syslinux.cfg(将原来那个syslinux.cfg 文件覆盖掉)。

也就是说两个文件isolinux.cfg 和syslinux.cfg 名称不同,内容相同。

4、将U盘盘符名也改为FEDORA-19-1。

注意上面修改的三处和此处修改的要一模一样。

上述工作完成之后,用户就可以重新启动电脑选择U盘启动进入安装界面,接下来的安装步骤和U盘安装Windows8、Windows7的方法差不多,用户很快就可以掌握。

相关文档
最新文档