~ubuntu-branches/ubuntu/raring/installation-guide/raring-proposed

« back to all changes in this revision

Viewing changes to po/pot/partitioning.pot

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2008-11-20 19:15:23 UTC
  • Revision ID: james.westby@ubuntu.com-20081120191523-ewj4gnnj4k6skpn4
Tags: 20081113ubuntu1
* Document user-setup encrypted private directory preseeding.
* Resynchronise with Debian. Remaining changes:
  - Build only English (for now, until we figure out how to avoid trashing
    translations quite so badly with Ubuntu branding etc.).
  - Build only Ubuntu architectures (amd64, hppa, i386, ia64, lpia,
    powerpc, sparc).
  - Extensive (although possibly incomplete) Ubuntu branding, adjustments
    for our mirror layout, etc.
  - Add "Ubuntu and Debian" and "What is Ubuntu?" section, text borrowed
    from the Ubuntu web site. Disable the "What is Debian GNU/Linux?"
    section.
  - Direct installation reports to ubuntu-users for now.
  - Adjust various memory and disk space requirements. Talk about the
    default Ubuntu desktop and Ubuntu tasks rather than Debian tasks.
  - Document mounting /sys in various places.
  - Unset supports-floppy-boot for all our architectures.
  - Add a few more supports-floppy-boot and bootable-usb conditionals.
  - Document our root password and sudo arrangements.
  - Document netboot-style USB images. Still mention the hd-media images,
    but they're downplayed since many USB sticks are too small for a full
    Ubuntu ISO image.
  - Document Kickstart installations (currently only the basics, a
    reference to Red Hat's documentation, and the differences from
    Anaconda).
  - Update keyboard preseeding documentation for console-setup.
  - Update chroot-install guide for console-setup and language packs; add
    a bit more advice about installing grub.
  - Disable documentation of win32-loader.
  - Document new simplified partman preseeding.
  - Document mirror/udeb/components.
  - Document apt-setup/security_path.
  - Don't recommend passing http://archive.ubuntu.com/ubuntu to
    debootstrap.
  - Document partman/early_command.
  - Document pkgsel/update-policy.
* Bump kernelversion to 2.6.27.
* Bump GNOME version to 2.26.
* Bump release version and names for Jaunty.
* Re-enable documentation of the GTK frontend.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
msgstr ""
7
7
"Project-Id-Version: PACKAGE VERSION\n"
8
8
"Report-Msgid-Bugs-To: debian-boot@lists.debian.org\n"
9
 
"POT-Creation-Date: 2007-08-06 18:17+0000\n"
 
9
"POT-Creation-Date: 2008-09-28 00:09+0000\n"
10
10
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11
11
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12
12
"Language-Team: LANGUAGE <LL@li.org>\n"
437
437
#. Tag: para
438
438
#: partitioning.xml:372
439
439
#, no-c-format
440
 
msgid "The first XT disk is named <filename>/dev/xda</filename>."
441
 
msgstr ""
442
 
 
443
 
#. Tag: para
444
 
#: partitioning.xml:377
445
 
#, no-c-format
446
 
msgid "The second XT disk is named <filename>/dev/xdb</filename>."
447
 
msgstr ""
448
 
 
449
 
#. Tag: para
450
 
#: partitioning.xml:382
451
 
#, no-c-format
452
440
msgid "The first ACSI device is named <filename>/dev/ada</filename>, the second is named <filename>/dev/adb</filename>."
453
441
msgstr ""
454
442
 
455
443
#. Tag: para
456
 
#: partitioning.xml:391
 
444
#: partitioning.xml:381
457
445
#, no-c-format
458
446
msgid "The first DASD device is named <filename>/dev/dasda</filename>."
459
447
msgstr ""
460
448
 
461
449
#. Tag: para
462
 
#: partitioning.xml:397
 
450
#: partitioning.xml:387
463
451
#, no-c-format
464
452
msgid "The second DASD device is named <filename>/dev/dasdb</filename>, and so on."
465
453
msgstr ""
466
454
 
467
455
#. Tag: para
468
 
#: partitioning.xml:405
 
456
#: partitioning.xml:395
469
457
#, no-c-format
470
458
msgid "The partitions on each disk are represented by appending a decimal number to the disk name: <filename>sda1</filename> and <filename>sda2</filename> represent the first and second partitions of the first SCSI disk drive in your system."
471
459
msgstr ""
472
460
 
