|
| ||||||||||
| Tags: debian, external hard drive, fedora core, linux, usb |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| How to set up a Fedora Core on a USB disk
|
|
#2
| |||
| |||
| Re: How to set up a Fedora Core on a USB disk Installing the Distribution on the external hard drive The main problem of this installation lies in the detection of the external hard drive. In fact, you start the installation in expert mode to detect the external hard drive and install the distribution and on the latter. Connect your external hard drive and insert the CD or DVD of "Fedora Core". Then type: linux expert at the boot: prompt. Creating Partitions At this stage, each manages his scores as he wishes. Nevertheless, for the installation to succeed, create a / boot partition of about 300MB beyond your / partition. As a guide, here's how I made my home: Code: / Boot 300MB on / dev/sda3 / 15GB on / dev/sda5 * swap on / dev/sda6 At the end of the installation, the installer asks you where to install GRUB, choose not to install any software startup. You will use the existing one on your internal hard drive. |
|
#3
| |||
| |||
| Re: How to set up a Fedora Core on a USB disk Restarting in rescue mode Upon reboot, do not try to boot from the external hard drive, even if your bios allows. Otherwise you get a nice "Kernel Panic". Insert the CD instead of installing Fedora Core. At bootup, simply type: Code: Boot: linux rescue
Code: # Mkdir-p / mnt / source # mount / dev/sda5 / mnt / source # mount / dev/sda3 / mnt / source / boot # chroot / mnt / source # uname-r 2.6.11-1.1369_FC4 |
|
#4
| |||
| |||
| Re: How to set up a Fedora Core on a USB disk Creating an initrd An "initrd" the acronym "initial ramdisk" is a RAM disk that is initialized by the OS loader before the kernel boots. It contains additional modules ideally the kernel can use to launch. To create an initrd on partition / dev/sda3 (/ boot), type: Code: # Mkinitrd - preload = ehci-hcd - preload = uhci-hcd - preload = ohci-hcd - preload = usb-storage - preload = scsi_mod - preload = sd_mod / boot / 2.6.11-initrd_new_usb.img 1.1369_FC4 Code: # Exit Code: # Reboot |
|
#5
| |||
| |||
| Re: How to set up a Fedora Core on a USB disk Updating the OS loader : Start now on your distribution installed on the internal hard drive. If you are using Grub as a loader BONE Edit / boot / grub / menu.lst. Add a new section for Fedora (at end of file): Code: title Fedora Core Ext root (hd1, 2) kernel / vmlinuz-2.6.11-1.1369_FC4 ro root = LABEL = / initrd / initrd_new_usb.img Code: # Update-grub Code: image = / vmlinuz-2.6.11-1.1369_FC4 label = Fedora Core Ext initrd = / initrd_new_usb.img read-only append = "root = LABEL = /" Code: # Lilo |
|
#6
| |||
| |||
| Re: How to set up a Fedora Core on a USB disk
What is the size of the disk required for setting Fedora core on USB disk. Can anyone please do reply me regarding the space requirement for ubuntu or any older version like red hat or FREE BSD |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "How to set up a Fedora Core on a USB disk" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Install JAVA on Fedora Core | Rajnikant-Deva | Operating Systems | 2 | 27-12-2010 06:29 AM |
| Fedora Core 3 Re-partitioning hdd | Computer_Freak | Operating Systems | 2 | 27-12-2010 05:31 AM |
| How to Install mplayer on Fedora Core 12 | Rajnikant-Deva | Windows Software | 3 | 26-12-2010 05:55 AM |
| Fedora Core 6 or Ubuntu | Natalie | Operating Systems | 3 | 31-03-2009 11:31 PM |
| Red Hat Fedora Core 2 Screwed my computer | Mozilla | Operating Systems | 3 | 26-03-2009 07:59 AM |