Jump to content

Problem Z Instalacją Win Xp


danziger
 Share

Recommended Posts

Dzięki wam obu.

Za szybko się poddałem, to znaczy przeistalowałem na Fedorę 32 bitową. Zainstalowałem jak WalDo poradził i od razu win xp chodzi.

Ae jutro bedę miał czas zainstaluję fedorę 64 bitową i znowu spróbuję dokończyć zgodnie z Waszymi radami.

Tylko chyba złego rpm-a pobrałem do 64 bitów, bo pobrałem i386 a chyba powinienem pobrać AMD64, po prostu nie doczytałem i jak zobaczyłem AMD a ja mam intel E8400 to stwierdziłem że to nie to.

 

Please note that the package architecture must fit your host operating system architecture. So if you are running a 32-bit kernel on a 64-bit capable CPU you have to install the 32-bit version (x86/i386). On the other hand you must install the AMD64 version (this is the same as x86_64) if your host kernel is 64-bit!
Link to comment
Share on other sites

Jakby co, podana komende musisz robic za kazdym razem gdy masz nowszy kernel (taka uwaga zebys nie pisal potem, czemu znow nie dziala :)).

Link to comment
Share on other sites

Jakby co, podana komende musisz robic za kazdym razem gdy masz nowszy kernel (taka uwaga zebys nie pisal potem, czemu znow nie dziala :)).

witam ponownie :-)

winda zainstalowała się poprawnie, troche sie pobawiłem, nawet 7-zipa zainstalowałem i wyłączyłem kompa.

po uruchomieniu znowu nie chce się uruchomić.

VirtualBox kernel driver not installed. The vboxdrv kernel module was either not loaded or /dev/vboxdrv was not created for some reason. Re-setup the kernel module by executing '/etc/init.d/vboxdrv setup' as root.
VBox status code: -1908 (VERR_VM_DRIVER_NOT_INSTALLED)

więc robię to co pisaliście a więc /etc/init.d/vboxdrv setup

w odpowiedzi dostałem

[root@localhost ~]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module                          [  OK  ]
Recompiling VirtualBox kernel module                       [ZAWIÓDŁ]
  (Look at /var/log/vbox-install.log to find out what went wrong)
a ten plik [b]vbox-install.log [/b] brzmi 
[code]Makefile:127: *** Error: unable to find the sources of your current Linux kernel. Specify KERN_DIR=<directory> and run Make again. Stop.

co robić? rozumiem że chyba mam wpisać w KERN_DIR= ścieżkę do folderu z kernelem (?) ale jaki to adres?

Link to comment
Share on other sites

Nowy kernel nowy devel ;) I powinno być OK.

powinno ale nie jest

 

make KBUILD_VERBOSE=1 -C /lib/modules/2.6.25.9-76.fc9.i686/build SUBDIRS=/tmp/vbox.6 SRCROOT=/tmp/vbox.6 modules
/usr/src/kernels/2.6.25.9-76.fc9.i686/scripts/gcc-version.sh: line 25: gcc: command not found
/usr/src/kernels/2.6.25.9-76.fc9.i686/scripts/gcc-version.sh: line 26: gcc: command not found
make[1]: gcc: Polecenie nie znalezione
make[1]: Wejście do katalogu `/usr/src/kernels/2.6.25.9-76.fc9.i686'
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 missing.";	\
echo "         Run 'make oldconfig && make prepare' on kernel src to fix it.";	\
echo;								\
/bin/false)
mkdir -p /tmp/vbox.6/.tmp_versions ; rm -f /tmp/vbox.6/.tmp_versions/*
make -f scripts/Makefile.build obj=/tmp/vbox.6
 gcc -Wp,-MD,/tmp/vbox.6/linux/.SUPDrv-linux.o.d  -nostdinc -isystem  -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -Werror-implicit-function-declaration -Os   -msoft-float -mregparm=3 -freg-struct-return   -march=i686   -ffreestanding   -pipe -Wno-sign-compare -fno-asynchronous-unwind-tables  -Iinclude/asm-x86/mach-generic -Iinclude/asm-x86/mach-default -fno-omit-frame-pointer -fno-optimize-sibling-calls -g     -I/lib/modules/2.6.25.9-76.fc9.i686/build/include -I/tmp/vbox.6/ -I/tmp/vbox.6/include -I/tmp/vbox.6/r0drv/linux -D__KERNEL__ -DMODULE -DRT_OS_LINUX -DIN_RING0 -DIN_RT_R0 -DIN_SUP_R0 -DVBOX -DRT_WITH_VBOX -DCONFIG_VBOXDRV_AS_MISC -DRT_ARCH_X86 -DUSE_NEW_OS_INTERFACE_FOR_MM   -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(SUPDrv_linux)"  -D"KBUILD_MODNAME=KBUILD_STR(vboxdrv)" -c -o /tmp/vbox.6/linux/SUPDrv-linux.o /tmp/vbox.6/linux/SUPDrv-linux.c
/bin/sh: gcc: command not found
make[2]: *** [/tmp/vbox.6/linux/SUPDrv-linux.o] Błąd 127
make[1]: *** [_module_/tmp/vbox.6] Błąd 2
make[1]: Opuszczenie katalogu `/usr/src/kernels/2.6.25.9-76.fc9.i686'
make: *** [vboxdrv] Błąd 2

wielki problem to nie jest bo na poprzednim kernelu dobrze śmiga, ale widać że coś jest nie tak

Link to comment
Share on other sites

;) zainstaluj kompilator gcc. I może gcc-c++ na wszelki wypadek ;)

[root@localhost ~]# /etc/init.d/vboxdrv setup
Stopping VirtualBox kernel module                          [  OK  ]
Recompiling VirtualBox kernel module                       [  OK  ]
Starting VirtualBox kernel module                          [  OK  ]

zadziałało, dzięki, wszystko, ok!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...