473
461
#. Tag: para
474
 
#: partitioning.xml:412
 
462
#: partitioning.xml:402
475
463
#, no-c-format
476
464
msgid "Here is a real-life example. Let's assume you have a system with 2 SCSI disks, one at SCSI address 2 and the other at SCSI address 4. The first disk (at address 2) is then named <filename>sda</filename>, and the second <filename>sdb</filename>. If the <filename>sda</filename> drive has 3 partitions on it, these will be named <filename>sda1</filename>, <filename>sda2</filename>, and <filename>sda3</filename>. The same applies to the <filename>sdb</filename> disk and its partitions."
477
465
msgstr ""
478
466
 
479
467
#. Tag: para
480
 
#: partitioning.xml:423
 
468
#: partitioning.xml:413
481
469
#, no-c-format
482
470
msgid "Note that if you have two SCSI host bus adapters (i.e., controllers), the order of the drives can get confusing. The best solution in this case is to watch the boot messages, assuming you know the drive models and/or capacities."
483
471
msgstr ""
484
472
 
485
473
#. Tag: para
486
 
#: partitioning.xml:430
 
474
#: partitioning.xml:420
487
475
#, no-c-format
488
476
msgid "Linux represents the primary partitions as the drive name, plus the numbers 1 through 4. For example, the first primary partition on the first IDE drive is <filename>/dev/hda1</filename>. The logical partitions are numbered starting at 5, so the first logical partition on that same drive is <filename>/dev/hda5</filename>. Remember that the extended partition, that is, the primary partition holding the logical partitions, is not usable by itself. This applies to SCSI disks as well as IDE disks."
489
477
msgstr ""
490
478
 
491
479
#. Tag: para
492
 
#: partitioning.xml:441
 
480
#: partitioning.xml:431
493
481
#, no-c-format
494
482
msgid "VMEbus systems using the TEAC FC-1 SCSI floppy drive will see it as normal SCSI disk. To make identification of the drive simpler the installation software will create a symbolic link to the appropriate device and name it <filename>/dev/sfd0</filename>."
495
483
msgstr ""
496
484
 
497
485
#. Tag: para
498
 
#: partitioning.xml:448
 
486
#: partitioning.xml:438
499
487
#, no-c-format
500
488
msgid "Sun disk partitions allow for 8 separate partitions (or slices). The third partition is usually (and is preferred to have) the <quote>Whole Disk</quote> partition. This partition references all of the sectors of the disk, and is used by the boot loader (either SILO, or Sun's)."
501
489
msgstr ""
502
490
 
503
491
#. Tag: para
504
 
#: partitioning.xml:455
 
492
#: partitioning.xml:445
505
493
#, no-c-format
506
494
msgid "The partitions on each disk are represented by appending a decimal number to the disk name: <filename>dasda1</filename> and <filename>dasda2</filename> represent the first and second partitions of the first DASD device in your system."
507
495
msgstr ""
508
496
 
509
497
#. Tag: title
510
 
#: partitioning.xml:470
 
498
#: partitioning.xml:460
511
499
#, no-c-format
512
500
msgid "Debian Partitioning Programs"
513
501
msgstr ""
514
502
 
515
503
#. Tag: para
516
 
#: partitioning.xml:471
 
504
#: partitioning.xml:461
517
505
#, no-c-format
518
506
msgid "Several varieties of partitioning programs have been adapted by Debian developers to work on various types of hard disks and computer architectures. Following is a list of the program(s) applicable for your architecture."
519
507
msgstr ""
520
508
 
521
509
#. Tag: command
522
 
#: partitioning.xml:483
 
510
#: partitioning.xml:473
523
511
#, no-c-format
524
512
msgid "partman"
525
513
msgstr ""
526
514
 
527
515
#. Tag: para
528
 
#: partitioning.xml:484
 
516
#: partitioning.xml:474
529
517
#, no-c-format
530
518
msgid "Recommended partitioning tool in Debian. This Swiss army knife can also resize partitions, create filesystems <phrase arch=\"x86\"> (<quote>format</quote> in Windows speak)</phrase> and assign them to the mountpoints."
531
519
msgstr ""
532
520
 
533
521
#. Tag: command
534
 
#: partitioning.xml:495
 
522
#: partitioning.xml:485
535
523
#, no-c-format
536
524
msgid "fdisk"
537
525
msgstr ""
538
526
 
539
527
#. Tag: para
540
 
