Jump to content

cptaylor

Members
  • Posts

    29
  • Joined

  • Last visited

Everything posted by cptaylor

  1. Well, I've made some progress on the 2008.1 installation on hdb. This is the installation I'd rather get working anyways. I reinstalled and manually changed all references in menu.lst and fstab from sdb to hdb. I get further along in the boot process but e2fsck comes back with an error in checking /dev/sdb1. It then drops me to a "rescue system" prompt. Mount tells me that /dev/sdb1 is mounted as /. However, there is no /dev/sdb1. Here are the relevant files: menu.lst timeout 5 color black/cyan yellow/cyan gfxmenu (hd1,0)/boot/gfxmenu default 0 title linux kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux root=/dev/hdb1 resume=/dev/hdb5 splash=silent mem=1280M vga=788 initrd (hd1,0)/boot/initrd.img title linux-nonfb kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=linux-nonfb root=/dev/hdb1 resume=/dev/hdb5 mem=1280M initrd (hd1,0)/boot/initrd.img title failsafe kernel (hd1,0)/boot/vmlinuz BOOT_IMAGE=failsafe root=/dev/hdb1 failsafe initrd (hd1,0)/boot/initrd.img title windows root (hd0,0) makeactive chainloader +1 title Mandriva Linux release 2008.0 (Official) root (hd0,4) configfile /boot/grub/menu.lst fstab /dev/sdb1 / ext3 relatime 1 1 /dev/sdb6 /home ext3 relatime 1 2 none /proc proc defaults 0 0 #/dev/sda6 swap swap defaults 0 0 /dev/hdb5 swap swap defaults 0 0 I also attached the dmesg log file. Here are the results of fdisk -l having booted from One 2008.1. Booting from the hard drive all of the sd's show as hd's. Disk /dev/sda: 81.9 GB, 81964302336 bytes 255 heads, 63 sectors/track, 9964 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0x27d627d5 Device Boot Start End Blocks Id System /dev/sda1 * 1 7295 58597056 7 HPFS/NTFS /dev/sda2 7296 7948 5245222+ c W95 FAT32 (LBA) /dev/sda3 7949 9964 16193520 5 Extended /dev/sda5 7949 8712 6136798+ 83 Linux /dev/sda6 8713 8775 506016 82 Linux swap / Solaris /dev/sda7 8776 9964 9550611 83 Linux Disk /dev/sdb: 40.0 GB, 40020664320 bytes 255 heads, 63 sectors/track, 4865 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes Disk identifier: 0xdd94dd94 Device Boot Start End Blocks Id System /dev/sdb1 * 1 2302 18490783+ 83 Linux /dev/sdb2 2303 4865 20587297+ 5 Extended /dev/sdb5 2303 2555 2032191 82 Linux swap / Solaris /dev/sdb6 2556 4865 18555043+ 83 Linux dmesg.txt
  2. I recently pulled my hard drive from an old system and put it into a newer system as the master. Grub comes up ok and windoze boots ok but when I try to boot to Linux I get a kernel panic. I have tried normal booting, 2 older kernels, failsafe. I get the same result in any case. I have attached the screen output that I can see while booting (the rest scrolls by too fast). After the kernel panic the machine locks up with the caplock and scroll lock lights flashing. I suspect the problem may be related to the drive designations. The drives are both IDE. The 'new' machine, a Dell Precision360, supports SATA but the controller is turned off in the bios. I have tried reinstalling 2008.0 to the primary hard drive which it designates as hda. I got the same behavior described above. I also booted One 2008.1RC1. Under 2008.1 the hard drives show up as sda and sdb and they mount fine. I tried installing 2008.1 to sdb but got a similar lockup upon booting. I have also tried interrupting grub to change the devices from hda to sda and vice-versa. Still no luck. Another thing I suspected was the change in the cpu. The old cpu was an Athlon 700 and the new one is an Intel 2.4. However, reinstalling 2008.0 should have solved any issues there and the clean install of 2008.1 wouldn't be affected. I have looked through the log files but didn't find anything that pointed me to a problem. One other oddity: One2008.1 only recognizes 896MB of ram even though the system has 1280MB. Not sure if that is at all related. Any advice on what to look for would be much appreciated. Boot_Msgs.txt
  3. Arctic, Shouldn't the command be: chroot /mnt As I understand it you are changing the root partition to a new directory (not a device).
  4. [root@localhost chris]# rpm -qa |grep nvidia [root@localhost chris]# rpm -qa |grep kernel kernel-source-2.6.22.9-1mdv-1-1mdv2008.0 kernel-desktop-devel-2.6.22.9-1mdv-1-1mdv2008.0 kernel-desktop-2.6.22.9-1mdv-1-1mdv2008.0 kernel-desktop-latest-2.6.22.9-1mdv2008.0 kernel-desktop-devel-latest-2.6.22.9-1mdv2008.0 kernel-source-latest-2.6.22.9-1mdv2008.0 I have removed the prepackaged nvidia rpms as I want to use the driver supplied directly by nvidia.
  5. I already have the "latest" rpms installed. The Nvidia installer still thinks kernel-desktop-2.6.22.9-1mdv does not match with kernel-sources-2.6.22.9-1mdv. Someone must have tried to compile something against the kernel; this would affect more than just video drivers. I know the performance will not be great but in the past, with much screwing around, I have been able to play games like Supertux fine with the nvidia supplied drivers. With the Mandriva package nvidia drivers such games will play at maybe 1 fps then crash.
  6. I have already installed the "latest" files you mention. This grabs the files I included in my original post. The problem is that the kernel-sources rpm does not seem to match with the kernel-desktop rpm (or at least the nvidia installer thinks they don't). I don't want to use dkms files as they have never worked for me. Desktop apps will run ok but games run painfully slow if it all. GLX apps are extremely unstable. -Chris
  7. I installed Mandriva 2008 and like its predecessors since about 2001 my NVidia MX440 was not supported properly. I tried to install NVidia's drivers which of course need the kernel source files. The install program complained that I did not have the source files installed, however, I can't find what I would expect to be the right file, kernel-desktop-sources-2.6.22.9-1mdv to go along with the currently install kernel, kernel-desktop-2.6.22.9-1mdv. I tried kernel-sources-2.6.22.9-1mdv, but that did not work. Any advice? Thanks, -Chris [moved from Games by spinynorman]
  8. John, I'm not sure i understand what you mean regarding burning the iso. I am using NTI in windows as I have been unable to burn from Linux since upgrading to Mandriva2007. I don't think there are any special setting required. I am selecting to make a CD from an iso, not just copying the iso file to the CD. I do get directory and file tree on the CD. In fact, as I mentioned above, if I waited an hour I could eventually boot to the command prompt from the CD. Also, does the install program on the One CD actually require X? Can it be run from the command prompt or the startup prompt? Thanks, -Chris
  9. When booting from the CD I do not get an option to install. The only option is to load Mandriva 2008. Using the function keys I can read the help, change the boot options etc. I think I could enter the install command here but I don't know the syntax. I should also mention that 2008 failed to boot properly from the CD. It literally took about and hour and even then it only got to the command prompt. I downloaded the iso from 2 sources and burned 2 cd's with the same results so I don't think that is the problem. Can I enter the install string manually? Also I read mention of installing from Windows. I looked at the CD from windows but did not see any windows executables. Thanks.
  10. I think I am really in trouble now. I re-ran mkinitrd to create a boot image for 2.6.12. This seemed to run fine. I added a section to lilo.conf and ran lilo, again with no errors. However, when I tried to boot I got a kernel panic error both booting to 2.6.12 and the original 2.6.8.1. I thought I might be able to correct the problem by using the rescue feature of the installer. I selected "Reinstall Bootloader". At this point I got a couple of errors. First it could not find amd74xx.ko for my AMD756 IDE controller (this is where I have my CD & DVD drives). Second was "error inserting /tmp/it821x.ko : -1 Invalid module format" and "could not find root device". At this point I ran lsparts -v to see the partitions and all I got was "Skipping (Loop0)". I was then willing to do a complete reinstall; however as soon as I select "Install" from the main screen it freezes. Does anyone have any suggestions? I currently have no way of loading Linux at all. :( BTW, I am using the floppy boot disks to install via ftp. My CD drive has decided it doesn't like to boot anymore.
  11. When I performed the upgrade, near the very end I got error message that basically said mkinitrd failed but gave no details. Lilo.conf did not include any reference to 2.6.12. Where do I begin looking to track down the problem? BTW, I saw somewhere that some version of the it821x driver allowed the drives to show up as ide instead of scsi (hda vs sda). Anyone know if this is the case for the 2.6.12 kernel from Mandriva?
  12. Has anyone been able to get the iteraid module complied for the 2.6.12 kernel? I recently upgraded to Mandriva 2006 but am stuck with the old 2.6.8 kernel. Any suggestions?
  13. Deleting the original profile by running "mozilla-firefox -ProfileManager" and then creating a new one did the trick. So simple once you have the answer. Thanks.
  14. When I make changes to my preferences in Firefox 1.0 I get an error message that it can not save the preferences file and changes will be lost. Even bookmarks are lost and I am not able to install extensions. This happens whether I run as root or ordinary user. It sounds like a configuration issue butI can't seem to find the problem. The configuration file $HOME/.mozilla/prefs.js does exist and I do have write priveleges. In fact, I can edit the file manually and the changes take effect. I have tried uninstalling & re-installing with 3 different builds from 2 different sourses but no luck. I originally had mozilla 1.7 installed and have since removed it. Any suggestions? Thanks
  15. I finally got the PCI controller to work :) Thanks for all the help. After changing references hda5 to sda5 in ftabs and lilo.conf I mounted the drive and ran #lilo -v -r /mnt I guess chroot might have been simpler.
  16. Well I downloaded MandrakeMove and was finally able to see the hard drive on the PCI controller. :) Just had to load the iteraid module. The drive shows up sda. So now that I can see the drive how do I modify lilo to boot to it and find the various partitions? I would like to just edit lilo.conf and run lilo. But, of course, since I've booted off the cd, lilo doesn't find the right files in the default locations. Reading the lilo man pages was a little bit overwhelming but it looks like there are options for running lilo and modifying a mbr other than the current boot drive.
  17. pmpatrick, Thanks for pointing out that the drive should become hde. I'm still a bit of a noob but I should have thought of that. I downloaded Knoppix as you suggested. It comes up fine but still does not find the hard drive on the PCI controller. I suspect it is missing the iteraid module. I didn't have any luck getting it to load in Knoppix. I also tried moving the drive back to hda and making a duplicate boot image in lilo.conf that pointed to hde so I could shutdown and make the switch. Lilo baulked at this because at the time there is no hde. I couldn't find a way to force it to accept it. Seems like a catch-22. I can't boot to hde without telling lilo to look there and I can't tell lilo to look there until the drive is there. Is it possible to link /dev/hde5 to point to /dev/hda5 just to get lilo to work?
  18. I am trying to move my harddrive and cd drives from my on board ATA66 controller to a PCI ATA133 controller. I have been unable to get Linux to find anything on the new controller. The controller is an ITE IT8212 Raid controller but I am not using raid. Mandrake 10.1ce is able to find to controller but not the drives on it. I thought once the controller was found I could simply move the drives to the new controller. Lilo comes up ok but I get a kernel panic when trying to boot to linux. I had to put the hardrive back on the onboard controller to get back to linux. Following the install instructions I have used 'modprobe iteraid' which also loads sr_mod, sd_mod and scsi_mod. Dmesg shows the harddrive on the onboard controller and shows the raid controller but not the cdrom connected to it. From what I have read here, I suspect I need to make some changes to lilo in order to boot to the harddrive when it is on the raid controller. I'm a bit confused, though. I have read that it will show up as sda or as md0, instead of hda. I would have expected it to still be hda. I tried changing lilo.conf to sda but get an error when running lilo since sda does not exist. I also don't see anything in /dev/ for the cdrom that is connected to the new controller. The solution probably isn't that complicated, but I can seem to figure it out. What should I be looking for? Are there any other modules that need to be loaded or configurations that need to be changed in order for linux to see the drives on the new controller? I hate to say it but making the change in WinXP was extemely simple. Install the card, boot once so XP could install the drivers for the card, shutdown, move the drives, boot back up and everything comes up normally. Thanks, -Chris
  19. Here is the output: [chris@localhost ayttm-0.4.6]$ ./configure checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking for gcc... gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details.
  20. How do I know what devel packages are required? I don't see anything in the config.log or on screen that tells me what is missing.
  21. I have been unable to configure any programs since I upgraded to ML10.0. The installation did not go smoothly and I had to skip some files to continue. I wrote them all down and thought I had installed them later. But, I still suspect something is missing. Anyway, I have tried to track down the configure problem but just can not make sense of the errors in config.log. I'm not sure where to look for the problem. No matter the program, the config.log complains about confdefs.h. A typical config.log file is attached. Thanks for the help. -Chris [moved from Software by spinynorman] config.log.txt
  22. Could some one briefly tell us what the pros and cons are of installing using each of the above methods,ie. binary rpms, source rpms, and source tarball. Obviously binary rpms have the advantage of being the easiest for a newb and it seems the tarballs have the advantage of being available soonest since they are not platform dependent. How about the source rpms? I've never used them.
  23. Does anyone know of an instant messaging program that can display a web cam feed (thru yahoo)? I have tried Gain, Kopete, and RH Yahoo but I don't see that any of those support it. Thanks, -Chris
  24. I am in the market for a new wireless phone and would like to get one with which I can sync with one of the linux PIM's, preferably Evolution but others would be ok. Not surprisingly, all of the phones just list MS Outlook. There seems to be some talk on the boards about various addons/plugins to connect with various phones/PDA's. Not sure if those devices just don't have standard support or if those are the only ones that will work at all. Someone out there must have some experience with this. Any advice on what to look for? For what it's worth I will be using AT&T GSM service (USA). Thanks, Chris
  25. I just found a third error log: The driver detected a controller error on \Device\Ide\IdePort0. -Chris
×
×
  • Create New...