WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Nvidia Install  (Read 18082 times)

Offline bitweisor

  • Newbie
  • *
  • Posts: 23
Re: Nvidia Install
« Reply #45 on: July 20, 2015, 08:59:29 AM »
The only reason you would have Xvesa in /etc/sysconfig/Xserver is that you are loading Xvesa.
Instead of trying to fudge the fact with .filetool.lst you need to find where you are loading Xvesa and correct it.
Yeah, I know gerald. I call it a kludge the size of Montana, but it's working so far.
If anyone can point me in the right direction I'd appreciate it.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Nvidia Install
« Reply #46 on: July 20, 2015, 09:33:44 AM »
Hi bitweisor
I would recommend providing the information gerald_clark requested:
Quote
1. What are you booting from?
2. Show the output of 'showbootcodes'
3. Show the output of 'ls /etc/sysconfig/tcedir'
4. Show the output of 'cat /etc/sysconfig/tcedir/onboot.lst'
It might provide a clue as to what's going on.

Offline bitweisor

  • Newbie
  • *
  • Posts: 23
Re: Nvidia Install
« Reply #47 on: July 20, 2015, 10:05:46 AM »
Hi bitweisor
I would recommend providing the information gerald_clark requested:
Quote
1. What are you booting from?
2. Show the output of 'showbootcodes'
3. Show the output of 'ls /etc/sysconfig/tcedir'
4. Show the output of 'cat /etc/sysconfig/tcedir/onboot.lst'
It might provide a clue as to what's going on.
Ok. thanks. Here they are:
Code: [Select]
tc@box:~$ showbootcodes
loglevel=3 cde waitusb=5 initrd=/boot/core.gz BOOT_IMAGE=/boot/vmlinuz

tc@box:~$ ls /etc/sysconfig/tcedir
firstrun     onboot.lst   optional/    xwbar.lst
mydata.tgz   ondemand/    provides.db


tc@box:~$ cat /etc/sysconfig/tcedir/onboot.lst
nano.tcz
firefox-official.tcz
xfe.tcz
graphics-3.16.6-tinycore.tcz
nvidia-304.125-3.16.6-tinycore.tcz
pci-utils.tcz
Xorg-7.7-3d.tcz









tc@box:~$

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Nvidia Install
« Reply #48 on: July 20, 2015, 10:48:16 AM »
Hi bitweisor
The first thing you need to do is get rid of that  CDE  bootcode. That used only for  read only media  like CDs and DVDs.
What do you get for:
Code: [Select]
ls -l /mnt/sda1and:
Code: [Select]
ls -l /mnt/sda1/cde

Offline bitweisor

  • Newbie
  • *
  • Posts: 23
Re: Nvidia Install
« Reply #49 on: July 20, 2015, 11:04:45 AM »
Hi bitweisor
The first thing you need to do is get rid of that  CDE  bootcode. That used only for  read only media  like CDs and DVDs.
What do you get for:
Code: [Select]
ls -l /mnt/sda1and:
Code: [Select]
ls -l /mnt/sda1/cde
Hi Rich,
I'm booting from CD.
Here's my sda1:
Code: [Select]
tc@box:~$ ls -l /mnt/sda1
total 8
drwxr-xr-x    2 tc       staff         4096 Jul 20 12:39 downloads/
drwxrwxr-x    4 tc       staff         4096 Jul 19 20:41 tce/
There is no cde under sda1.

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Nvidia Install
« Reply #50 on: July 20, 2015, 11:07:02 AM »
Hi bitweisor
Then Xvesa is probably coming from the CDE directory of the CD.

Offline bitweisor

  • Newbie
  • *
  • Posts: 23
Re: Nvidia Install
« Reply #51 on: July 20, 2015, 11:16:37 AM »
Hi bitweisor
Then Xvesa is probably coming from the CDE directory of the CD.
Is there any way to prevent it from loading or do I need to install TC to a hard drive?

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Nvidia Install
« Reply #52 on: July 20, 2015, 11:23:51 AM »
Hi bitweisor
If you burn Core to a CD that might work since it's a command line environment.
http://tinycorelinux.net/downloads.html

Online Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: Nvidia Install
« Reply #53 on: July 20, 2015, 12:09:28 PM »
Hi bitweisor
Other possibilities include installing to a hard drive, installing to a USB thumb drive if your machine can boot from USB, or
re-mastering the CD.

Offline bitweisor

  • Newbie
  • *
  • Posts: 23
Re: Nvidia Install
« Reply #54 on: July 20, 2015, 12:14:23 PM »
Hi bitweisor
Other possibilities include installing to a hard drive, installing to a USB thumb drive if your machine can boot from USB, or
re-mastering the CD.
O.k. Thanks Rich.
I think I might try installing to USB and see how that goes.