#: partitioning.xml:496
 
528
#: partitioning.xml:486
541
529
#, no-c-format
542
530
msgid "The original Linux disk partitioner, good for gurus."
543
531
msgstr ""
544
532
 
545
533
#. Tag: para
546
 
#: partitioning.xml:500
 
534
#: partitioning.xml:490
547
535
#, no-c-format
548
536
msgid "Be careful if you have existing FreeBSD partitions on your machine. The installation kernels include support for these partitions, but the way that <command>fdisk</command> represents them (or not) can make the device names differ. See the <ulink url=\"&url-linux-freebsd;\">Linux+FreeBSD HOWTO</ulink>."
549
537
msgstr ""
550
538
 
551
539
#. Tag: command
552
 
#: partitioning.xml:512
 
540
#: partitioning.xml:502
553
541
#, no-c-format
554
542
msgid "cfdisk"
555
543
msgstr ""
556
544
 
557
545
#. Tag: para
558
 
#: partitioning.xml:513
 
546
#: partitioning.xml:503
559
547
#, no-c-format
560
548
msgid "A simple-to-use, full-screen disk partitioner for the rest of us."
561
549
msgstr ""
562
550
 
563
551
#. Tag: para
564
 
#: partitioning.xml:517
 
552
#: partitioning.xml:507
565
553
#, no-c-format
566
554
msgid "Note that <command>cfdisk</command> doesn't understand FreeBSD partitions at all, and, again, device names may differ as a result."
567
555
msgstr ""
568
556
 
569
557
#. Tag: command
570
 
#: partitioning.xml:526
 
558
#: partitioning.xml:516
571
559
#, no-c-format
572
560
msgid "atari-fdisk"
573
561
msgstr ""
574
562
 
575
563
#. Tag: para
576
 
#: partitioning.xml:527
 
564
#: partitioning.xml:517
577
565
#, no-c-format
578
566
msgid "Atari-aware version of <command>fdisk</command>."
579
567
msgstr ""
580
568
 
581
569
#. Tag: command
582
 
#: partitioning.xml:535
 
570
#: partitioning.xml:525
583
571
#, no-c-format
584
572
msgid "amiga-fdisk"
585
573
msgstr ""
586
574
 
587
575
#. Tag: para
588
 
#: partitioning.xml:536
 
576
#: partitioning.xml:526
589
577
#, no-c-format
590
578
msgid "Amiga-aware version of <command>fdisk</command>."
591
579
msgstr ""
592
580
 
593
581
#. Tag: command
594
 
#: partitioning.xml:544
 
582
#: partitioning.xml:534
595
583
#, no-c-format
596
584
msgid "mac-fdisk"
597
585
msgstr ""
598
586
 
599
587
#. Tag: para
600
 
#: partitioning.xml:545
 
588
#: partitioning.xml:535
601
589
#, no-c-format
602
590
msgid "Mac-aware version of <command>fdisk</command>."
603
591
msgstr ""
604
592
 
605
593
#. Tag: command
606
 
#: partitioning.xml:553
 
594
#: partitioning.xml:543
607
595
#, no-c-format
608
596
msgid "pmac-fdisk"
609
597
msgstr ""
610
598
 
611
599
#. Tag: para
612
 
#: partitioning.xml:554
 
600
#: partitioning.xml:544
613
601
#, no-c-format
614
602
msgid "PowerMac-aware version of <command>fdisk</command>, also used by BVM and Motorola VMEbus systems."
615
603
msgstr ""
616
604
 
617
605
#. Tag: command
618
 
#: partitioning.xml:563
 
606
#: partitioning.xml:553
619
607
#, no-c-format
620
608
msgid "fdasd"
621
609
msgstr ""
622
610
 
623
611
#. Tag: para
624
 
#: partitioning.xml:564
 
612
#: partitioning.xml:554
625
613
#, no-c-format
626
614
msgid "&arch-title; version of <command>fdisk</command>; Please read the fdasd manual page or chapter 13 in <ulink url=\"http://oss.software.ibm.com/developerworks/opensource/linux390/docu/l390dd08.pdf\"> Device Drivers and Installation Commands</ulink> for details."
627
615
msgstr ""
628
616
 
629
617
#. Tag: para
630
 
#: partitioning.xml:575
 
