the jounal ahead for Fedora

indeed , before i make my decision to choose the fedora as my work platform ,  i have tried so many variation of linux distribution , and now i just want to prefer the suitable one for me .

when refering to linux , ubuntu occur to our sight . as for me , i know linux when at the first year of my university , at that time , i can not difference the RED FLAG from red hat . i remember i download the red-flag and install it as the first time to enter the world of linux . as you see , i did not try the famous red-hat at first , but Chinese red flag .

at that time , i have no much deep impression but think it have such little sotfware and make no difference from Windows . and atfer that , i tried the red-hat also , and hold the idea linux is not such a strange and just make no difference .

at the second year , i particiated the popular RoboCup China Open contest , and we need to run the source code on ubuntu , and tha‘s the first normal usage of linux . the first touched version is about ubuntu 10.04 , which remain a typical version milestone . still a great many students prefer to use 10.04 for development because it‘s stable and simple enough to use .

atfer that , i fall in love with linux distribution , i have tried the red-hat , ubuntu , open suse , fedora , centos , deepin , and so on . at present , i just love with fedora cause it‘s stable , easy to use , and i love the the style of it .

now i just want to make notes of how to install fedora 20 i686 on Ubuntu 14.04

1. you need to download fedora 20 from official website .

2. you should to install it from USB or DVD , or as the simples way , just install from hard disk , without any third media . we choose to install from hard disk .

NOTICE: the installation is different from ubuntu , you should know that vmlinux0 and initrd0.img and fedora-*.iso must located in ext or fat partition .

3. select Unity > search for "disk " > and open the disk application as follows :

here , we can see Partition 7 is Device : /dev/sda7 and mounted at /home , so we need to know our install media is located at /dev/sda7 .

4.ensure you need to mout the Fedora-*.iso on any directory such as /tmp:

sudo mount Fedora-Live-Desktop-i686-20-1.iso /tmp

and then enter /tmp directory to copy LiveOS into root directory of /home and copy isolinuz0 and initrd0.img to /home .

i@dosm:/tmp$ ls
isolinux  LiveOS
i@dosm:/tmp$ sudo cp -r  LiveOS /home
i@dosm:/tmp$ cd isolinux
i@dosm:/tmp/isolinux$ ls
boot.cat  initrd0.img  isolinux.bin  isolinux.cfg  memtest  vesamenu.c32  vmlinuz0
i@dosm:/tmp/isolinux$ sudo cp initrd0.img vmlinuz0 /home
i@dosm:/tmp/isolinux$ cd home
bash: cd: home: No such file or directory
i@dosm:/tmp/isolinux$ cd /home
i@dosm:/home$ ls
i  initrd0.img  LiveOS  lost+found  vmlinuz0

we need to specify the bootload to load the install file  :

menuentry "install fedora 20"{
linux (hd0,7)/vmlinuz0 linux repo=hd:/dev/sda7:/
initrd (hd0,7)/initrd0.img
}

and another way is not specify the location of repo and just as :

menuentry "install fedora 20"{

linux (hd0,7)/vmlinuz0 linux askmethod

initrd (hd0,7)/initrd0.img

}

now let‘s begin to install !

时间: 2024-10-06 21:41:49

the jounal ahead for Fedora的相关文章

Install Adobe Flash Player 11.2 on CentOS/RHEL 7/6/5, Fedora 20/19

Adobe Flash Player are very useful for watching videos in web browser online. Without flash player most of the videos will not play in your browser. This article will help you to install Adobe flash player plugin for your browsers in CentOS 6/5, Redh

Fedora 23如何安装LAMP服务器

LAMP 是开源系统上 Web 服务器的梦幻组合.LAMP 是 Linux. Apache HTTP 服务. MySQL/MariaDB 数据库和 PHP. Perl 或 Python 的简称. 下面教你如何在 Fedora 23 服务器上安装 LAMP 组合. 下面的教程默认使用 192.168.1.102/24 实例,请按照你的服务器做修改. 安装 Apache Apache 是一款开源的 web 服务框架.完全支持 CGI, SSL. 切换到 root 账户: su Fedora 23/2

fedora安装mod_python

3.1 Installing mod_python To install mod_python, we simply run: yum install mod_python 3.2 Configuring Apache Now we must configure Apache so that it can handle Python files. There are two ways of doing so. The first (and default) one is to use the P

fedora python访问mysql

1 下载驱动库 http://sourceforge.net/projects/mysql-python/ 2, yum install mysql-dev* yum install python-dev* 3, python setup.py install fedora python访问mysql,布布扣,bubuko.com

Fedora 23+CUDA 8.0+ GTX970 安装

https://www.if-not-true-then-false.com/2015/fedora-nvidia-guide/ PRE-INSTALLATION ACTIONS Some actions must be taken before the CUDA Toolkit and Driver can be installed onLinux:? Verify the system has a CUDA-capable GPU.? Verify the system is running

Install MySQL 5.7 on Fedora 25/24, CentOS/RHEL 7.3/6.8/5.11

1. Change root user Bash su - ## OR ## sudo -i 2. Install MySQL YUM repository Fedora Bash ## Fedora 25 ## dnf install https://dev.mysql.com/get/mysql57-community-release-fc25-9.noarch.rpm ## Fedora 24 ## dnf install https://dev.mysql.com/get/mysql57

Fedora安装VirtualBox时出现错误Kernel driver not installed (rc=-1908)的解决办法

新建虚拟机后启动时出现如下错误: Kernel driver not installed (rc=-1908) The VirtualBox Linux kernel driver (vboxdrv) is either not loaded or there is a permission problem with /dev/vboxdrv. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.

Fedora 24 Linux系统将于6月14日正式发布

去年11月3日,Fedora Project发布了Fedora 23,时隔7个月,Fedora 24也将正式降临.最新消息显示,目前Fedora 24 Linux操作系统的研发已经接近尾声,计划将于6月14日正式发布. 据悉,Fedora 24基于Linux 4.5内核,搭载最新GNOME 3.20.Xface 4.12和KDE Plasma 5.6桌面环境,除了数款系统软件和核心组件获得升级外,该系统还预装了LibreOffice 5.1.3和Mozilla Firefox 46.0.1浏览器

Fedora 24 Beta 版发布下载!

Fedora 24 Beta 在经过三次延期后终于在 2016 年 5 月 10 日放出,除了对传统 32 位和 64 位架构的支持外,此次 Fedora 24 Beta 还额外增加了对 PPC64.PPC64el 和 ARM64 的支持.此外,你还可以下载和测试基于云和 Docker 的 Beta 映像.为了满足不同的测试环境和特定用例,此次的测试版主要发布了 Fedora 24 Cloud Beta.Fedora 24 Server Beta 和 Fedora 24 Workstation