I've just tested this method and it's: 1) easy, 2) non-invasive, 3) leaves your windows bootloader alone, 4) allows you to boot from an ISO image, and 5) works. After testing this, I would recommend you give this a shot considering your circumstances and options.
1. Download Grub4Dos:
http://download.gna.org/grub4dos/grub4dos-0.4.4-2009-06-20.zip2. Extract '
grldr' to your C: drive (right to C:, not in a directory) - not 'grldr.mbr'
3. Edit 'C:\boot.ini' and add this line to the bottom (notepad will work for editing):
C:\grldr="Start GRUB4DOS" -Leave one blank line at the bottom of boot.ini
4. Open notepad and, in a new file, paste the menu.lst entries I've provided below, save the file to C: as 'menu.lst' (i.e. C:\menu.lst)
-You'll need to change the 'Save as type:' to 'All Files' in order to have the .lst file extension.
5. Move your 'VL6.0-STD-Gold.iso' to C: (i.e. C:\VL6.0-STD-Gold.iso)
6. Reboot and choose the 'Start GRUB4DOS' option from the windows bootloader
7. Choose the 'VectorLinux 6 STD ISO' option from the Grub4Dos bootloader
-this will boot the 'VL6.0-STD-Gold.iso' as though it were a CD
-I think it's worth your time to reinstall over your current VL installation (recommended); you should be able to use the GUI installer also
-Careful not to mess with your Windows partition!
(8. You could also add your currently installed system to Grub4Dos but we would need to know all the specifics of where it's installed)
menu.lst entries:
# This is a sample menu.lst file. You should make some changes to it.
# The old install method of booting via the stage-files has been removed.
# Please install GRLDR boot strap code to MBR with the bootlace.com
# utility under DOS/Win9x or Linux.
color blue/green yellow/red white/magenta white/magenta
timeout 30
default /default
title find and load NTLDR of Windows NT/2K/XP
fallback 1
find --set-root --ignore-floppies --ignore-cd /ntldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /ntldr
chainloader /ntldr
savedefault --wait=2
title find and load CMLDR, the Recovery Console of Windows NT/2K/XP
fallback 2
find --set-root --ignore-floppies --ignore-cd /cmldr
map () (hd0)
map (hd0) ()
map --rehook
find --set-root --ignore-floppies --ignore-cd /cmldr
chainloader /cmldr
#####################################################################
# write string "cmdcons" to memory 0000:7C03 in 2 steps:
#####################################################################
# step 1. Write 4 chars "cmdc" at 0000:7C03
write 0x7C03 0x63646D63
# step 2. Write 3 chars "ons" and an ending null at 0000:7C07
write 0x7C07 0x00736E6F
savedefault --wait=2
title VectorLinux 6 STD ISO
fallback 3
find --set-root /VL6.0-STD-Gold.iso
map /VL6.0-STD-Gold.iso (0xff) || map --mem /VL6.0-STD-Gold.iso (0xff)
map --hook
chainloader (0xff)
savedefault --wait=2
title commandline
commandline
title floppy (fd0)
chainloader (fd0)+1
rootnoverify (fd0)
title back to dos
quit
title reboot
reboot
title halt
halt
thanks for that info. I think thats similiar to the unetbootin i was using for windows. but im going to download that too because I know Im going to end up using it. right now I have vl 6 gold running. I need to get my wireless card working with ndiswrapper and also for some odd reason the nvidia propietary drivers installed and worked fine with vl 5.9 but didn't in vl 6 gold. i went to the shell and typed init 3 to exit x server and than ran the instyalled but it came up with problems. if you know anything about installing these drivers or someone else im going to attach a long copy of the log file nvidia gave me.
nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Mon Oct 5 09:49:06 2009
option status:
license pre-accepted : false
update : false
force update : false
expert : false
uninstall : false
driver info : false
no precompiled interface: false
no ncurses color : false
query latest driver ver : false
OpenGL header files : false
no questions : false
silent : false
no backup : false
kernel module only : false
sanity : false
add this kernel : false
no runlevel check : false
no network : false
no ABI note : false
no RPMs : false
force tls : (not specified)
force compat32 tls : (not specified)
X install prefix : /usr/X11R6
OpenGL install prefix : /usr
compat32 install prefix : (not specified)
installer install prefix: /usr
utility install prefix : /usr
kernel name : (not specified)
kernel include path : (not specified)
kernel source path : (not specified)
kernel output path : (not specified)
kernel install path : (not specified)
proc mount point : /proc
ui : (not specified)
tmpdir : /tmp
ftp mirror :
http://ftp://download.nvidia.com RPM file list : (not specified)
Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
ke the installer to attempt to download a kernel interface for your kernel f
rom the NVIDIA ftp site (
http://ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
that the installer will need to compile a new kernel interface.
-> Kernel source path: '/lib/modules/2.6.27.12/source'
-> Performing CC test with CC="cc".
-> Performing rivafb check.
-> Cleaning kernel module build directory.
executing: 'cd ./usr/src/nv; make clean'...
rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv.o nv-vm.o os-
agp.o os-interface.o os-registry.o nvidia.mod.o
rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
rm -f -rf .tmp_versions
-> Building kernel module:
executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.27.12/sourc
e SYSOUT=/lib/modules/2.6.27.12/build'...
NVIDIA: calling KBUILD...
make CC=cc KBUILD_OUTPUT=/lib/modules/2.6.27.12/build KBUILD_VERBOSE=1 -C /l
ib/modules/2.6.27.12/source SUBDIRS=/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-71
67-pkg1/usr/src/nv modules
make -C /lib/modules/2.6.27.12/build \
KBUILD_SRC=/usr/src/linux-2.6.27.12 \
KBUILD_EXTMOD="/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv"
-f /usr/src/linux-2.6.27.12/Makefile \
modules
test -e include/linux/autoconf.h -a -e include/config/auto.conf || ( \
echo; \
echo " ERROR: Kernel configuration is invalid."; \
echo " include/linux/autoconf.h or include/config/auto.conf are mis
sing."; \
echo " Run 'make oldconfig && make prepare' on kernel src to fix it
."; \
echo; \
/bin/false)
mkdir -p /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/.tmp_ver
sions ; rm -f /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/.tm
p_versions/*
make -f /usr/src/linux-2.6.27.12/scripts/Makefile.build obj=/tmp/selfgz16396
/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv
echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz16396/NV
IDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv_compiler.h
cc -Wp,-MD,/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/.nv.
o.d -nostdinc -isystem /usr/lib/gcc/i486-slackware-linux/4.2.3/include -D__
KERNEL__ -Iinclude -Iinclude2 -I/usr/src/linux-2.6.27.12/include -I/usr/src/
linux-2.6.27.12/arch/x86/include -include include/linux/autoconf.h -I/tmp/s
elfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv -Wall -Wundef -Wstrict-
prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-
function-declaration -O2 -m32 -msoft-float -mregparm=3 -freg-struct-return -
mpreferred-stack-boundary=2 -march=i586 -mtune=generic -ffreestanding -DCONF
IG_AS_CFI=1 -DCONFIG_AS_CFI_SIGNAL_FRAME=1 -pipe -Wno-sign-compare -fno-asyn
chronous-unwind-tables -mno-sse -mno-mmx -mno-sse2 -mno-3dnow -I/usr/src/lin
ux-2.6.27.12/include/asm-x86/mach-default -Iinclude/asm-x86/mach-default -fn
o-stack-protector -fomit-frame-pointer -Wdeclarati
on-after-statement -Wno-pointer-sign -I/tmp/selfgz16396/NVIDIA-Linux-x86-1.
0-7167-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wch
ar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -O -fno-c
ommon -MD -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D_
_KERNEL__ -DMODULE -DNTRM -D_GNU_SOURCE -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -
DMODULE -DNV_MAJOR_VERSION=1 -DNV_MINOR_VERSION=0 -DNV_PATCHLEVEL=7167 -DNV_
UNIX -DNV_LINUX -DNV_INT64_OK -DNVCPU_X86 -UDEBUG -U_DEBUG -DNDEBUG -DNV_CHA
NGE_PAGE_ATTR_PRESENT -DNV_PCI_DISABLE_DEVICE_PRESENT -DMODULE -D"KBUILD_STR
(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)" -D"KBUILD_MODNAME=KBUILD_STR(nvi
dia)" -c -o /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.o
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c
In file included from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h:17:26:
error: linux/config.h: No such file or directory
In file included from include/linux/bitops.h:17,
from include/linux/kernel.h:15,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv-linux.h:45,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
include/asm/bitops.h: In function 'set_bit':
include/asm/bitops.h:60: warning: pointer of type 'void *' used in arithmeti
c
include/asm/bitops.h: In function 'clear_bit':
include/asm/bitops.h:97: warning: pointer of type 'void *' used in arithmeti
c
In file included from include/linux/list.h:6,
from include/linux/module.h:9,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv-linux.h:46,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
include/linux/prefetch.h: In function 'prefetch_range':
include/linux/prefetch.h:57: warning: pointer of type 'void *' used in arith
metic
In file included from include/linux/freezer.h:6,
from include/linux/fs.h:11,
from include/linux/poll.h:11,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv-linux.h:58,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
include/linux/sched.h: In function 'object_is_on_stack':
include/linux/sched.h:1975: warning: pointer of type 'void *' used in arithm
etic
In file included from include/asm/dma-mapping.h:9,
from include/linux/dma-mapping.h:52,
from include/asm-generic/pci-dma-compat.h:7,
from include/asm/pci.h:94,
from include/linux/pci.h:989,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv-linux.h:69,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
include/linux/scatterlist.h: In function 'sg_virt':
include/linux/scatterlist.h:199: warning: pointer of type 'void *' used in a
rithmetic
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h:89:27:
error: asm/semaphore.h: No such file or directory
In file included from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv-linux.h:90,
from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
include/linux/highmem.h: In function 'zero_user_segments':
include/linux/highmem.h:134: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:134: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:134: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:134: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:137: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:137: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:137: warning: pointer of type 'void *' used in arith
metic
include/linux/highmem.h:137: warning: pointer of type 'void *' used in arith
metic
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h:233:5:
warning: "NV_ENABLE_MEM_TRACKING" is not defined
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h:261:5:
warning: "NV_ENABLE_MEM_TRACKING" is not defined
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h:683:2:
warning: #warning "conftest.sh failed, assuming remap_page_range(4)!"
In file included from /tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv/nv.c:14:
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h: In fu
nction 'NV_SET_PAGE_ATTRIB_UNCACHED':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv-linux.h:1017:
error: implicit declaration of function 'change_page_attr'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: At top leve
l:
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:64: error: e
xpected '=', ',', ';', 'asm' or '__attribute__' before '*' token
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:160: error:
expected declaration specifiers or '...' before 'pm_request_t'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:201: warning
: initialization from incompatible pointer type
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:223:5: warni
ng: "NV_ENABLE_MEM_TRACKING" is not defined
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvos_create_alloc':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:294: error:
'nv_pte_t_cache' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:294: error:
(Each undeclared identifier is reported only once
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:294: error:
for each function it appears in.)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvos_free_alloc':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:329: error:
'nv_pte_t_cache' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvos_get_agp_device_by_class':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:404: error:
implicit declaration of function 'pci_find_class'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:404: warning
: assignment makes pointer from integer without a cast
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:409: warning
: 'pci_find_slot' is deprecated (declared at include/linux/pci.h:545)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:418: warning
: assignment makes pointer from integer without a cast
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_get_pci_device':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:428: warning
: 'pci_find_device' is deprecated (declared at include/linux/pci.h:543)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:433: warning
: 'pci_find_device' is deprecated (declared at include/linux/pci.h:543)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvos_proc_create':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:458: error:
'proc_root_driver' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'__nv_enable_pat_support':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:784: error:
too many arguments to function 'smp_call_function'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'__nv_disable_pat_support':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:806: error:
too many arguments to function 'smp_call_function'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvidia_init_module':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:970: error:
implicit declaration of function 'pm_register'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:970: error:
'PM_PCI_DEV' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:970: error:
'PM_SYS_VGA' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:970: warning
: assignment makes pointer from integer without a cast
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:974: error:
'nv_pte_t_cache' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:974: error:
too many arguments to function 'kmem_cache_create'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1036: error:
implicit declaration of function 'pm_unregister'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1045: error:
void value not ignored as it ought to be
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvidia_exit_module':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1083: error:
void value not ignored as it ought to be
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1167:5: warn
ing: "NV_ENABLE_MEM_TRACKING" is not defined
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1175: error:
'nv_pte_t_cache' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: At top leve
l:
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1264: error:
unknown field 'nopage' specified in initializer
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1264: warnin
g: initialization from incompatible pointer type
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_kern_open':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1364: error:
'SA_INTERRUPT' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1364: error:
'SA_SHIRQ' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1365: warnin
g: passing argument 2 of 'request_irq' from incompatible pointer type
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_kern_mmap':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1541: error:
implicit declaration of function 'remap_page_range'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: At top leve
l:
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1990: error:
expected declaration specifiers or '...' before 'pm_request_t'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_kern_apm_event':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:1999: error:
'rqst' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:2023: error:
'PM_RESUME' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:2028: error:
'PM_SUSPEND' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_agp_init':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3091: error:
too few arguments to function 'agp_backend_acquire'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3093: error:
too few arguments to function 'agp_backend_release'
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nvos_count_devices':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3230: warnin
g: assignment makes pointer from integer without a cast
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3235: warnin
g: assignment makes pointer from integer without a cast
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_acpi_event':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3424: error:
'PM_SUSPEND_MEM' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3429: error:
'PM_SUSPEND_ON' undeclared (first use in this function)
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c: In function
'nv_kern_acpi_resume':
/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.c:3461: error:
'PM_SUSPEND_ON' undeclared (first use in this function)
make[4]: *** [/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/src/nv/nv.
o] Error 1
make[3]: *** [_module_/tmp/selfgz16396/NVIDIA-Linux-x86-1.0-7167-pkg1/usr/sr
c/nv] Error 2
make[2]: *** [sub-make] Error 2
NVIDIA: left KBUILD.
nvidia.ko failed to build!
make[1]: *** [module] Error 1
make: *** [module] Error 2
-> Error.
ERROR: Unable to build the NVIDIA kernel module.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at
www.nvidia.com.
wow thats really long should I just attach files from now on?