Advertisement
Guest User

Untitled

a guest
Jun 5th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Genero 2.33 KB | None | 0 0
  1.  
  2. livecd gentoo # fdisk -l
  3.  
  4. Disk /dev/sda: 73.3 GB, 73272393728 bytes
  5. 255 heads, 63 sectors/track, 8908 cylinders
  6. Units = cylinders of 16065 * 512 = 8225280 bytes
  7. Disk identifier: 0x647174fa
  8.  
  9.    Device Boot      Start         End      Blocks   Id  System
  10. /dev/sda1               1        8908    71553478+   5  Extended
  11. /dev/sda5               1          62      497952   83  Linux
  12. /dev/sda6              63        2495    19543041   83  Linux
  13. /dev/sda7            2496        3469     7823623+  83  Linux
  14. /dev/sda8            3470        5294    14659281   83  Linux
  15. /dev/sda9            5295        8908    29029423+  83  Linux
  16.  
  17.  
  18. ====================================================================================================
  19.  
  20.  
  21. # <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>
  22.  
  23. # NOTE: If your BOOT partition is ReiserFS, add the notail option to opts.
  24. /dev/sda5               /               xfs             noatime         0 1
  25. /dev/sda6               none            swap            sw              0 0
  26. /dev/sda7               /tmp            xfs             noatime         0 0
  27. /dev/sda8               /usr            xfs             noatime         0 0
  28. /dev/sda9               /var            xfs             noatime         0 0
  29. /dev/cdrom              /mnt/cdrom      iso9660         noauto,ro       0 0
  30. proc                    /proc           proc            defaults        0 0
  31. shm                     /dev/shm        tmpfs           nodev,nosuid,noexec     0 0
  32.  
  33.  
  34. ====================================================================================================
  35.  
  36.  
  37.  
  38. # $Header: /var/cvsroot/gentoo-x86/sys-boot/lilo/files/lilo.conf,v 1.2 2004/07/18 04:42:04 dragonheart Exp $
  39. # Author: Ultanium
  40.  
  41. lba32
  42. boot = /dev/sda
  43. #root = /dev/sda5     #tried with and without this
  44. map = /boot/.map
  45. install = /boot/boot-menu.b
  46. menu-scheme=Wb
  47. serial="0,9600n8"
  48.  
  49. prompt
  50. timeout=150
  51. delay = 50
  52. vga = normal
  53.  
  54. # End LILO global section
  55. #
  56. # Linux bootable partition config begins
  57.  
  58. default = gentoo-2.6.33
  59.  
  60. image = /boot/gentoo-2.6.33
  61.         root = /dev/sda5
  62.         label = gentoo-2.6.33
  63.         read-only # read-only for checking
  64.         append="console=ttyS0,9600"
  65. image = /boot/gentoo-2.6.33
  66.         root = /dev/sda5
  67.         label = 2.6.33-nc
  68.         read-only # read-only for checking
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement