barjac

grub-install

Oct 12th, 2010
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.92 KB | None | 0 0
  1. [root@jackodesktop baz]# grub-install /dev/sda19
  2. which: no ofpathname in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin)
  3. which: no nvsetenv in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin)
  4. /usr/local/sbin/grub-setup: warn: Attempting to install GRUB to a partitionless disk. This is a BAD idea..
  5. /usr/local/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
  6. /usr/local/sbin/grub-setup: error: if you really want blocklists, use --force.
  7. [root@jackodesktop baz]# grub-install --force /dev/sda19
  8. which: no ofpathname in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin)
  9. which: no nvsetenv in (/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin:/usr/lib/qt4/bin)
  10. /usr/local/sbin/grub-setup: warn: Attempting to install GRUB to a partitionless disk. This is a BAD idea..
  11. /usr/local/sbin/grub-setup: warn: Embedding is not possible. GRUB can only be installed in this setup by using blocklists. However, blocklists are UNRELIABLE and their use is discouraged..
  12. /usr/local/sbin/grub-setup: error: cannot read `/boot/grub/core.img' correctly.
  13. [root@jackodesktop baz]# df
  14. Filesystem Size Used Avail Use% Mounted on
  15. /dev/sda19 32G 7.6G 23G 26% /
  16. /dev/sda12 97G 72G 26G 74% /home
  17. /dev/sdb1 241G 64G 165G 28% /backup
  18. /dev/sda18 97G 32G 61G 35% /iso
  19. /dev/sda9 97G 51G 41G 56% /store
  20. /dev/sdc1 466G 424G 43G 91% /media/imo
  21. [root@jackodesktop baz]# fdisk -l
  22.  
  23. Disk /dev/sda: 1000.2 GB, 1000204886016 bytes
  24. 16 heads, 63 sectors/track, 1938021 cylinders
  25. Units = cylinders of 1008 * 512 = 516096 bytes
  26. Sector size (logical/physical): 512 bytes / 512 bytes
  27. I/O size (minimum/optimal): 512 bytes / 512 bytes
  28. Disk identifier: 0x251c251b
  29.  
  30. Device Boot Start End Blocks Id System
  31. /dev/sda1 * 1 6095 3071848+ 83 Linux
  32. /dev/sda2 6096 1404270 704680200 5 Extended
  33. /dev/sda5 6096 16253 5119600+ 83 Linux
  34. /dev/sda6 16254 24379 4095472+ 82 Linux swap / Solaris
  35. /dev/sda7 24380 40632 8191480+ 83 Linux
  36. /dev/sda8 40633 243806 102399664+ 83 Linux
  37. /dev/sda9 243807 447108 102464176+ 83 Linux
  38. /dev/sda10 447109 463361 8191480+ 83 Linux
  39. /dev/sda11 463362 485761 11289568+ 83 Linux
  40. /dev/sda12 485762 690042 102957592+ 83 Linux
  41. /dev/sda13 690047 706303 8193118+ 83 Linux
  42. /dev/sda14 706303 726623 10241406 83 Linux
  43. /dev/sda15 726624 750087 11825824+ 83 Linux
  44. /dev/sda16 750088 773098 11597512+ 83 Linux
  45. /dev/sda17 839451 855703 8191480+ 83 Linux
  46. /dev/sda18 855704 1058877 102399664+ 83 Linux
  47. /dev/sda19 773099 839450 33441376+ 83 Linux
  48. /dev/sda20 1058878 1075130 8191480+ 83 Linux
  49. /dev/sda21 1075131 1115764 20479504+ 83 Linux
  50. /dev/sda22 1115765 1318936 102398656+ 83 Linux
  51. /dev/sda23 1318937 1379888 30719776+ 83 Linux
  52. /dev/sda24 1379889 1404270 12288496+ 83 Linux
  53.  
  54. Partition table entries are not in disk order
  55.  
  56. Disk /dev/sdb: 500.1 GB, 500107862016 bytes
  57. 16 heads, 63 sectors/track, 969021 cylinders
  58. Units = cylinders of 1008 * 512 = 516096 bytes
  59. Sector size (logical/physical): 512 bytes / 512 bytes
  60. I/O size (minimum/optimal): 512 bytes / 512 bytes
  61. Disk identifier: 0x00045554
  62.  
  63. Device Boot Start End Blocks Id System
  64. /dev/sdb1 * 1 507936 255999712+ 83 Linux
  65. /dev/sdb2 507937 969021 232386840 5 Extended
  66. /dev/sdb5 507937 969021 232386808+ 83 Linux
  67.  
  68. Disk /dev/sdc: 500.1 GB, 500107862016 bytes
  69. 255 heads, 63 sectors/track, 60801 cylinders
  70. Units = cylinders of 16065 * 512 = 8225280 bytes
  71. Sector size (logical/physical): 512 bytes / 512 bytes
  72. I/O size (minimum/optimal): 512 bytes / 512 bytes
  73. Disk identifier: 0x7b8dc783
  74.  
  75. Device Boot Start End Blocks Id System
  76. /dev/sdc1 * 1 60801 488384001 7 HPFS/NTFS
  77.  
  78. Disk /dev/sdd: 250.1 GB, 250059350016 bytes
  79. 255 heads, 63 sectors/track, 30401 cylinders
  80. Units = cylinders of 16065 * 512 = 8225280 bytes
  81. Sector size (logical/physical): 512 bytes / 512 bytes
  82. I/O size (minimum/optimal): 512 bytes / 512 bytes
  83. Disk identifier: 0x2b3309d1
  84.  
  85. Device Boot Start End Blocks Id System
  86. /dev/sdd1 * 1 509 4088511 7 HPFS/NTFS
  87. /dev/sdd2 510 30401 240107490 5 Extended
  88. /dev/sdd5 510 1528 8185086 83 Linux
  89. /dev/sdd6 1720 3004 10321731 83 Linux
  90. /dev/sdd7 3005 10669 61569081 83 Linux
  91. /dev/sdd8 15822 28621 102815968+ 7 HPFS/NTFS
  92. /dev/sdd9 1529 1719 1534176 82 Linux swap / Solaris
  93. /dev/sdd10 10670 15821 41383408+ 83 Linux
  94. /dev/sdd11 28622 30401 14297818+ 83 Linux
  95.  
  96. Partition table entries are not in disk order
  97. [root@jackodesktop baz]#
Add Comment
Please, Sign In to add comment