Advertisement
Guest User

Untitled

a guest
Mar 16th, 2013
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.54 KB | None | 0 0
  1. $ sudo fdisk -l
  2.  
  3. Platte /dev/sda: 40.0 GByte, 40007761920 Byte
  4. 255 Köpfe, 63 Sektoren/Spur, 4864 Zylinder
  5. Einheiten = Zylinder von 16065 × 512 = 8225280 Bytes
  6. Sector size (logical/physical): 512 bytes / 512 bytes
  7. I/O size (minimum/optimal): 512 bytes / 512 bytes
  8. Disk identifier: 0x7a107a10
  9.  
  10. Gerät boot. Anfang Ende Blöcke Id System
  11. /dev/sda1 1 2747 22064096+ 83 Linux
  12. Partition 1 endet nicht an einer Zylindergrenze.
  13. /dev/sda2 * 2747 4659 15358976 7 HPFS/NTFS
  14. Partition 2 endet nicht an einer Zylindergrenze.
  15. /dev/sda3 4660 4864 1646662+ 5 Erweiterte
  16. Partition 3 endet nicht an einer Zylindergrenze.
  17. /dev/sda5 4660 4864 1646631 82 Linux Swap / Solaris
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34. patrick@patrick-laptop:~$ sudo update-grub
  35. [sudo] password for patrick:
  36. Searching for GRUB installation directory ... found: /boot/grub
  37. Searching for default file ... found: /boot/grub/default
  38. Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
  39. Searching for splash image ... none found, skipping ...
  40. Found kernel: /boot/vmlinuz-2.6.32-46-generic
  41. Found kernel: /boot/vmlinuz-2.6.32-40-generic
  42. Found kernel: /boot/vmlinuz-2.6.32-38-generic
  43. Found kernel: /boot/vmlinuz-2.6.32-37-generic
  44. Found kernel: /boot/vmlinuz-2.6.32-36-generic
  45. Found kernel: /boot/vmlinuz-2.6.32-34-generic
  46. Found kernel: /boot/vmlinuz-2.6.32-33-generic
  47. Found kernel: /boot/vmlinuz-2.6.32-32-generic
  48. Found kernel: /boot/vmlinuz-2.6.32-30-generic
  49. Found kernel: /boot/vmlinuz-2.6.32-26-generic
  50. Found kernel: /boot/vmlinuz-2.6.32-24-generic
  51. Found kernel: /boot/vmlinuz-2.6.32-22-generic
  52. Found kernel: /boot/vmlinuz-2.6.31-21-generic
  53. Found kernel: /boot/vmlinuz-2.6.28-16-generic
  54. Found kernel: /boot/memtest86+.bin
  55. Updating /boot/grub/menu.lst ... done
  56.  
  57.  
  58.  
  59.  
  60.  
  61. patrick@patrick-laptop:~$ sudo grub-mkconfig --output=/boot/grub/meine.cfg
  62. Generating grub.cfg ...
  63. Found linux image: /boot/vmlinuz-2.6.32-46-generic
  64. Found initrd image: /boot/initrd.img-2.6.32-46-generic
  65. Found linux image: /boot/vmlinuz-2.6.32-40-generic
  66. Found initrd image: /boot/initrd.img-2.6.32-40-generic
  67. Found linux image: /boot/vmlinuz-2.6.32-38-generic
  68. Found initrd image: /boot/initrd.img-2.6.32-38-generic
  69. Found linux image: /boot/vmlinuz-2.6.32-37-generic
  70. Found initrd image: /boot/initrd.img-2.6.32-37-generic
  71. Found linux image: /boot/vmlinuz-2.6.32-36-generic
  72. Found initrd image: /boot/initrd.img-2.6.32-36-generic
  73. Found linux image: /boot/vmlinuz-2.6.32-34-generic
  74. Found initrd image: /boot/initrd.img-2.6.32-34-generic
  75. Found linux image: /boot/vmlinuz-2.6.32-33-generic
  76. Found initrd image: /boot/initrd.img-2.6.32-33-generic
  77. Found linux image: /boot/vmlinuz-2.6.32-32-generic
  78. Found initrd image: /boot/initrd.img-2.6.32-32-generic
  79. Found linux image: /boot/vmlinuz-2.6.32-30-generic
  80. Found initrd image: /boot/initrd.img-2.6.32-30-generic
  81. Found linux image: /boot/vmlinuz-2.6.32-26-generic
  82. Found initrd image: /boot/initrd.img-2.6.32-26-generic
  83. Found linux image: /boot/vmlinuz-2.6.32-24-generic
  84. Found initrd image: /boot/initrd.img-2.6.32-24-generic
  85. Found linux image: /boot/vmlinuz-2.6.32-22-generic
  86. Found initrd image: /boot/initrd.img-2.6.32-22-generic
  87. Found linux image: /boot/vmlinuz-2.6.31-21-generic
  88. Found initrd image: /boot/initrd.img-2.6.31-21-generic
  89. Found linux image: /boot/vmlinuz-2.6.28-16-generic
  90. Found initrd image: /boot/initrd.img-2.6.28-16-generic
  91. Found memtest86+ image: /boot/memtest86+.bin
  92. Found Microsoft Windows XP Professional on /dev/sda2
  93. done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement