msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2011-05-18 19:19+0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(version):11 msgid "8" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(date):12 msgid "2011-05-09" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):15 msgid "Making your Choice" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):17 msgid "Introduction" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):20 msgid "Now that your kernel is configured and compiled and the necessary system configuration files are filled in correctly, it is time to install a program that will fire up your kernel when you start the system. Such a program is called a bootloader." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):29 msgid "For , Gentoo Linux provides GRUB and LILO." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):36 msgid "But before we install the bootloader, we inform you how to configure framebuffer (assuming you want it of course). With framebuffer you can run the Linux command line with (limited) graphical features (such as using the nice bootsplash image Gentoo provides)." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):46 msgid "Optional: Framebuffer" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):49 msgid "If you have configured your kernel with framebuffer support (or you used genkernel default kernel configuration), you can activate it by adding a a video statement to your bootloader configuration file." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):55 msgid "First of all, you need to know your framebuffer device. You should have used uvesafb as the VESA driver." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):60 msgid "The video statement controls framebuffer display options. It needs to be given the framebuffer driver followed by the control statements you wish to enable. All variables are listed in /usr/src/linux/Documentation/fb/uvesafb.txt. The most-used options are:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(th):70 msgid "Control" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(th):71 msgid "Description" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(ti):74 msgid "ywrap" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(ti):75 msgid "Assume that the graphical card can wrap around its memory (i.e. continue at the beginning when it has approached the end)" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(ti):81 msgid "mtrr:n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(ti):82 msgid "Setup MTRR registers. n can be:
0 - disabled
1 - uncachable
2 - write-back
3 - write-combining
4 - write-through" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(ti):93 msgid "Set up the resolution, color depth and refresh rate. For instance, 1024x768-32@85 for a resolution of 1024x768, 32 bit color depth and a refresh rate of 85 Hz." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):101 msgid "The result could be something like video=uvesafb:mtrr:3,ywrap,1024x768-32@85. Write this setting down; you will need it shortly." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):107 msgid "Now, you should install the elilo bootloader." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):111 msgid "Now continue by installing GRUBorLILO." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):120 msgid "Default: Using GRUB" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):122 msgid "Understanding GRUB's terminology" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):125 msgid "The most critical part of understanding GRUB is getting comfortable with how GRUB refers to hard drives and partitions. Your Linux partition /dev/sda1 will most likely be called (hd0,0) under GRUB. Notice the parentheses around the hd0,0 - they are required." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):133 msgid "Hard drives count from zero rather than \"a\" and partitions start at zero rather than one. Be aware too that with the hd devices, only hard drives are counted, not atapi-ide devices such as cdrom players and burners. Also, the same construct is used with SCSI drives. (Normally they get higher numbers than IDE drives except when the BIOS is configured to boot from SCSI devices.) When you ask the BIOS to boot from a different hard disk (for instance your primary slave), that harddisk is seen as hd0." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):143 msgid "Assuming you have a hard drive on /dev/sda and two more on /dev/sdb and /dev/sdc, /dev/sdb7 gets translated to (hd1,6). It might sound tricky and tricky it is indeed, but as we will see, GRUB offers a tab completion mechanism that comes handy for those of you having a lot of hard drives and partitions and who are a little lost in the GRUB numbering scheme." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):152 msgid "Having gotten the feel for that, it is time to install GRUB." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):159 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):174 msgid "Installing GRUB" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):162 msgid "To install GRUB, let's first emerge it:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(impo):166 msgid "If you are using a non-multilib profile, you should not emerge grub, but instead you should emerge grub-static. If you plan to use a non-multilib profile and you have disabled IA-32 emulation in your kernel, then you should use lilo." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):174 #, no-wrap msgid "\n# emerge grub\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):178 msgid "Although GRUB is now installed, we still need to write up a configuration file for it and place GRUB in our MBR so that GRUB automatically boots your newly created kernel. Create /boot/grub/grub.conf with nano (or, if applicable, another editor):" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):185 msgid "Creating /boot/grub/grub.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):185 #, no-wrap msgid "\n# nano -w /boot/grub/grub.conf\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):189 msgid "Now we are going to write up a grub.conf. Below you'll find two possible grub.conf for the partitioning example we use in this guide. We've only extensively commented the first grub.conf. Make sure you use your kernel image filename and, if appropriate, your initrd image filename." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(li):198 msgid "The first grub.conf is for people who have not used genkernel to build their kernel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(li):202 msgid "The second grub.conf is for people who have used genkernel to build their kernel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(note):208 msgid "Grub assigns device designations from the BIOS. If you change your BIOS settings, your device letters and numbers may change, too. For example, if you change your device boot order, you may need to change your grub configuration." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(note):214 msgid "If your root filesystem is JFS, you must add \" ro\" to the kernel line since JFS needs to replay its log before it allows read-write mounting." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):219 msgid "grub.conf for non-genkernel users" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):219 #, no-wrap msgid "\n# Which listing to boot as default. 0 is the first, 1 the second etc.\ndefault 0\n# How many seconds to wait before the default listing is booted.\ntimeout 30\n# Nice, fat splash-image to spice things up :)\n# Comment out if you don't have a graphics card installed\nsplashimage=(hd0,0)/boot/grub/splash.xpm.gz\n\ntitle Gentoo Linux \n# Partition where the kernel image (or operating system) is located\nroot (hd0,0)\nkernel /boot/ root=/dev/sda3\n\ntitle Gentoo Linux (rescue)\n# Partition where the kernel image (or operating system) is located\nroot (hd0,0)\nkernel /boot/ root=/dev/sda3 init=/bin/bb\n\n# The next four lines are only if you dualboot with a Windows system.\n# In this case, Windows is hosted on /dev/sda6.\ntitle Windows XP\nrootnoverify (hd0,5)\nmakeactive\nchainloader +1\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):246 msgid "grub.conf for genkernel users" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):246 #, no-wrap msgid "\ndefault 0\ntimeout 30\nsplashimage=(hd0,0)/boot/grub/splash.xpm.gz\n\ntitle Gentoo Linux \nroot (hd0,0)\nkernel /boot/ real_root=/dev/sda3\ninitrd /boot/\n\n# Only in case you want to dual-boot\ntitle Windows XP\nrootnoverify (hd0,5)\nmakeactive\nchainloader +1\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):263 msgid "If you used a different partitioning scheme and/or kernel image, adjust accordingly. However, make sure that anything that follows a GRUB-device (such as (hd0,0)) is relative to the mountpoint, not the root. In other words, (hd0,0)/grub/splash.xpm.gz is in reality /boot/grub/splash.xpm.gz since (hd0,0) is /boot." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):272 msgid "Besides, if you chose to use a different partitioning scheme and did not put /boot in a separate partition, the /boot prefix used in the above code samples is really required. If you followed our suggested partitioning plan, the /boot prefix it not required, but a boot symlink makes it work. In short, the above examples should work whether you defined a separate /boot partition or not." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):281 msgid "If you need to pass any additional options to the kernel, simply add them to the end of the kernel command. We're already passing one option (root=/dev/sda3 or real_root=/dev/sda3), but you can pass others as well, such as the video statement for framebuffer as we discussed previously." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):289 msgid "If your bootloader configuration file contains the real_root parameter, use the real_rootflags parameter to set root filesystem mount options." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):294 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):551 msgid "If you're using a 2.6.7 or higher kernel and you jumpered your harddrive because the BIOS can't handle large harddrives you'll need to append sda=stroke. Replace sda with the device that requires this option." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):300 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):557 msgid "genkernel users should know that their kernels use the same boot options as is used for the Installation CD. For instance, if you have SCSI devices, you should add doscsi as kernel option." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):306 msgid "Now save the grub.conf file and exit. You still need to install GRUB in the MBR (Master Boot Record) so that GRUB is automatically executed when you boot your system." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):312 msgid "The GRUB developers recommend the use of grub-install. However, if for some reason grub-install fails to work correctly you still have the option to manually install GRUB." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):318 msgid "Continue with Default: Setting up GRUB using grub-install or Alternative: Setting up GRUB using manual instructions." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):327 msgid "Default: Setting up GRUB using grub-install" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):330 msgid "To install GRUB you will need to issue the grub-install command. However, grub-install won't work off-the-shelf since we are inside a chrooted environment. We need to create /etc/mtab which lists all mounted filesystems. Fortunately, there is an easy way to accomplish this - just copy over /proc/mounts to /etc/mtab, excluding the rootfs line if you haven't created a separate boot partition. The following command will work in both cases:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):340 msgid "Creating /etc/mtab" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):340 #, no-wrap msgid "\n# grep -v rootfs /proc/mounts > /etc/mtab\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):344 msgid "Now we can install GRUB using grub-install:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):348 msgid "Running grub-install" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):348 #, no-wrap msgid "\n# grub-install --no-floppy /dev/sda\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):352 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):421 msgid "If you have more questions regarding GRUB, please consult the GRUB FAQ, the GRUB Wiki, or read info grub in your terminal." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):359 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):428 msgid "Continue with Rebooting the System." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):366 msgid "Alternative: Setting up GRUB using manual instructions" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):369 msgid "To start configuring GRUB, you type in grub. You'll be presented with the grub> grub command-line prompt. Now, you need to type in the right commands to install the GRUB boot record onto your hard drive." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):375 msgid "Starting the GRUB shell" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):375 #, no-wrap msgid "\n# grub --no-floppy\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(note):379 msgid "If your system does not have any floppy drives, add the --no-floppy option to the above command to prevent grub from probing the (non-existing) floppy drives." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):385 msgid "In the example configuration we want to install GRUB so that it reads its information from the boot partition , and installs the GRUB boot record on the hard drive's MBR (master boot record) so that the first thing we see when we turn on the computer is the GRUB prompt. Of course, if you haven't followed the example configuration during the installation, change the commands accordingly." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):394 msgid "The tab completion mechanism of GRUB can be used from within GRUB. For instance, if you type in \"root (\" followed by a TAB, you will be presented with a list of devices (such as hd0). If you type in \"root (hd0,\" followed by a TAB, you will receive a list of available partitions to choose from (such as hd0,0)." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):402 msgid "By using the tab completion, setting up GRUB should be not that hard. Now go on, configure GRUB, shall we? :-)" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):407 msgid "Installing GRUB in the MBR" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):407 #, no-wrap msgid "\ngrub> root (hd0,0) (Specify where your /boot partition resides)\ngrub> setup (hd0) (Install GRUB in the MBR)\ngrub> quit (Exit the GRUB shell)\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(note):413 msgid "If you want to install GRUB in a certain partition instead of the MBR, you have to alter the setup command so it points to the right partition. For instance, if you want GRUB installed in /dev/sda3, then the command becomes setup (hd0,2). Few users however want to do this." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):436 msgid "Alternative: Using LILO" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):438 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):455 msgid "Installing LILO" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):441 msgid "LILO, the LInuxLOader, is the tried and true workhorse of Linux bootloaders. However, it lacks some features that GRUB has (which is also the reason why GRUB is currently gaining popularity). The reason why LILO is still used is that, on some systems, GRUB doesn't work and LILO does. Of course, it is also used because some people know LILO and want to stick with it. Either way, Gentoo supports both, and apparently you have chosen to use LILO." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):451 msgid "Installing LILO is a breeze; just use emerge." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):455 #, no-wrap msgid "\n# emerge lilo\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):462 msgid "Configuring LILO" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):465 msgid "To configure LILO, you must create /etc/lilo.conf. Fire up your favorite editor (in this handbook we use nano for consistency) and create the file." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):471 msgid "Creating /etc/lilo.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):471 #, no-wrap msgid "\n# nano -w /etc/lilo.conf\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):475 msgid "Some sections ago we have asked you to remember the kernel-image name you have created. In the next example lilo.conf we use the example partitioning scheme. There are two separate parts:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(li):482 msgid "One for those who have not used genkernel to build their kernel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(li):485 msgid "One for those who have used genkernel to build their kernel" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):490 msgid "Make sure you use your kernel image filename and, if appropriate, your initrd image filename." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(note):495 msgid "If your root filesystem is JFS, you must add a append=\"ro\" line after each boot item since JFS needs to replay its log before it allows read-write mounting." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):501 msgid "Example /etc/lilo.conf" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):501 #, no-wrap msgid "\nboot=/dev/sda # Install LILO in the MBR\nprompt # Give the user the chance to select another section\ntimeout=50 # Wait 5 (five) seconds before booting the default section\ndefault=gentoo # When the timeout has passed, boot the \"gentoo\" section\n\n# For non-genkernel users\nimage=/boot/\n label=gentoo # Name we give to this section\n read-only # Start with a read-only root. Do not alter!\n root=/dev/sda3 # Location of the root filesystem\n\nimage=/boot/\n label=gentoo.rescue # Name we give to this section\n read-only # Start with a read-only root. Do not alter!\n root=/dev/sda3 # Location of the root filesystem\n append=\"init=/bin/bb\" # Launch the Gentoo static rescue shell\n\n# For genkernel users\nimage=/boot/\n label=gentoo\n read-only\n append=\"real_root=/dev/sda3\"\n initrd=/boot/\n\n# The next two lines are only if you dualboot with a Windows system.\n# In this case, Windows is hosted on /dev/sda6.\nother=/dev/sda6\n label=windows\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(note):532 msgid "If you use a different partitioning scheme and/or kernel image, adjust accordingly." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):537 msgid "If you need to pass any additional options to the kernel, add an append statement to the section. As an example, we add the video statement to enable framebuffer:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):543 msgid "Using append to add kernel options" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):543 #, no-wrap msgid "\nimage=/boot/\n label=gentoo\n read-only\n root=/dev/sda3\n append=\"video=uvesafb:mtrr,ywrap,1024x768-32@85\"\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):563 msgid "Now save the file and exit. To finish up, you have to run /sbin/lilo so LILO can apply the /etc/lilo.conf to your system (i.e. install itself on the disk). Keep in mind that you'll also have to run /sbin/lilo every time you install a new kernel or make any changes to the menu." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):571 msgid "Finishing the LILO installation" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):571 #, no-wrap msgid "\n# /sbin/lilo\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):575 msgid "If you have more questions regarding LILO, please consult its wikipedia page." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):580 msgid "You can now continue with Rebooting the System." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):588 msgid "Default: Installing elilo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):591 msgid "On the IA64 platform, the boot loader is called elilo. You may need to emerge it on your machine first." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):596 msgid "Installing elilo" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):596 #, no-wrap msgid "\n# emerge elilo\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):600 msgid "You can find the configuration file at /etc/elilo.conf and a sample file in the typical docs dir /usr/share/doc/elilo-<ver>/. Here is another sample configuration:" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):607 msgid "/etc/elilo.conf example" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):607 #, no-wrap msgid "\nboot=/dev/sda1\ndelay=30\ntimeout=50\ndefault=Gentoo\nappend=\"console=ttyS0,9600\"\nprompt\n\nimage=/vmlinuz\n\tlabel=Gentoo\n\troot=/dev/sda2\n\tread-only\n\nimage=/vmlinuz.old\n\tlabel=Gentoo.old\n\troot=/dev/sda2\n\tread-only\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):626 msgid "The boot line tells elilo the location of the boot partition (in this case, /dev/sda1). The delay line sets the number of 10th of seconds before automatically booting the default when in non-interactive mode. The timeout line is just like the delay line but for interactive mode. The default line sets the default kernel entry (which is defined below). The append line adds extra options to the kernel command line. The prompt sets the default elilo behavior to interactive." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):637 msgid "The sections that start with image define different bootable images. Each image has a nice label, a root filesystem, and will only mount the root filesystem read-only." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):643 msgid "When configuration is done, just run elilo --efiboot. The --efiboot option adds a menu entry for Gentoo Linux to the EFI Boot Manager." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):649 msgid "Applying the elilo configuration" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):649 #, no-wrap msgid "\n# elilo --efiboot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):653 msgid "Now continue with Rebooting the System." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(title):661 msgid "Rebooting the System" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):665 msgid "Exit the chrooted environment and unmount all mounted partitions. Then type in that one magical command you have been waiting for: reboot." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):670 ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre:caption):678 msgid "Unmounting all partitions and rebooting" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):670 #, no-wrap msgid "\n# exit\ncdimage ~# cd\ncdimage ~# umount -l /mnt/gentoo/dev{/pts,/shm,}\ncdimage ~# umount -l /mnt/gentoo{/boot,/sys,/proc,}\ncdimage ~# reboot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(pre):678 #, no-wrap msgid "\n# exit\ncdimage ~# cd\ncdimage ~# umount -l /mnt/gentoo/dev{/shm,/pts,}\ncdimage ~# umount -l /mnt/gentoo{/boot,/proc,}\ncdimage ~# reboot\n" msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):686 msgid "Of course, don't forget to remove the bootable CD, otherwise the CD will be booted again instead of your new Gentoo system." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):691 msgid "When you reboot you should see a new Gentoo Linux menu option in the EFI Boot Manager which will boot Gentoo." msgstr "" #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(p):696 msgid "Once rebooted in your Gentoo installation, finish up with Finalizing your Gentoo Installation." msgstr "" #. Place here names of translator, one per line. Format should be NAME; ROLE; E-MAIL #: ../../gentoo/xml/htdocs/doc/en/handbook//hb-install-x86+amd64-bootloader.xml(None):0 msgid "translator-credits" msgstr ""