zappa
Well-Known Member
Beersmith has native deb packages for 32 & 64 bit Ubuntu. Keep meaning to see if I can repackage it as an rpm.
Nice.zappa said:Beersmith has native deb packages for 32 & 64 bit Ubuntu. Keep meaning to see if I can repackage it as an rpm.
How do i boot up in rescue mode?zappa said:Sorry, you referred to booting up in rescue mode like booting into safe mode. That's what I meant by safe mode.
Anyway, you can't just shrink your Windows partition, create a new partition and install to that. You also need to shrink your Windows filesystem (which I believe is what Stu was alluding to). To do that, you would nornally use a tool like ntfsresize, but I'm not sure how the Ubuntu installer handles this these days. It may be automatic, in which case everything should still be there. Somwhere.
Boot up in rescue mode and try the bootrec /fixmbr trick. If that doesn't work, don't sweat it too much. There's other things you can try, some of which involves more bootrec, others using the grub cli. Have a google for "grub cli boot windows" to see how you can manually locate your Windows partition (if it still exists) and boot into windows.
The MBR is what BIOS looks for on the first sector (bootsector) of a disk to pass control to for the next phase in booting your OS. The second stage boot. Cerainly scary if you're playing with it without suitable knowledge and experience. It used to be a big target for virus writers, because they could inject code prior to your OS booting, which is why you should never allow random tools to write to your bootsector (and the term rightfully instills fear). However, in this case, using official Microsoft tools to restore your Windows bootloader to the MBR is a sane course of action after a botched grub install when you're not comfortable using the grub cli. In fact, grub is installed by default into your MBR (replacing the default Windows bootloader). So, I'm advocating official Windows tools to restore the original Windows bootloader under guidance of an official Microsoft "HOWTO". I certainly wouldn't recommend you play around with it for kicks, unless you like breaking **** in order to recover it.Ducatiboy stu said:MBR = Master Boot Record.
That is what your boot loader looks at when working out what system to load and where to find it on your hard drive. Ie the dev/sda or a:
Do Not **** with the MBR unless you are VERY VERY sure you have mapped your drive.
If you see ANYTHING to do with making changes to the MBR DO NOT ACCEPT ANY CHANGES.