General :: Boot From USB On Older Hardware?
Mar 1, 2010
I have an older computer that doesn't support booting from USB. Is there a boot CD that will boot an OS from USB such as the way Etherboot does for computers that don't support PXE?
View 1 Replies
ADVERTISEMENT
Nov 5, 2010
I have an older compaq laptop (P4). I just wanted to be able to boot a live cd. The trouble is the only live cd I can get to boot is SUSE 9.2 and it ends up having a scripting error. It is an old disk so it is probably shot.
I have tried to get fedora 14 to boot, but it will not. A newer computer I have will boot from the FC14.
why I cannot get the live CD's to boot?
View 14 Replies
View Related
Apr 2, 2011
I just installed Ubuntu 9.10 on an older PC (for some reason 10+ locks it up) and it takes a really long time for it to boot up. After the motherboard screen passes, I see the blinking cursor on the screen like it's loading, but it takes about five minutes until it finally boots to the OS. This isn't native to Ubuntu, it did the same thing with Mint. The PC was never this slow to boot up before, but I hadn't used it in about a year. Originally, I had WinXP and Ubuntu on it and it always started up pretty quick. Would this be a hardware problem or something else?
View 2 Replies
View Related
Jul 25, 2010
I admit that I am a bit confused on how to proceed with this.I currently have an older version of Ubuntu (6 something) and windows vista and I have dual booting. I am trying to install 10.04 on top of the older Ubuntu and I want to keep the Windows partition. Last time I tried, I completely screwed up.I have multiple partitions now with a bunch of smaller ones that got created by mistake. I would like to re-size my partitions to have 1 main windows partition, 1 linux partition and 1 swap file partition. My HD is 160GB and I would ideally like to have the Ubuntu and Windows partitions roughly the same size.I included some screenshots of the install process and also a screenshot of my partitions.
View 1 Replies
View Related
Sep 1, 2011
I've recently upgraded to Natty (11.04).The problem that is now occurring, and reoccurring, is like this:- Computer boots, but hangs on a purple screen (nothing on it). Nothing happens, after 15 minutes or so I give up waiting and hard reset.- Boot via Grub (holding shift) into recovery-mode: works fine, but I want the GUI, so I reboot.- After reboot the system hangs again, as mentioned before.- Hard reset again, and booting a previous kernel (2.6.32.8 ): works fine!- Restart again, boots in most recent kernel (2.6.38.10): works fine now.- Try to shutdown/restart again, problem re-occurs every time. So I use the workaround with the extra startup with the older kernel again.and finally typing this.
View 1 Replies
View Related
May 13, 2010
Is there a way to install older version of gcc using yum?I do a yum search, but it shows only the latest 4.5 version.
View 8 Replies
View Related
Jan 23, 2011
I have read the sticky and taken the quizzes, even installed ubuntu, mint, and fedora. I am looking for a distro for an older (4+) years E-machine PC. All I really want it to do is play Netflix online, and movies I have stored to an external hard drive. Maybe some torrenting and VERY light document work. I want it to be fast, and stable. Not bloated with all kinds of stuff I don't need like Ubuntu and mint, or crash like fedora every 20 mins.
View 7 Replies
View Related
Jan 26, 2011
No matter which glibc I use, I get the error that I need a compiler that supports visibility. I'm using 4.4.5, so it can't be too old.What is the visibility for gnu, this is a compile for glibc.Any glibc fails for the same reason. I can't compile an older version of gcc, more errors. Is it possible to turn off the check for visibility?
View 1 Replies
View Related
May 31, 2011
I used following command to sort one day older log files
Quote:
find /opt/TimesTen/tt_transaction_log/ -name "mtsDB.log*" -mtime +1 -print
following are log files which are existing, I have to delete one day older files from this location but when use above mentioned command it won't print one day older files, as i understand "-mtime" modified time, "+1" means one day older. am i correct?
Code:
-rw-rw-rw- 1 ablddb dba 268435456 May 30 17:11 mtsDB.log126985
-rw-rw-rw- 1 ablddb dba 268435456 May 30 17:17 mtsDB.log126986
-rw-rw-rw- 1 ablddb dba 268435456 May 30 17:23 mtsDB.log126987
[code].....
How can i print one day older logfiles?
View 3 Replies
View Related
Jan 17, 2011
my ubuntu version has changed from v.2.6.27-7 to 2.6.35.-- while i was trying to install my lxu800 modem.my modem was not intalled. this upgradation took place when i installed linux-image-2.6.27-7.deb files. now i want to get my older version of ubuntu. how can i do it.
View 3 Replies
View Related
Jan 24, 2011
I am using Suse linux 10 currently I have gcc 4.1.2.. I want to install gcc 3.4.2 .
View 3 Replies
View Related
Nov 17, 2010
I had upgraded from Samba to Samba 3x awhile ago. Which I found out that I didn't need to do because I have to update now 9 large patch releases which I have to install in order. Starting with the first one and I'm having Samba dependencies problems now. The patch releases to install are older than what's currently installed. Hopefully, once I get the conflicts resolved the rest should fall in line.
View 4 Replies
View Related
Jan 23, 2010
Do you know where I can get ISO's of older versions of debian. ver 2.2 ver 3 and 4
View 2 Replies
View Related
Feb 23, 2010
I did apt-get install qtcreator and it installed qt 4.5.3(qt4.5.2real) I had qt 4.5.2. If I go in Applications->programming I see 2 shortcuts for qtcreator, one of them being newer. How do I remove the older one? On another note, if I want to update Qt to 4.6 what would be the steps if I already have qt 4.5
View 1 Replies
View Related
Sep 24, 2010
Possible Duplicate:How do I delete files greater than a certain date on linux How to delete all files in current directory and it`s sub directories older than one year ?
View 2 Replies
View Related
Jul 28, 2010
I'm sure the answer is yes but, I'm wondering if you could put a newer distro of Linux on an older Mac (for example an iMac G4 or G5).
View 4 Replies
View Related
Jan 6, 2011
I am trying to put together ksh shell and I am new with writing scripts.How do you write a command to delete any files if it's 30 days old and also it's not currently being locked?
View 10 Replies
View Related
Sep 18, 2009
find -type f /path/* -mtime +7 -exec rm {} ;Is this the best way to delete only files (not directories) within /path that are older than 7 days? or is there a better way?
View 3 Replies
View Related
Sep 8, 2009
on my site now I'm using cache and need me cron script that will delete files older than 1 hour I have feature in my kloxo control panel just need me the command .
View 2 Replies
View Related
Mar 28, 2010
I am getting this when I build a project in JBoss Seam:
Code:
asookazian@asookazian-desktop:/opt/jboss-seam-2.2.1.CR1/examples/booking:10:30 PM:$ant clean explode
Buildfile: build.xml
clean:
initcopy:
initpoms:
[echo] Setting up dependencies
Build Failed
/opt/jboss-seam-2.2.1.CR1/build/common.build.xml:95: The following error occurred while executing this line:
/opt/jboss-seam-2.2.1.CR1/build/utilities.build.xml:18: Directory /opt/jboss-seam-2.2.1.CR1/classes/poms creation was not successful for an unknown reason
Total time: 0 seconds
How can I install Ant 1.7.0 (i.e. an older version of an existing package)?
Code:
asookazian@asookazian-desktop:/opt/jboss-seam-2.2.1.CR1/examples/booking:10:31 PM:$sudo apt-get install ant=1.7.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Version '1.7.0' for 'ant' was not found
I downloaded the zip file for 1.7.0 but I need to redo all the symbolic link stuff, no?
Code:
asookazian@asookazian-desktop:/usr/bin:10:34 PM:$ls -la ant | less
Code:
lrwxrwxrwx 1 root root 20 2010-03-23 06:15 ant -> ../share/ant/bin/ant
I'd like to keep both versions of the ant package in my Ubuntu 9.10 system if possible...
View 1 Replies
View Related
Oct 8, 2009
I have two older PC's, that I would like to revive, or at least make somewhat useful. I've experimented with Ubuntu and Damn Small Linux so far but I know there are probably better solutions. Computer number 1 is from (estimate) 1996, it's native OS is Win95. It has very modest specs
2GB HDD
16MB RAM
200MHz Pentium processor
CD Drive, (probably not a CD-R or CD-RW...which may explain why DSL wouldn't work.)
Currently it's mostly used to play the occasional game of Doom and word processing, and educating my little brother on how lucky he is to be growing up today. I've been wishing to use Linux on it, but Ubuntu is out of the question, and DSL refused to boot, (probably because I suck at burning discs)I tried running something called GreyCat linux on it, but that was next to useless and I had to input all sorts of commands and insert floppies just to get it to start up. I'm hopeless with CLI, I honestly don't expect much of a response for poor old computer number 1.Computer number 2 is much more optimistic. It's from around 1999-2000, it's native OS is Win98, but I gave it Win2k due to Win98 being insecure and all. Win2k is going to stop getting security updates mid 2010, so I figured I should be prepared. I tried Ubuntu on it, but that was slower than Win2k, so I don't think I could do that to my old friend (the computer), I've successfully put DSL on it, but I'm sure it's more capable than that.
-30GB HDD
-384 MB RAM
-900 or so MHz Pentium 3
-DVD drive and a CD-RW drive
Both computers have 2 USB ports each, computer number 1 doesn't seem to know it though.
View 13 Replies
View Related
Jul 6, 2011
I use this below script to delete the logfiles older than 1 day .find /home/cie101/madhu1 -mtime +1 -exec rm {} ;and it doesnot work properly.
View 12 Replies
View Related
Feb 11, 2011
I issue the command ps -aux | grep tony. It displays the following output
tony 10986 0.0 0.0 33532 464 ? S Feb01 0:00 vncconfig -iconic
tony 10988 0.0 0.0 86012 512 ? S Feb01 0:00 twm
tony 15553 0.0 0.0 92404 1848 ? S 10:34 0:00 sshd: tony@pts/34
[code]....
View 3 Replies
View Related
Jun 8, 2010
how to find a file with a ctime older than. let's say, 5 seconds? What I would like to do is to move all "new" files in a specific folder but not files that has not yet finished uploading.
View 1 Replies
View Related
Sep 28, 2010
I would like to add latest tc+esfq functionality to machines running older distributions, FC3, FC5 etc. I am told I should down load the latest kernel and recompile with the proper patches which I can do. Are there problems with using latest kernels with older distributions, they are all running 2.6.x, but the x has of course gone up since FC3.
View 1 Replies
View Related
Nov 28, 2010
I belive there must some option i need to enable to log all the kernel panic in linux mechine so that later on i can view those.
i initally thought if i install kdump, it will store all kernel panic in /var/crash folder, but no , its not doing that
so whats is the way to log all kernel panic in linux system for later view.
View 4 Replies
View Related
Jun 26, 2010
I'm running a Xen VDS from a hosting company.
I'm trying to update the kernel, because the one that is running is rather "old":
Code:
I try to update the kernel with yum, but fail :
Code:
No Packages marked for Update
Code:
No Packages marked for Update
Code:
So where to get a more up to date kernel?
View 11 Replies
View Related
Nov 19, 2010
what new features in RHEL6 comparing to its older versions??
View 4 Replies
View Related
Apr 7, 2011
I am trying to write a simple back up script in python where I try to list the files that are 24 hours old in specific directories that I would choose.I read the manual of find and used
find . -mtime 1 > log.dat
to get the list of files in the log.dat however I also get the path information in that list as such
./hpc06MatlabCodes/2011/Apr/3dBoxModel
./hpc06MatlabCodes/2011/Apr/3dBoxModel/vfluidIrca10.dat
./hpc06MatlabCodes/2011/Apr/3dBoxModel/vLRecoveredSystem.mat
is there a way to exclude the directories and only get the files list.
View 2 Replies
View Related
Aug 17, 2011
When I use emerge --sync my older .ebuild files are removed. How to get newer .ebuild-s, but not lose older ?
View 1 Replies
View Related