618
#: partitioning.xml:565
631
619
#, no-c-format
632
620
msgid "One of these programs will be run by default when you select <guimenuitem>Partition disks</guimenuitem> (or similar). It may be possible to use a different partitioning tool from the command line on VT2, but this is not recommended."
633
621
msgstr ""
634
622
 
635
623
#. Tag: para
636
 
#: partitioning.xml:582
 
624
#: partitioning.xml:572
637
625
#, no-c-format
638
626
msgid "Remember to mark your boot partition as <quote>Bootable</quote>."
639
627
msgstr ""
640
628
 
641
629
#. Tag: para
642
 
#: partitioning.xml:585
 
630
#: partitioning.xml:575
643
631
#, no-c-format
644
632
msgid "One key point when partitioning for Mac type disks is that the swap partition is identified by its name; it must be named <quote>swap</quote>. All Mac linux partitions are the same partition type, Apple_UNIX_SRV2. Please read the fine manual. We also suggest reading the <ulink url=\"&url-mac-fdisk-tutorial;\">mac-fdisk Tutorial</ulink>, which includes steps you should take if you are sharing your disk with MacOS."
645
633
msgstr ""
646
634
 
647
635
#. Tag: title
648
 
#: partitioning.xml:601 partitioning.xml:662 partitioning.xml:686 partitioning.xml:783 partitioning.xml:897 partitioning.xml:974
 
636
#: partitioning.xml:591 partitioning.xml:652 partitioning.xml:676 partitioning.xml:773 partitioning.xml:887 partitioning.xml:964
649
637
#, no-c-format
650
638
msgid "Partitioning for &arch-title;"
651
639
msgstr ""
652
640
 
653
641
#. Tag: para
654
 
#: partitioning.xml:602
 
642
#: partitioning.xml:592
655
643
#, no-c-format
656
644
msgid "Booting Debian from the SRM console (the only disk boot method supported by &releasename;) requires you to have a BSD disk label, not a DOS partition table, on your boot disk. (Remember, the SRM boot block is incompatible with MS-DOS partition tables &mdash; see <xref linkend=\"alpha-firmware\"/>.) As a result, <command>partman</command> creates BSD disk labels when running on &architecture;, but if your disk has an existing DOS partition table the existing partitions will need to be deleted before <command>partman</command> can convert it to use a disk label."
657
645
msgstr ""
658
646
 
659
647
#. Tag: para
660
 
#: partitioning.xml:613
 
648
#: partitioning.xml:603
661
649
#, no-c-format
662
650
msgid "If you have chosen to use <command>fdisk</command> to partition your disk, and the disk that you have selected for partitioning does not already contain a BSD disk label, you must use the <quote>b</quote> command to enter disk label mode."
663
651
msgstr ""
664
652
 
665
653
#. Tag: para
666
 
#: partitioning.xml:620
 
654
#: partitioning.xml:610
667
655
#, no-c-format
668
656
msgid "Unless you wish to use the disk you are partitioning from Tru64 Unix or one of the free 4.4BSD-Lite derived operating systems (FreeBSD, OpenBSD, or NetBSD), you should <emphasis>not</emphasis> create the third partition as a <quote>whole disk</quote> partition (i.e. with start and end sectors to span the whole disk), as this renders the disk incompatible with the tools used to make it bootable with aboot. This means that the disk configured by the installer for use as the Debian boot disk will be inaccessible to the operating systems mentioned earlier."
669
657
msgstr ""
670
658
 
671
659
#. Tag: para
672
 
#: partitioning.xml:632
 
660
#: partitioning.xml:622
673
661
#, no-c-format
674
662
msgid "Also, because <command>aboot</command> is written to the first few sectors of the disk (currently it occupies about 70 kilobytes, or 150 sectors), you <emphasis>must</emphasis> leave enough empty space at the beginning of the disk for it. In the past, it was suggested that you make a small partition at the beginning of the disk, to be left unformatted. For the same reason mentioned above, we now suggest that you do not do this on disks that will only be used by GNU/Linux. When using <command>partman</command>, a small partition will still be created for <command>aboot</command> for convenience reasons."
675
663
msgstr ""
676
664
 
677
665
#. Tag: para
678
 
#: partitioning.xml:644
 
666
#: partitioning.xml:634
679
667
#, no-c-format
680
668
msgid "For ARC installations, you should make a small FAT partition at the beginning of the disk to contain <command>MILO</command> and <command>linload.exe</command> &mdash; 5 megabytes should be sufficient, see <xref linkend=\"non-debian-partitioning\"/>. Unfortunately, making FAT file systems from the menu is not yet supported, so you'll have to do it manually from the shell using <command>mkdosfs</command> before attempting to install the boot loader."
681
669
msgstr ""
682
670
 
