[FZH] 如何删除Ubuntu并硬盘安装Fedora14 ?

alick alick9188在gmail.com
星期六 一月 22 03:26:16 UTC 2011


于 2011年01月21日 22:28, Run 写道:
> 谢谢各位,我今天已经刻盘安装了,折腾了半天才pppoe拨号上网成功...
>
> 2011/1/19 victor lee<victorlee129在gmail.com>
>
>> I think you may follow below:
>>
>> first download the iso file and put it into a small partition.
>> (WARNING the partition will not be able to be auto mount as any dir by
>> setting in installation.
>> It means it can only be a data holding partition.)
>> second do  this :
>>
>>> # mount -o loop /path/to/iso/Fedora-14-i386-DVD.iso /mnt
>>>
>> and then
>>
>>> $ cp /mnt/images /path/to/iso/
>> $ cp /mnt/initrd.img /mnt/vmlinuz /boot
>> next, edit the menu.lst ( grub.conf ):
>> clear anything like timeout=0,hiddenmenu... and so on,
>> and append something like:
>>
>>> title Fedora 14 Install
>>>
>> root (hda,b)
>> kernel /vmlinuz
>> initrd /initrd.img
>> boot
>> where hda,b is same as your other configs.
>>
>> sorry for bothering you by my poor english
>>
>> Good Luck
>>
>> best regards
>> yours VIC ,
>> 100.1.19
>>
>>
>> 2011/1/19 杨小勇<yan5yang在gmail.com>
>>
>>> Fedora 有 usb creator 的
>>>
>>> https://fedorahosted.org/liveusb-creator/
>>>
>>>
>>> 2011/1/19 Mike<zhtx10在gmail.com>
>>>
>>>> 我04年的也可以USB引导,莫非你不会修改BIOS?
>>>> 于 2011年01月19日 14:46, Liang Suilong 写道:
>>>>> 不会吧,我以前那台 2003 年买的 PC 都能用 LiveUSB 装系统。
>>>>>
>>>>> Fedora&&   Debian User, former Ubuntu User
>>>>> My Page: http://www.liangsuilong.info
>>>>> Fedora Project Contributor -- Packager&&   Ambassador
>>>>> https://fedoraproject.org/wiki/User:Liangsuilong
>>>>>
>>>>>
>>>>> 2011/1/19 Run<reveloper在gmail.com>
>>>>>
>>>>>> 2007年的电脑,不支持U盘启动。。。
>>>>>>
>>>>>> 2011/1/18 Adamzyg<adamzyg在gmail.com>
>>>>>>
>>>>>>> 找个大点的U盘,下载Fedora-14-i686-Live-Desktop.iso
>>>>>>> 然后 dd if=/path/Fedora-14-i686-Live-Desktop.iso of=/dev/sdb
>>>>>>> 然后用U盘启动系统,安装就行了。
>>>>>>>
>>>>>>>
>>>>>>> 3.2.2.1.3. Making Fedora USB Media with *dd*
>>>>>>> Warning ― These instructions could destroy data
>>>>>>> When you perform this procedure any data on the USB flash drive is
>>>>>>> destroyed
>>>>>>> with no warning. Make sure that you specify the correct USB flash
>>>> drive,
>>>>>>> and
>>>>>>> make sure that this flash drive does not contain any data that you
>>> want
>>>>>> to
>>>>>>> keep.
>>>>>>>
>>>>>>>     1. Plug in your USB flash drive.
>>>>>>>     2. Find the device name for your USB flash drive. If the flash
>>> drive
>>>>>> has
>>>>>>>     a volume name, look up the name in/dev/disk/by-label, or use
>>> findfs:
>>>>>>>     su -c 'findfs LABEL="*MyLabel*"'
>>>>>>>
>>>>>>>     If the media does not have a volume name, or you do not know it,
>>> run
>>>>>>>     dmesg after you connect the USB flash drive. The device name,
>>>> similar
>>>>>> to
>>>>>>>     /dev/sdc, appears in several lines towards the end of the
>> output.
>>>>>>>     3. Use the dd command to transfer the ISO image to the USB
>> device:
>>>>>>>     dd if=*path/image_name.iso* of=*device*
>>>>>>>
>>>>>>>     where *path/image_name.iso* is the ISO image file of the
>>>> installation
>>>>>> DVD
>>>>>>>     that you downloaded from the Red Hat Customer Portal and
>> *device*
>>> is
>>>>>> the
>>>>>>>     USB flash drive. For example:
>>>>>>>
>>>>>>>     dd if=~/Download/F14-Server-i386-DVD.iso of=/dev/sdc
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> 在 2011年1月18日 下午5:23,Mike<zhtx10在gmail.com>写道:
>>>>>>>
>>>>>>>> 直接让grub挂载好了
>>>>>>>>
>>>>>>>> 于 2011年01月18日 17:08, Run 写道:
>>>>>>>>> 我本身就是纯Linux系统,不需要grub4dos的,那个实在windows下安装linux的方法
>>>>>>>>>
>>>>>>>>> 2011/1/18 好大一只鸟<wpahipc在gmail.com>
>>>>>>>>>
>>>>>>>>>> *1.注意必须要有grub4dos,
>>>>>>>>>> 2.FAT32分区、NTFS分区都可以
>>>>>>>>>>
>>>>>>>>>> 3.下载Fedora-14-i386-DVD.iso,放在D盘fedora14(自建)目录中,官网可下
>>>>>>>>>>
>>>>>>>>>> 4.把Fedora-14-i386-DVD.iso的images文件夹解压在的fedora14目录里,
>>>>>>>>>>
>> 接着把Fedora-14-i386-DVD.iso的images文件夹解压在的fedora14目录里,再解压Fedora-14-i386-
>> DVD.iso的isolinux文件夹中的initrd.img和vmlinuz二个文件也放到fedora14目录里,还要把initrd.img和
>>>>>>>>>> vmlinuz复制到C盘的根目录下
>>>>>>>>>>
>>>>>>>>>> 5.把grub.exe、grldr、menu.lst放在C盘根目录下,修改menu.lst,在menu.lst最后加上
>>>>>>>>>>
>>>>>>>>>> title Install Fedora 14
>>>>>>>>>> kernel (hd0,0)/vmlinuz
>>>>>>>>>> initrd (hd0,0)/initrd.img
>>>>>>>>>>
>>>>>>>>>> 6.打开C盘的根目录,找到boot.ini,在最后面加上
>>>>>>>>>>
>>>>>>>>>> c:\grldr=GRUB
>>>>>>>>>>
>>>>>>>>>> 保存重启
>>>>>>>>>>
>>>>>>>>>> 选择Install Fedora 14
>>>>>>>>>>
>>>>>>>>>> 7.语言选择chinese(simplified),就是简体中文
>>>>>>>>>>
>>>>>>>>>> 8选择键盘,默认USA
>>>>>>>>>>
>>>>>>>>>> 9.选择安装方式,采用硬盘安装,选择hard deive
>>>>>>>>>>
>>>>>>>>>> 10.移用Tab键和上下键选中中/dev/sda,在下面那个输入框里面输入路径:
>>>>>> /Fedora14/images/install.img
>>>>>>>>>> 11.按照光盘安装的路子装完系统
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> *
>>>>>>>>>> 在 2011年1月18日 下午2:20,Mike<zhtx10在gmail.com>写道:
>>>>>>>>>>
>>>>>>>>>>> 还是刻盘吧,盘里面有个选项 “替换现有Linux” 可以自动格掉ub并安装fc,硬盘
>>>>>>>>>>> 装就麻烦了
>>>>>>>>>>>
>>>>>>>>>>> 于 2011年01月18日 14:15, Run 写道:
>>>>>>>>>>>> 请教一下各位:
>>>>>>>>>>>> 我的电脑*只*安装了Ubuntu 10.10
>>>>>> ,现在想把Ubuntu格掉,*只*安装Fedora14,但是我刻光盘刻了3次都刻废掉了,
>>>>>>>>>>>> 现在想直接硬盘安装,不知道应该怎么装?网上这方面的资料好像很少
>>>>>>>>>>>> 谢谢!
>>>>>>>>>>>> _______________________________________________
>>>>>>>>>>>> Chinese mailing list
>>>>>>>>>>>> Chinese at lists.fedoraproject.org
>>>>>>>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>>>>>> --
>>>>>>>>>>> Mike.
>>>>>>>>>>> Blog: http://ekd123.is-programmer.com/
>>>>>>>>>>> Fedora Project Contributor.
>>>>>>>>>>>
>>>>>>>>>>> _______________________________________________
>>>>>>>>>>> Chinese mailing list
>>>>>>>>>>> Chinese at lists.fedoraproject.org
>>>>>>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>>>>>>
>>>>>>>>>> --
>>>>>>>>>>
>>>>>>>>>> Hi
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Best regards
>>>>>>>>>> Big Bird
>>>>>>>>>> **
>>>>>>>>>> *
>>>>>>>>>>
>>>>>>>>>>
>> ---------------------------------------------------------------------------------------------------------------------------
>>>>>>>>>> *
>>>>>>>>>> ***QQ: 353056564*
>>>>>>>>>> *MSN ID:   wp0822在msn.com *
>>>>>>>>>>
>>>>>>>>>> *Skype ID :  wpahipc*
>>>>>>>>>>
>>>>>>>>>> *Tel:       13423972311 *
>>>>>>>>>>
>>>>>>>>>> http://netniaowo.co.cc
>>>>>>>>>> <http://wpah.co.cc/><
>>>>>>>>>>
>> https://mail.google.com/mail/html/compose/static_files/www.macropower.com.sg
>>>>>>>>>> _______________________________________________
>>>>>>>>>> Chinese mailing list
>>>>>>>>>> Chinese at lists.fedoraproject.org
>>>>>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>>>>>
>>>>>>>>> _______________________________________________
>>>>>>>>> Chinese mailing list
>>>>>>>>> Chinese at lists.fedoraproject.org
>>>>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>>> --
>>>>>>>> Mike.
>>>>>>>> Blog: http://ekd123.is-programmer.com/
>>>>>>>> Fedora Project Contributor.
>>>>>>>>
>>>>>>>> _______________________________________________
>>>>>>>> Chinese mailing list
>>>>>>>> Chinese at lists.fedoraproject.org
>>>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>>>
>>>>>>> _______________________________________________
>>>>>>> Chinese mailing list
>>>>>>> Chinese at lists.fedoraproject.org
>>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>>
>>>>>> _______________________________________________
>>>>>> Chinese mailing list
>>>>>> Chinese at lists.fedoraproject.org
>>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>>>
>>>>> _______________________________________________
>>>>> Chinese mailing list
>>>>> Chinese at lists.fedoraproject.org
>>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>
>>>> --
>>>> Mike.
>>>> Blog: http://ekd123.is-programmer.com/
>>>> Fedora Project Contributor.
>>>>
>>>> _______________________________________________
>>>> Chinese mailing list
>>>> Chinese at lists.fedoraproject.org
>>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>>
>>>
>>>
>>> --
>>>
>>> 杨小勇
>>>
>>> _______________________________________________
>>> Chinese mailing list
>>> Chinese at lists.fedoraproject.org
>>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>>
>>>
>> _______________________________________________
>> Chinese mailing list
>> Chinese at lists.fedoraproject.org
>> https://admin.fedoraproject.org/mailman/listinfo/chinese
>>
>>
> _______________________________________________
> Chinese mailing list
> Chinese at lists.fedoraproject.org
> https://admin.fedoraproject.org/mailman/listinfo/chinese
不妨把方法分享出来吧。pppoe这个的确比较折腾,譬如河南网通(现联通)
的pppoe帐号得先转换(pojie)才是真正可用的帐号。

alick


关于邮件列表 Chinese 的更多信息