Fedora 16 livecd hard disk U disk installation

Source: Internet
Author: User

If I wanted to install the hard disk, I had to write the USB flash drive, but the USB flash drive didn't work. It took me 40 minutes to write the livecd, and the system was actually installed for 10 minutes,
I am not used to partitioning. I cannot run E. I have installed it while searching.

Find out how to install fedora 15livecd on another hard disk:

Use grub or grub2 to add a startup Item (note that the following parameters are modified according to your actual situation ).
Decompress the isolinux and liveos folders in livecd and place them in the root directory of the ext2/ext3 or FAT32 partition.
(Linux users can mount-o loop to mount ISO and then copy the folder. Windows users can use 7zip or WinRAR to unmount the folder .)

Note that the numbers x and n are the numbers of the corresponding hard disk partitions.
Modify menu. lst to add the following lines for grub4dos:

Title fedora live CD
Root (hd0, X)
Kernel/isolinux/vmlinuz0 root = live:/dev/sdan liveimg quiet rhgb rootfstype = auto
Initrd/isolinux/initrd0.img

For grub2 boot, modify grub. cfg to add the following lines:

Menuentry "fedora live CD "{
Set root = "(hd0, x )"
Linux/isolinux/vmlinuz0 root = live:/dev/sdan liveimg quiet rhgb rootfstype = auto
Initrd/isolinux/initrd0.img

}

Extracting ISO to the root directory of the USB flash drive is not a confusing solution. Therefore, create a directory, such as fedora, and decompress ISO to this folder.

Then, modify grub. cfg to the following:

Menuentry "fedora live CD "{

Set root = "(hd0, msdos1 )"

Linux/Fedora/isolinux/vmlinuz0 root = UUID = 0c02-a283 live_dir =/Fedora/liveos/liveimg quiet rhgb rootfstype = auto

Initrd/Fedora/isolinux/initrd0.img

}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.