683
671
#. Tag: para
684
 
#: partitioning.xml:663
 
672
#: partitioning.xml:653
685
673
#, no-c-format
686
674
msgid "PALO, the HPPA boot loader, requires a partition of type <quote>F0</quote> somewhere in the first 2GB. This is where the boot loader and an optional kernel and RAMdisk will be stored, so make it big enough for that &mdash; at least 4Mb (I like 8&ndash;16MB). An additional requirement of the firmware is that the Linux kernel must reside within the first 2GB of the disk. This is typically achieved by making the root ext2 partition fit entirely within the first 2GB of the disk. Alternatively you can create a small ext2 partition near the start of the disk and mount that on <filename>/boot</filename>, since that is the directory where the Linux kernel(s) will be stored. <filename>/boot</filename> needs to be big enough to hold whatever kernels (and backups) you might wish to load; 25&ndash;50MB is generally sufficient."
687
675
msgstr ""
688
676
 
689
677
#. Tag: para
 
678
#: partitioning.xml:677
 
679
#, no-c-format
 
680
msgid "If you have an existing other operating system such as DOS or Windows and you want to preserve that operating system while installing Debian, you may need to resize its partition to free up space for the Debian installation. The installer supports resizing of both FAT and NTFS filesystems; when you get to the installer's partitioning step, select the option <guimenuitem>Manual</guimenuitem> and then simply select an existing partition and change its size."
 
681
msgstr ""
 
682
 
 
683
#. Tag: para
690
684
#: partitioning.xml:687
691
685
#, no-c-format
692
 
msgid "If you have an existing other operating system such as DOS or Windows and you want to preserve that operating system while installing Debian, you may need to resize its partition to free up space for the Debian installation. The installer supports resizing of both FAT and NTFS filesystems; when you get to the installer's partitioning step, select the option <guimenuitem>Manual</guimenuitem> and then simply select an existing partition and change its size."
693
 
msgstr ""
694
 
 
695
 
#. Tag: para
696
 
#: partitioning.xml:697
697
 
#, no-c-format
698
686
msgid "The PC BIOS generally adds additional constraints for disk partitioning. There is a limit to how many <quote>primary</quote> and <quote>logical</quote> partitions a drive can contain. Additionally, with pre 1994&ndash;98 BIOSes, there are limits to where on the drive the BIOS can boot from. More information can be found in the <ulink url=\"&url-partition-howto;\">Linux Partition HOWTO</ulink> and the <ulink url=\"&url-phoenix-bios-faq-large-disk;\">Phoenix BIOS FAQ</ulink>, but this section will include a brief overview to help you plan most situations."
699
687
msgstr ""
700
688
 
701
689
#. Tag: para
702
 
#: partitioning.xml:708
 
690
#: partitioning.xml:698
703
691
#, no-c-format
704
692
msgid "<quote>Primary</quote> partitions are the original partitioning scheme for PC disks. However, there can only be four of them. To get past this limitation, <quote>extended</quote> and <quote>logical</quote> partitions were invented. By setting one of your primary partitions as an extended partition, you can subdivide all the space allocated to that partition into logical partitions. You can create up to 60 logical partitions per extended partition; however, you can only have one extended partition per drive."
705
693
msgstr ""
706
694
 
707
695
#. Tag: para
 
696
#: partitioning.xml:709
 
697
#, no-c-format
 
698
msgid "Linux limits the partitions per drive to 15 partitions for SCSI disks (3 usable primary partitions, 12 logical partitions), and 63 partitions on an IDE drive (3 usable primary partitions, 60 logical partitions). However the normal &debian; system provides only 20 devices for partitions, so you may not install on partitions higher than 20 unless you first manually create devices for those partitions."
 
699
msgstr ""
 
700
 
 
701
#. Tag: para
708
702
#: partitioning.xml:719
709
703
#, no-c-format
710
 
msgid "Linux limits the partitions per drive to 15 partitions for SCSI disks (3 usable primary partitions, 12 logical partitions), and 63 partitions on an IDE drive (3 usable primary partitions, 60 logical partitions). However the normal &debian; system provides only 20 devices for partitions, so you may not install on partitions higher than 20 unless you first manually create devices for those partitions."
711
 
