|
#81
|
|||
|
|||
|
dual boot
Quote:
Sincerely |
|
#83
|
||||
|
||||
|
hmmm... some how, i managed to get the GUI to run at 320x200 pixels again (AGX)... now, how can i install the rpm driver from here? or maybe i should ask, "can i install?", cause the screen's so small, it can't even show the whole search window (yes, i've resized it to 0x0)...
and it seems like linux won't detect my floppy disk that contains the rpm file. |
|
#84
|
||||
|
||||
|
Ai Hate, you might want to umount all non-Linux partitions before running updatedb. It shouldn't take too long, maybe a few minutes if you have some hundreds of thousands of files. By default it doesn't tell you anything, just scans the files and returns to the command prompt. If you don't see any disk activity, it might have stopped responding. You can quit it by pressing CTRL+C, if that doesn't help, open a new terminal (for example, ALT-F2) and type killall -9 updatedb.
If rpm command says it can't find the rpm file, there's nothing wrong with rpm command, it just can't find that file. In Red Hat 7.2, floppy drive is usually mounted with mount /dev/fd0 /mnt/floppy. |
|
#85
|
||||
|
||||
|
Quote:
hehe. fd0? i just tried guessing with fd1, fda and nothing. and when i used fdd, it gives me some errors and stuff. freaks me out. ![]() so after i mount the floppy disk to /mnt/floppy, i use the command: rpm -i /mnt/floppy/powervr.rpm right? then why can't i use: rpm -i /mnt/win2k/powervr.rpm in the first place, since the rpm is in C: (root)? or is it that linux can't read FAT created by windows? one question about the floppy disk. when i managed to get my way around a linux running GUI at 320x200 pixels, linux won't read the disk i have my rpm in. it would just come up with a blank. at first i thought it's about mounting, but then it can read my linux boot disk. (i created the shortcut to the floppy disk by right clicking the desktop and blah blah blah) i thought the problem was that it can't read a windows fat file, so i tried to format it with gdisk (yes! i found it! under 320x200!!!), it comes up with an error message (no, i can't remember the message as it's written down back home)... and some wierd thing about the Xconfigurator i thought i'd mention... ok, in Xconfigurator, it lets you choose the display adapter, then the monitor, then ask you to probe, then lets you choose the memory, and the clock chip (or sth?), then probe again, right? here's the problem. when it asks me to probe for the last time, if i chose other than the AGX or S3 sth (the first choice when choosing the display adapter), it won't let me choose the resolution in which to probe. but if i chose, let's say, AGX, after i click probe, there'll be another screen with the resolution settings. here's the problem: if i choose a color depth at 16bit or 24 bit, the screen will flicker and says there's an error with my settings (like when i choose sth other than AGX and S3). but if i choose 8bit color, no matter at what resolution, Xconfig'll test my screen at 320x200 pixels (it told me when asking me "can you read this? yes/no). then, it'll say Xconfigurator is completed! of course, then if run startx, it'll load up at 320x200 pixels. at 8 colors, i think. making the GUI almost (if not completely) unusable. i mean, i can't even see some windows in full (i've resized it to 0x0)!!! hahaha ![]() anyway, i'll try what you said and post back. |
|
#86
|
|||||
|
|||||
|
Quote:
It's usually just a daemon of some sort logging things. Quote:
Quote:
Quote:
Quote:
|
|
#87
|
||||
|
||||
|
Quote:
[BASH]locate powervr.rpm [BASH]_ where the underscore is the blinking cursor. so i really don't know if it worked or not. wait... i'm really confused with this mounting... must i unmount everytime i change a floppy? ok, here's what i did... when i haven't got into the GUI yet, and was trying to mount the floppy with my wild guesses, i got an error from mounting fdd. then i got into the GUI, and put in the floppy with the rpm file (formatted in windows), and it can't read the floppy. then i tried the linux boot disk, and it worked. i can see the files in the disk. when did i forgot to unmount? yes, i used "no clockchip", and chose my memory at 64mb. |
|
#88
|
||||
|
||||
|
Quote:
![]() Quote:
Quote:
).General rule: Always unmount a storage medium before changing it. New kernels actually lock CD-ROM trays so that you don't accidentally change the CD while it's still mounted, a feature that could be useful in floppy drives too. Macs do this, x86s don't.. |
|
#89
|
||||
|
||||
|
ok. installed the rpm, thanks to your help
![]() now, when i finished installing the rpm, it says "refer to the readme". ok, so i read the readme (in windows). it said that after i install the rpm, i must run a program called "sax2", found in system>configuration. now, the problem is that i can't find sax2. in sax2, i'm supposed to tell linux to use the kyro drivers and set the display setttings, blah blah blah, it's all in the readme, but i can't find sax2 on my system. i tried clicking on everything with "system" in linux (running in 320x200 GUI), but i really can't find it. i tried looking at the program list from "Run...", but again, there's no "sax2". so i just tried typing "sax2" at BASH, but again, no luck. in the readme, it doesn't say anything more than that. so is there an alternative program to tell linux to use the drivers? about sax, i read this site but am still confused about what it is (hehe. i'm no tech whiz anyway ) |
|
|
|
#90
|
||||
|
||||
|
Quick question regarding the install as I've never done this part before ...
Right now, due to it being a new OEM computer, my 40gb HD is installed as one big NTFS partition for WinXP. I would like to install RedHat linux onto this partition as well ... how well does Disk Druid resize parititions? Does it even work with NTFS? Whats the best way to do this? |
|
#91
|
||||
|
||||
|
Quote:
Quote:
|
|
#92
|
||||
|
||||
|
Okay, here is what you do.
Boot Linux. Uninstall lilo with this command: /sbin/lilo -u Now open /etc/lilo.conf in a text editor, it looks like this: prompt timeout=20 default=linux boot=/dev/hda map=/boot/map install=/boot/boot.b message=/boot/message lba32 image=/boot/vmlinuz-2.4.7-10 label=linux initrd=/boot/initrd-2.4.7-10.img read-only root=/dev/hda6 Well, it will look like this if you have it installed on hda6, which is what I will use in my example. Now edit /etc/lilo.conf so that it looks like this: prompt timeout=20 default=linux boot=/dev/hda6 map=/boot/map install=/boot/boot.b message=/boot/message lba32 image=/boot/vmlinuz-2.4.7-10 label=linux initrd=/boot/initrd-2.4.7-10.img read-only root=/dev/hda6 The important change is the boot= line, which instead of reading boot=/dev/hda now reads boot=/dev/hda6, meaning install lilo to the first sector of / rather than the MBR of the first disk. Now reinstall lilo like this: /sbin/lilo now take an image of the lilo code that's written into the bootsector of / like this: dd if=/dev/hda6 of=bootsect.lin bs=512 count=1 This will create a file in your present directory called bootsect.lin copy this file to the root directory of c: Now boot to windows, and open boot.ini in notepad after removing its read only property. Append this line to the bottom: c:\bootsect.lin="Linux" Save boot.ini and reboot, you will now find that Windows 2000's bootloader comes up first, and if you choose Linux it will start lilo and boot linux. Easy! |
|
#93
|
||||
|
||||
|
Quote:
. For non-destructive NTFS partition resizing, I know only one application - Powerquest's Partition Magic. FAT partitions are much easier to resize (even without destroying data), there are programs like Fips or Parted. |
|
#94
|
||||
|
||||
|
Thank god for multiple HDs
then ... I gave up on Mandrake due to the dumb mouse error. Guess I'll just go with RedHat 7.2 and update the apps myself. Anyone ever use Sorcerer? Cool little distro to learn how to do things without the candy coating that seems to be on all the other distros. Plus you compile it with your specs, optimizing the system. |
|
#95
|
||||
|
||||
|
Quote:
|
|
#96
|
||||
|
||||
|
Quote:
He should just use Xconfigurator |
|
#97
|
||||
|
||||
|
HI
My system is running on win xp on C: which is my 1st harddisk primary partition and win 98 on D: which is my 2nd harddisk primary partition. I wish to install Red hat 7.2 on E: which is my 1st harddisk extended partition. The problem is that when I tried to install it, I encounter a few problems and they are: When I choose to "Manually partition with Disk Druid." a message prompt came up after I click on next. Quote:
But neverthless, I still click on ignore to proceed. After putting a mount point on my 1st harddisk primary partition as /mnt/windows xp , I now click NEW and change the file system type to SWAP and selected my first harddisk which is hda. Do not know whether I need to change the size to 512 or just leave it as 1? But anyway, I tried both and when I click on OK, an error prompt pop up that says: Quote:
Please help. |
|
#98
|
||||
|
||||
|
Quote:
Quote:
Try the following: Create a new partition, named /, set its size to be "maximum available". Then create a swap partition, set its size to 1-2 x your RAM. |
|
#99
|
||||
|
||||
|
My E: is FAT32. How do I set my hdd to use LBA??
Quote:
Quote:
How to set the size to "maximum available", The size come in numbers with up down arrows for you to increase and decrease the value in numbers. I have check that the maximum nuber it can go is to 2076. So If I'm use 512MB of RAM, I should set this to 1024 right? |
|
#100
|
||||
|
||||
|
Quote:
LBA means logical block addressing. |
![]() |
| Thread Tools | |
|
|
| Similar Topics | ||||
| Topic | Category | Replies | Last Post | |
| dual boot with linux | General Hardware | 8 | 06-16-2009 12:39 PM | |
| Dual boot: redhat 9 and win98 se | The Alternative OS | 2 | 10-18-2003 02:44 PM | |
| Dual boot OS | Windows OS | 10 | 02-27-2003 05:31 PM | |
| Dual boot count down time change | Windows OS | 3 | 02-13-2003 04:57 PM | |
| installing xp with linux triple boot! | The Alternative OS | 5 | 05-31-2002 10:11 PM | |
All times are GMT -4. The time now is 02:22 AM.







).