It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
Originally posted by peacejet
Guys, major problem.
For the past few days, ubuntu refused to boot up. When, I click for ubuntu to boot from the dual boot screen, the ubuntu symbol comes up and loads for some time and then the screen goes blank and monitor switches off without signal.
So, I thought that I would reinstall ubuntu and uninstalled it using the control panel in xp. It was removed in seconds, but the thing is that ubuntu still shows up on the boot screen. How do I rectify that?:shk:
I think, I cant install ubuntu again without rectifying that problem.
Originally posted by peacejet
So, I thought that I would reinstall ubuntu and uninstalled it using the control panel in xp. It was removed in seconds, but the thing is that ubuntu still shows up on the boot screen. How do I rectify that?:shk:
I think, I cant install ubuntu again without rectifying that problem.
Originally posted by Now_Then
Originally posted by peacejet
Guys, major problem.
For the past few days, ubuntu refused to boot up. When, I click for ubuntu to boot from the dual boot screen, the ubuntu symbol comes up and loads for some time and then the screen goes blank and monitor switches off without signal.
So, I thought that I would reinstall ubuntu and uninstalled it using the control panel in xp. It was removed in seconds, but the thing is that ubuntu still shows up on the boot screen. How do I rectify that?:shk:
I think, I cant install ubuntu again without rectifying that problem.
You can just go ahead and reinstall Ubuntu - when you boot off the Ubuntu disk and the partitioner starts up you will probably still see the linux partitions - the installation will just re write over those with a fresh install - be careful not to install it to your windows partition though!!!
If you don't want Linux on there you actually have to remove the partition and fix the MBR - best way is with a partition manager that will see the Linux partitions (I recommend parted magic ) - use that to delete the linux partition, and then either resize your windows partitions OR (better idea) just reformat the linux one into another NTFS block... After that you need the original Windows disk - boot off that and get into the recovery console, you need to re write the MBR - so you can either choose to repair computer (check the box about issues starting up computer) Or better idea is to use the command prompt - you will have to find out the proper commands first though - for win XP it's something like FIX MBR... hang on...
XP: Repair or fix master boot record using recovery console
(if your using Vista or windows & then it's different)
But you can just go ahead and install Ubuntu over the old installation no problem - just pay very close attention to the partitioner part of the installation.
Originally posted by semperfortis
reply to post by Ian McLean
[..]
Can you, if you have the time, explain the process from start to finish.. I mean start me at my desktop and go from there?
Sorry to be a pain, but I get confused with a lot of the editing required in Linux and don't really understand where to go to put the text in..
I'm not afraid of the command line by any means, but MEncoder is one of those programs that has so many options and switches that its nearly impossible to keep track of them all. Just doing a moderately complex operation is a paragraph's worth of text.
from ubuntuforums.org...
$ mencoder -of mpeg -oac lavc -ovc lavc -mpegopts format=dvd -ofps 30000/1001 -srate 48000 -af lavcresample=48000 -vf scale=720:368,expand=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=4900:keyint=15:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3
-o outputfile.mpg inputfile.avi
command -option1 valueforoption1 -option2 valueforoption2 -valuelessoption3 file file2/dir/etc..
mencoder -of mpeg -oac lavc -ovc lavc -mpegopts format=dvd -ofps 30000/1001 -srate 48000 -af lavcresample=48000 -vf scale=720:368,expand=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=4900:keyint=15:vstrict=0:acodec=ac3:abitrate=192:aspect=4/3
-o outputfile.mpg Downloads/inputfile.avi