Ubuntu startup settings in windows 1. After windows xp is reinstalled, the Ubuntu startup item will be restored (Ubuntu installed with wubi). I will install wubidr and wubidr In the ubuntu-> winboot folder. copy two mbr files to the root directory of the C drive, and then use NotePad to open the boot. ini, add c: \ wubildr to the last row. mbr = "Ubuntu", and then save and restart. The ubuntu startup Item I want is displayed !!! Ii. Resume the Ubuntu startup Item (Ubuntu installed with wubi) in Vista or Windows 7. Recently, Windows 7 (vista is the same) has been reinstalled, but I don't want to leave the previously installed Ubuntu with no startup Item, windows 7 (vista likewise) does not have boot. INI file editing method, Because Ubuntu was installed in Windows with wubi! Recovery Method: 1. install wubidr and wubidr In the ubuntu-> winboot folder. copy two mbr files to the C-drive root directory. in "run", Enter cmd to the command prompt. On the command interface, run bcdedit/create/d "linux"/application bootsector to get the following code: \ windows \ system32> bcdedit/create/d "Ubuntu"/application bootsector // The name entry {dbff544b-a7c4-11dd-a51d-00155803ebb4} displayed on the Multi-boot menu was created successfully. 3. copy the id in {}, such as the dbff544b-a7c4-11dd-a51d-00155803ebb44. enter the following command (Note: Replace the id in the {} below with the id obtained in step 1) bcdedit/set {id} device partition = c: bcdedit/set {id} path \ wubildr. mbrbcdedit/set {id} description "Ubuntu" bcdedit/displayorder {id}/addlast