msgstr ""
712
 
 
713
 
#. Tag: para
714
 
#: partitioning.xml:729
715
 
#, no-c-format
716
704
msgid "If you have a large IDE disk, and are using neither LBA addressing, nor overlay drivers (sometimes provided by hard disk manufacturers), then the boot partition (the partition containing your kernel image) must be placed within the first 1024 cylinders of your hard drive (usually around 524 megabytes, without BIOS translation)."
717
705
msgstr ""
718
706
 
719
707
#. Tag: para
720
 
#: partitioning.xml:737
 
708
#: partitioning.xml:727
721
709
#, no-c-format
722
710
msgid "This restriction doesn't apply if you have a BIOS newer than around 1995&ndash;98 (depending on the manufacturer) that supports the <quote>Enhanced Disk Drive Support Specification</quote>. Both Lilo, the Linux loader, and Debian's alternative <command>mbr</command> must use the BIOS to read the kernel from the disk into RAM. If the BIOS int 0x13 large disk access extensions are found to be present, they will be utilized. Otherwise, the legacy disk access interface is used as a fall-back, and it cannot be used to address any location on the disk higher than the 1023rd cylinder. Once Linux is booted, no matter what BIOS your computer has, these restrictions no longer apply, since Linux does not use the BIOS for disk access."
723
711
msgstr ""
724
712
 
725
713
#. Tag: para
726
 
#: partitioning.xml:751
 
714
#: partitioning.xml:741
727
715
#, no-c-format
728
716
msgid "If you have a large disk, you might have to use cylinder translation techniques, which you can set from your BIOS setup program, such as LBA (Logical Block Addressing) or CHS translation mode (<quote>Large</quote>). More information about issues with large disks can be found in the <ulink url=\"&url-large-disk-howto;\">Large Disk HOWTO</ulink>. If you are using a cylinder translation scheme, and the BIOS does not support the large disk access extensions, then your boot partition has to fit within the <emphasis>translated</emphasis> representation of the 1024th cylinder."
729
717
msgstr ""
730
718
 
731
719
#. Tag: para
732
 
#: partitioning.xml:763
 
720
#: partitioning.xml:753
733
721
#, no-c-format
734
722
msgid "The recommended way of accomplishing this is to create a small (25&ndash;50MB should suffice) partition at the beginning of the disk to be used as the boot partition, and then create whatever other partitions you wish to have, in the remaining area. This boot partition <emphasis>must</emphasis> be mounted on <filename>/boot</filename>, since that is the directory where the Linux kernel(s) will be stored. This configuration will work on any system, regardless of whether LBA or large disk CHS translation is used, and regardless of whether your BIOS supports the large disk access extensions."
735
723
msgstr ""
736
724
 
737
725
#. Tag: para
738
 
#: partitioning.xml:784
 
726
#: partitioning.xml:774
739
727
#, no-c-format
740
728
msgid "The <command>partman</command> disk partitioner is the default partitioning tool for the installer. It manages the set of partitions and their mount points to ensure that the disks and filesystems are properly configured for a successful installation. It actually uses <command>parted</command> to do the on-disk partitioning."
741
729
msgstr ""
742
730
 
743
731
#. Tag: title
744
 
#: partitioning.xml:796
 
732
#: partitioning.xml:786
745
733
#, no-c-format
746
734
msgid "EFI Recognized Formats"
747
735
msgstr ""
748
736
 
749
737
#. Tag: para
750
 
#: partitioning.xml:797
 
738
#: partitioning.xml:787
751
739
#, no-c-format
752
740
msgid "The IA-64 EFI firmware supports two partition table (or disk label) formats, GPT and MS-DOS. MS-DOS, the format typically used on i386 PCs, is no longer recommended for IA-64 systems. Although the installer also provides <command>cfdisk</command>, you should only use <ulink url=\"parted.txt\"> <command>parted</command></ulink> because only it can manage both GPT and MS-DOS tables correctly."
753
741
msgstr ""
754
742
 
755
743
#. Tag: para
756
 
#: partitioning.xml:809
 
744
#: partitioning.xml:799
757
745
#, no-c-format
758
746
msgid "The automatic partitioning recipes for <command>partman</command> allocate an EFI partition as the first partition on the disk. You can also set up the partition under the <guimenuitem>Guided partitioning</guimenuitem> from the main menu in a manner similar to setting up a <emphasis>swap</emphasis> partition."
759
747
msgstr ""
760
748
 
