Recent Posts
None | 44 sec ago
None | 1 min ago
C | 3 min ago
None | 3 min ago
Bash | 4 min ago
C++ | 5 min ago
Java | 5 min ago
None | 5 min ago
None | 6 min ago
JavaScript | 6 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By space_Cadet on the 4th of Jul 2009 03:14:23 PM Download | Raw | Embed | Report
  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.
Submit a correction or amendment below. [ previous version ] | [ difference ] | Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: