Re: How old is your computer? Hardware and Software by Reverend Jim I stick with Windows because of long familiarity at the office. After years of networking/sysadmin and dbadmin I just had too much invested in MS. Too bad OS/2 died. When we got PC workstations for the control centre operators to interface to our AGTC/SCADA system we went for OS/2. We felt it was far superior to anything from Microsoft at the time… Re: How old is your computer? Hardware and Software by Reverend Jim >Our office started with PC DOS and WordStar If you want to get really picky, I spent a year (1978) doing medical research on a Cromemco running CP/M and whatever horrid OS (if you can even call it that) ran on a small Data General beast. DOS program created with Clipper error out in Windows 2000 Hardware and Software Microsoft Windows by moore003 DOS program created with Clipper error out in Windows 2000 Upgraded OS from Windows NT to Windows 2000, running a dos program created with Clipper Software. The program is executed from a dos prompt on the desktop. The program runs fine until the mouse is used, touched, bumped, etc. The program runs but quits/error out when the mouse is … dos commands through Cpp Programming Software Development by sanuphilip dos commands through Cpp program copy,type,del,dir,rd Re: DOS and Bash Programming Software Development by sknake DOS uses "dir *" to match on the file name, such as "dir D*" will run for the currently directory and show all files/dirs beginning with D: [code=dos] C:\Documents and Settings\scott.SCOTTIE>echo D* D* C:\Documents and Settings\scott.SCOTTIE>dir D* Directory of C:\Documents and Settings\scott.SCOTTIE 07/22/2009 … Re: Dos print Programming Software Development by rch1231 Dos prints directly to the printer and windows spools the files and prints them in the background. When printing from dos you wait till it finishes sending the file to the printer till it continues processing. Re: DOS 'move' command messes up permissions Programming Software Development by SalmiSoft DOS can handle 'for each PDF file in folder...' but it is a bit messy. You could do something like this: @echo off REM: 'for each PDF file in folder...' demo by SalmiSoft REM: Copies all PDFs from a number of source directories to REM: a common target directory. REM: Files that are successfully copied to the target … Re: DOS program created with Clipper error out in Windows 2000 Hardware and Software Microsoft Windows by Alvein Try to look for a mouse driver for DOS (like "mouse.com", etc. Never a .sys file!). I have one at hand.... If that does not work, I think you will have to get a DOS emulator. grub bootloader Hardware and Software Linux and Unix by skorchio hello folks I've had XP and Mandrake 9.1 dualboot on my machine for a few months, grub is my bootloader. I recently attempted to create a new NTFS logical partition on the hdd. On completion, this needed a reboot, which I started, but now the grub bootloader isn't working. Usually it prompts for linux or windows, but now it is just returning a… GRUB Editing Hardware and Software Linux and Unix by iamthesgt I've got Open SUSE 11.4 and Ubuntu 10.10 now installed on the same machine now, but I need to edit the GRUB so I can boot into them. I can boot into OpenSUSE fine, but since it overwrote the Ubuntu bootloader, I can't seem to get it to boot into it. I added an entry for Ubuntu after looking around the internet: [CODE]###Don't change this comment -… grub.cfg Hardware and Software Linux and Unix by lewashby I just went in to edit /boot/grub/grub.cfg and the first thing I seen in the file was this: # # DO NOT EDIT THIS FILE # # It is automatically generated by grub-mkconfig using templates # from /etc/grub.d and settings from /etc/default/grub # How am I to make changes if the first thing I see is a comment telling me not … Re: GRUB Editing Hardware and Software Linux and Unix by albinard There's a quick and dirty fix: Boot into the Ubuntu Live disc Mount the Ubuntu partition: sudo mount /dev/sda(whatever partition it's on) Run grub-install: sudo grub-install --root-directory=mnt/dev/sda Reboot, then run sudo update-grub Grub2 recognizes legacy grub partitions, but legacy knows nothing of 2. Re: GRUB - Dual Booting Ubuntu and Win7 Hardware and Software Linux and Unix by jbennet Best way is to boot the ubuntu CD. On the CD is an option for "Rescue Mode" (not graphical rescue mode!!) under Advanced Options. Go through those steps, and then choose to reinstall GRUB. Method 2: 1. Boot your computer up with Ubuntu CD 2. Open a terminal window or switch to a tty. 3. Type sudo grub. Should get text of which … Re: grub bootloader Hardware and Software Linux and Unix by DMR You're almost certainly right- adding the new partition has probably caused the partition information in grub's config file to become out of sync with the current partition layout. Are your / (root) and boot filesystems on separate partitions, or is boot just a subdirectory on the / partition? If you can tell us that we can tell you exactly how … Re: grub bootloader Hardware and Software Linux and Unix by DMR You're welcome. I haven't used Mandrake in a while, so I can't tell you exactly how you get into rescue mode once you've booted from the CD, but I know the option is there somewhere. Once you do get into rescue mode and get to a command prompt, typing the following command will exxentially switch you from running of the CD to running off the … GRUB in UBUNTU Hardware and Software Linux and Unix by peter_budo I recently installed Ubuntu 7.04 on my system and for last few days been learning ways around this system and get familiar with it. I have to say I'm glad that my university has 25% machines running unix systems for Computer Science students or I would be lost. Today I was messing little around and somehow changed GRUB. Since then GRUB menu just … Grub doubt Hardware and Software Linux and Unix by luismidife Greetings for the community of this forum=) I have a doubu about the GRUB. When I install linux I make a partition using Partition Magic, then I boot from de cd choose the file system, the space for the file system and the space for the Swapp. My question is, when I dont want to use that partition anymore containing linux and I also… GRUB compile problem.. Programming Software Development by asitmahato Hi.. I have downloaded grub source code from [url]ftp://ftp.gnu.org/gnu/grub[/url]. I have compiled that source code using ./configure then make command but i have not get any binary file. Actually i want to use GRUB boot loader for my own Os. please guide me. I am very new here. thanks in advance..:) Re: GRUB Editing Hardware and Software Linux and Unix by iamthesgt Thanks for the response. I actually already figured that out - I installed Fedora and Ubuntu side by side, then install SUSE without its bootloader. I then ran grub-update in Ubuntu and SUSE was there upon reboot. Re: GRUB in UBUNTU Hardware and Software Linux and Unix by peter_budo Found solution in this tutorial about [URL="http://users.bigpond.net.au/hermanzone/p15.htm#timer"]GRUB[/URL] [quote="http://users.bigpond.net.au/hermanzone/p15.htm#timer"]If you are also 'hiding' the grub menu, you will have 3,2, or 1 second to [B]press 'Esc' to show the menu[/B].[/quote] grub or Lilo install Hardware and Software Linux and Unix by Valmian Hello, Here is the deal. I have two harddrives. One has RedHat Linux9.0, and one has Windows 2k. I used to have a functional grub install. But then I had to reinstall win2k and it deleted my grub at mbs. Now I can't access Linux. I also lost my boot floppy. Is there anyway to install any sort of fork that will allow me to chose between win2k and … Re: grub or Lilo install Hardware and Software Linux and Unix by TallCool1 [QUOTE=Valmian]Here is the deal. I have two harddrives. One has RedHat Linux9.0, and one has Windows 2k. I used to have a functional grub install. But then I had to reinstall win2k and it deleted my grub at mbs. Now I can't access Linux. I also lost my boot floppy. Is there anyway to install any sort of fork that will allow me to chose between … Re: grub or Lilo install Hardware and Software Linux and Unix by Valmian [QUOTE] How are your partitions organized? The way I solved a similar problem in my system was to use [b]GAGBoot[/b] [url="http://GAG.SourceForge.net"]http://GAG.SourceForge.net[/url] It can be installed to a floppy or to the HD. I use it on a floppy because my Windows 120 GB HD has a special MBR so Win98 can recognize it. With … Grub Won't Let Me Boot Windows Hardware and Software Linux and Unix by 1image Hi all, hope i'm the right place, My problem in short is i can't boot windows. The long is i've been playing around with Ubuntu, i got annoyed with the innability to get my graphics card going so i decided to have a look at Suse 10.1 but in the middle of install i got cold feet:eek: so before supposedly any thing permanent took place i hit abort.… Re: Grub Won't Let Me Boot Windows Hardware and Software Linux and Unix by John A Usually a damaged Master Boot Record (which is where GRUB is installed) will cause an inability to boot Linux or Windows. Windows does not need the Master Boot Record, however, so wiping the MBR will quite often solve people's problems switching from Linux back to Windows. But remember, wiping the MBR means you can no longer boot back into Linux, … Re: Grub doubt Hardware and Software Linux and Unix by sknake It sounds like GRUB has been installed in the MBR. You should be able to run [icode]fdisk /mbr[/icode] from your windows installation media to overwrite the boot loader. GRUB Error Hardware and Software Linux and Unix by nadskap2 Hello there DaniWeb. I REALLY hope you can help me in this case :( else i cant get to use my PC. Well, some days ago, i went into my PC and cleared up some partitions etc so i could have more space on some of my others. So i deleted 2 partitions. One was on 5GB and other was on 67GB. They had no names. And then i rebooted. But i couldn't … Re: Grub Loader Hardware and Software Linux and Unix by jbennet No. You can install GRUB to non-hdd locations e.g a floppy, if you want to. Also you can use NTLDR (the windows bootloader) to boot linux. A bit of a pain, but a bit easier in recent (vista/7) versions. Installing GRUB is the easiest way but its understandable if you dont want to (e.g dont want to nuke shortcut access to a recovery partition) Re: GRUB Error Hardware and Software Linux and Unix by beth22 You have deleted boot partition in this case. To fix this, just booting up with Ubuntu Live CD, fire up Terminal and type these followings: $sudo bash #grub #root (hd0,0) // assume this is your first hard disk, and root is first partition #setup (hd0) #quit and reboot Hope that help! Re: GRUB Error Hardware and Software Linux and Unix by makman99 I just did this a few days ago... You deleted the partition with the actual GRUB installation on it. I could not find a way to get it back, so I ended up clearing the whole thing off. Just live-boot an OS, copy all your needed files, and then fresh install your OS again.