761
749
#. Tag: para
762
 
#: partitioning.xml:817
 
750
#: partitioning.xml:807
763
751
#, no-c-format
764
752
msgid ""
765
753
      "The <command>partman</command> partitioner will handle most disk layouts. For those rare cases where it is necessary to manually set up a disk, you can use the shell as described above and run the <command>parted</command> utility directly using its command line interface. Assuming that you want to erase your whole disk and create a GPT table and some partitions, then something similar to the following command sequence could be used: <informalexample><screen>\n"
774
762
msgstr ""
775
763
 
776
764
#. Tag: title
777
 
#: partitioning.xml:842
 
765
#: partitioning.xml:832
778
766
#, no-c-format
779
767
msgid "Boot Loader Partition Requirements"
780
768
msgstr ""
781
769
 
782
770
#. Tag: para
783
 
#: partitioning.xml:843
 
771
#: partitioning.xml:833
784
772
#, no-c-format
785
773
msgid "ELILO, the IA-64 boot loader, requires a partition containing a FAT file system with the <userinput>boot</userinput> flag set. The partition must be big enough to hold the boot loader and any kernels or RAMdisks you may wish to boot. A minimum size would be about 20MB, but if you expect to run with multiple kernels, then 128MB might be a better size."
786
774
msgstr ""
787
775
 
788
776
#. Tag: para
789
 
#: partitioning.xml:852
 
777
#: partitioning.xml:842
790
778
#, no-c-format
791
779
msgid "The EFI Boot Manager and the EFI Shell fully support the GPT table so the boot partition does not necessarily have to be the first partition or even on the same disk. This is convenient if you should forget to allocate the partition and only find out after you have formatted the other partitions on your disk(s). The <command>partman</command> partitioner checks for an EFI partition at the same time it checks for a properly set up <emphasis>root</emphasis> partition. This gives you an opportunity to correct the disk layout before the package install begins. The easiest way to correct this omission is to shrink the last partition of the disk to make enough free space for adding an EFI partition."
792
780
msgstr ""
793
781
 
794
782
#. Tag: para
795
 
#: partitioning.xml:867
 
783
#: partitioning.xml:857
796
784
#, no-c-format
797
785
msgid "It is strongly recommended that you allocate the EFI boot partition on the same disk as the <emphasis>root</emphasis> filesystem."
798
786
msgstr ""
799
787
 
800
788
#. Tag: title
801
 
#: partitioning.xml:875
 
789
#: partitioning.xml:865
802
790
#, no-c-format
803
791
msgid "EFI Diagnostic Partitions"
804
792
msgstr ""
805
793
 
806
794
#. Tag: para
807
 
#: partitioning.xml:876
 
795
#: partitioning.xml:866
808
796
#, no-c-format
809
797
msgid "The EFI firmware is significantly more sophisticated than the usual BIOS seen on most x86 PCs. Some system vendors take advantage of the ability of the EFI to access files and run programs from a hard disk filesystem to store diagnostics and EFI based system management utilities on the hard disk. This is a separate FAT format filesystem on the system disk. Consult the system documentation and accessories that come with the system for details. The easiest time to set up a diagnostics partition is at the same time you set up the EFI boot partition."
810
798
msgstr ""
811
799
 
812
800
#. Tag: para
813
 
#: partitioning.xml:898
 
801
#: partitioning.xml:888
814
802
#, no-c-format
815
803
msgid "SGI machines require an SGI disk label in order to make the system bootable from hard disk. It can be created in the fdisk expert menu. The thereby created volume header (partition number 9) should be at least 3MB large. If the volume header created is too small, you can simply delete partition number 9 and re-add it with a different size. Note that the volume header must start at sector 0."
816
804
msgstr ""
817
805
 
818
806
#. Tag: title
819
 
#: partitioning.xml:915
 
807
#: partitioning.xml:905
820
808
#, no-c-format
821
809
msgid "Partitioning Newer PowerMacs"
822
810
msgstr ""
823
811
 
824
812
#. Tag: para
825
 
#: partitioning.xml:916
 
