Advertisement
inukaze

Grub - Burg - MultiBoot I need Fix it

Oct 23rd, 2011
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.86 KB | None | 0 0
  1. Inukaze - BLKID & FSTAB - i try to Fix my GRUB / BURG :
  2.  
  3. Debian - Partitions :
  4.  
  5. Ubuntu = /dev/sda2
  6. Boot = /dev/sda4
  7. Debian = /dev/sdb3
  8. Windows = /dev/sdc1
  9.  
  10.  
  11. Ubuntu - Partitions :
  12. Ubuntu = /dev/sda2
  13. Boot = /dev/sda4
  14. Debian = /dev/sdf3
  15. Windows = /dev/sdg1
  16.  
  17. I dont know , why the "Debian & Windows" partitions are diferents under Ubuntu 11.04 ??? i need the right info
  18. to boot my operating system . Because "if" i "boot" Debian , i cant boot Ubuntu , but if i boot ubuntu i cant boot Debian
  19. but in both cases i can boot Windows . this is a practice need it for me , because i wanna install after Mac OS X for AMD
  20.  
  21.  
  22. Ubuntu 11.04 Natty :
  23.  
  24. :/# blkid
  25. /dev/sda1: UUID="4e3ee8c9-e15f-4923-88b6-c7fa614fd8f9" TYPE="swap"
  26. /dev/sda2: LABEL="Main_Distro" UUID="6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f" TYPE="ext4"
  27. /dev/sda3: LABEL="Stryder" UUID="3575eeb5-6855-414a-9c7a-20a05440c570" TYPE="ext4"
  28. /dev/sda4: LABEL="Boot" UUID="15f00014-5a64-46b2-8639-49f6cbadec46" SEC_TYPE="ext2" TYPE="ext3"
  29. /dev/sdf1: UUID="5d429ebb-6938-465b-95f2-5dc5bccf053a" TYPE="swap"
  30. /dev/sdf3: LABEL="Debian AMD64" UUID="ac36974b-eece-4128-be9a-b77dd973cb9a" UUID_SUB="3bb27369-8aac-4fe2-b43a-672cb1be3fc3" TYPE="btrfs"
  31. /dev/sdf4: LABEL="Maquiavelo" UUID="42c2a9f3-d9ae-4bea-828e-4e79a3766501" TYPE="ext4"
  32. /dev/sdg1: LABEL="WindowsXP" UUID="08F0DA2AF0DA1E2E" TYPE="ntfs"
  33. /dev/sdg2: LABEL="Hybrido" UUID="548C7B2C8C7B07AE" TYPE="ntfs"
  34.  
  35.  
  36. /# cat /etc/fstab
  37. # /etc/fstab: static file system information.
  38. #
  39. # Use 'blkid -o value -s UUID' to print the universally unique identifier
  40. # for a device; this may be used with UUID= as a more robust way to name
  41. # devices that works even if disks are added and removed. See fstab(5).
  42. #
  43.  
  44. # <file system> <mount point> <type> <options> <dump> <pass>
  45. proc /proc proc nodev,noexec,nosuid 0 0
  46.  
  47. # / was on /dev/sda2 during installation
  48. UUID=6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f / ext4 errors=remount-ro 0 1
  49.  
  50. # /boot on /dev/sda4 Manual
  51. UUID=15f00014-5a64-46b2-8639-49f6cbadec4 /boot ext3 defaults 0 2
  52.  
  53. # /media/hibrido was on /dev/sdb2 during installation
  54. UUID=548C7B2C8C7B07AE /media/hibrido ntfs-3g defaults,umask=007,gid=46,utf8 0 0
  55.  
  56. # /media/stryder was on /dev/sda3 during installation
  57. UUID=3575eeb5-6855-414a-9c7a-20a05440c570 /media/stryder ext4 defaults 0 2
  58.  
  59. # /media/windows was on /dev/sdb1 during installation
  60. UUID=08F0DA2AF0DA1E2E /media/windows ntfs-3g defaults,umask=007,gid=46,utf8 0 0
  61.  
  62.  
  63. # Agregado Manualmente por Inukaze :
  64. # 160GB HDD - Swap
  65. UUID="4cc364e1-44c8-4247-9bce-5a7ef7db1ff7" none swap sw 0 0
  66.  
  67. # 160GB HDD - Root
  68. UUID="ac36974b-eece-4128-be9a-b77dd973cb9a" /media/alt_distro ext4 auto,defaults,rw,exec 0 1
  69.  
  70. # 160GB HDD - Data / Maquiavelo
  71. UUID="42c2a9f3-d9ae-4bea-828e-4e79a3766501" /media/maquiavelo ext4 auto,defaults,rw,exec 0 2
  72.  
  73. ===========================================================================================================
  74.  
  75. Debian 6.0.3 - AMD64 : BLKID & Fstab :
  76.  
  77. sudo blkid
  78. [sudo] password for inukaze:
  79.  
  80. /dev/sdb1: UUID="11ebf384-742c-4a28-b3c1-5ec401c02900" TYPE="swap"
  81. /dev/sdd1: LABEL="INSDEBIAN" UUID="80E9-AB6F" TYPE="vfat"
  82. /dev/sda1: UUID="4e3ee8c9-e15f-4923-88b6-c7fa614fd8f9" TYPE="swap"
  83. /dev/sda2: LABEL="Main_Distro" UUID="6c43c0bf-a3fc-4450-aa38-b0f5bb589b9f" TYPE="ext4"
  84. /dev/sda3: LABEL="Stryder" UUID="3575eeb5-6855-414a-9c7a-20a05440c570" TYPE="ext4"
  85. /dev/sda4: LABEL="Boot" UUID="15f00014-5a64-46b2-8639-49f6cbadec46" TYPE="ext3"
  86. /dev/sdc1: LABEL="WindowsXP" UUID="08F0DA2AF0DA1E2E" TYPE="ntfs"
  87. /dev/sdc2: LABEL="Hybrido" UUID="548C7B2C8C7B07AE" TYPE="ntfs"
  88. /dev/sdb3: LABEL="Debian AMD64" UUID="ac36974b-eece-4128-be9a-b77dd973cb9a" UUID_SUB="3bb27369-8aac-4fe2-b43a-672cb1be3fc3" TYPE="btrfs"
  89. /dev/sdb4: LABEL="Maquiavelo" UUID="42c2a9f3-d9ae-4bea-828e-4e79a3766501" TYPE="ext4"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement