Guest
Public paste!

space_Cadet

By: a guest | Jul 4th, 2009 | Syntax: None | Size: 1.47 KB | Hits: 13 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. Partition your disk with vista, then chkdsk.
  2.  
  3. THEN
  4.  
  5. Install Ubuntu, making sure to place the GRUB on the Ubuntu Partition, (the last step before the install has a summary page, and an advanced button, click the button, and change the grub installation to the partition that you are installing ubuntu on.)
  6.  
  7. THEN
  8.  
  9. Reboot into windows, and grab this...
  10.  
  11. http://www.winimage.com/bootpa26.zip
  12.  
  13. Extract that to C:\ and open a cmd prompt as admin (start > type cmd > press ctrl+shift+enter > press alt+c)
  14.  
  15. In CMD, do:
  16.  
  17. C:\windows\system32>cd \
  18.  
  19. C:\>mkdir bootpart
  20.  
  21. C:\>bootpart
  22.  
  23. Bootpart will list  your partitions, like this...
  24.  
  25. Physical number of disk 0 : ad9cad9c
  26.  0 : C:  type=5  (Extended), size= 506047 KB, Lba Pos=16065
  27.  1 : C:  type=6   (BIGDOS Fat16), size= 506016 KB, Lba Pos=16128
  28.  2 : C:  type=17 , size= 79754692 KB, Lba Pos=1028160
  29.  3 : C:* type=7  (HPFS/NTFS), size= 81690525 KB, Lba Pos=160537545
  30.  4 : C:  type=17 , size= 82172475 KB, Lba Pos=323918595
  31.  
  32. You would select the one that says (Linux Native) so let's say it's 1
  33.  
  34. C:\>BOOTPART 1 LBA c:\Bootpart\Ubuntu.bin
  35.  
  36.  
  37. THEN
  38.  
  39. run bcdedit.exe
  40.  
  41. C:\Windows\system32>bcdedit.exe /enum
  42.  
  43. will show you current entries in the boot menu.
  44.  
  45. C:\>bcdedit.exe /create {legacy} /d "Ubuntu Linux"
  46. C:\>bcdedit.exe /set {legacy} device partition=C:
  47. C:\>bcdedit.exe /set {legacy} path \bootpart\Ubuntu.bin
  48. C:\>bcdedit /displayorder {legacy} {current}
  49.  
  50. Now reboot the system and see the new entry in the boot loader.