813
#: partitioning.xml:906
826
814
#, no-c-format
827
815
msgid "If you are installing onto a NewWorld PowerMac you must create a special bootstrap partition to hold the boot loader. The size of this partition must have at least 819200 bytes and its partition type must be <emphasis>Apple_Bootstrap</emphasis>. If the bootstrap partition is not created with the <emphasis>Apple_Bootstrap</emphasis> type your machine cannot be made bootable from the hard disk. This partition can easily be created by creating a new partition in <command>partman</command> and telling it to use it as a <quote>NewWorld boot partition</quote>, or in <command>mac-fdisk</command> using the <userinput>b</userinput> command."
828
816
msgstr ""
829
817
 
830
818
#. Tag: para
831
 
#: partitioning.xml:929
 
819
#: partitioning.xml:919
832
820
#, no-c-format
833
821
msgid "The special partition type Apple_Bootstrap is required to prevent MacOS from mounting and damaging the bootstrap partition, as there are special modifications made to it in order for OpenFirmware to boot it automatically."
834
822
msgstr ""
835
823
 
836
824
#. Tag: para
 
825
#: partitioning.xml:926
 
826
#, no-c-format
 
827
msgid "Note that the bootstrap partition is only meant to hold 3 very small files: the <command>yaboot</command> binary, its configuration <filename>yaboot.conf</filename>, and a first stage OpenFirmware loader <command>ofboot.b</command>. It need not and must not be mounted on your file system nor have kernels or anything else copied to it. The <command>ybin</command> and <command>mkofboot</command> utilities are used to manipulate this partition."
 
828
msgstr ""
 
829
 
 
830
#. Tag: para
837
831
#: partitioning.xml:936
838
832
#, no-c-format
839
 
msgid "Note that the bootstrap partition is only meant to hold 3 very small files: the <command>yaboot</command> binary, its configuration <filename>yaboot.conf</filename>, and a first stage OpenFirmware loader <command>ofboot.b</command>. It need not and must not be mounted on your file system nor have kernels or anything else copied to it. The <command>ybin</command> and <command>mkofboot</command> utilities are used to manipulate this partition."
840
 
msgstr ""
841
 
 
842
 
#. Tag: para
843
 
#: partitioning.xml:946
844
 
#, no-c-format
845
833
msgid "In order for OpenFirmware to automatically boot &debian; the bootstrap partition should appear before other boot partitions on the disk, especially MacOS boot partitions. The bootstrap partition should be the first one you create. However, if you add a bootstrap partition later, you can use <command>mac-fdisk</command>'s <userinput>r</userinput> command to reorder the partition map so the bootstrap partition comes right after the map (which is always partition 1). It's the logical map order, not the physical address order, that counts."
846
834
msgstr ""
847
835
 
848
836
#. Tag: para
849
 
#: partitioning.xml:958
 
837
#: partitioning.xml:948
850
838
#, no-c-format
851
839
msgid "Apple disks normally have several small driver partitions. If you intend to dual boot your machine with MacOSX, you should retain these partitions and a small HFS partition (800k is the minimum size). That is because MacOSX, on every boot, offers to initialize any disks which do not have active MacOS partitions and driver partitions."
852
840
msgstr ""
853
841
 
854
842
#. Tag: para
855
 
#: partitioning.xml:975
 
843
#: partitioning.xml:965
856
844
#, no-c-format
857
845
msgid "Make sure you create a <quote>Sun disk label</quote> on your boot disk. This is the only kind of partition scheme that the OpenBoot PROM understands, and so it's the only scheme from which you can boot. The <keycap>s</keycap> key is used in <command>fdisk</command> to create Sun disk labels."
858
846
msgstr ""
859
847
 
860
848
#. Tag: para
861
 
#: partitioning.xml:983
 
849
#: partitioning.xml:973
862
850
#, no-c-format
863
851
msgid "Furthermore, on &arch-title; disks, make sure your first partition on your boot disk starts at cylinder 0. While this is required, it also means that the first partition will contain the partition table and the boot block, which are the first two sectors of the disk. You must <emphasis>not</emphasis> put swap on the first partition of the boot drive, since swap partitions do not preserve the first few sectors of the partition. You can put Ext2 or UFS partitions there; these will leave the partition table and the boot block alone."
864
852
msgstr ""
865
853
 
866
854
#. Tag: para
867
 
#: partitioning.xml:994
 
855
#: partitioning.xml:984
868
856
#, no-c-format
869
857
msgid "It is also advised that the third partition should be of type <quote>Whole disk</quote> (type 5), and contain the entire disk (from the first cylinder to the last). This is simply a convention of Sun disk labels, and helps the <command>SILO</command> boot loader keep its bearings."
870
858
msgstr ""