Poslao: 07 Nov 2008 23:37
|
offline
- umpirsky
- Počasni građanin
- Pridružio: 01 Apr 2005
- Poruke: 797
- Gde živiš: Niš
|
Ситуација је следећа:
Имам иде хдд од 160ГБ, и на њему виндовс икс-пе. Докупио сам сата хдд од 640ГБ, испартиционисао га, на њега вратио слику истог тог виндовса и инсталирао кубунту. Подесио да ми се систем подиже са новог харда, тј да има бут приоритет биши од старго (што и није много битно за проблем).
Када упалим рачунар, подиже се ГРУБ лоадер и даје избор - кубунту, виндовс1 виндовс2. Када изаберем новоинсталирани виндовс пријави да му недостаје хал.длл фајл. Ја подигнем стари виндовс, погледам, установим да дотични фајл постоји на новом систему.
Онда реинсталирам тај нови вондовс мислећи да је Гхост нешто зезнуо са сликом.
Међутим исти проблем...но...када изаберем стари виндовс, онда ми виндовсов лоадер нуди да бирам између два виндовс система..и оба раде.
Ово би можда и било прихватљиво када не бих желео да се у скоријој будућности решим старог виндовс система, а изгледа да ако то учиним, више нећу моћи да подигнем овај новоинсталирани...зар не?
Како да решим проблем?
|
|
|
Registruj se da bi učestvovao u diskusiji. Registrovanim korisnicima se NE prikazuju reklame unutar poruka.
|
|
Poslao: 08 Nov 2008 00:03
|
offline
- bocke
- Moderator foruma
- Glavni moderator Linux foruma
- Pridružio: 16 Dec 2005
- Poruke: 12530
- Gde živiš: Južni pol
|
Da li možeš da postaviš sadržaj sledećih fajlova:
Linux
/boot/grub/menu.lst
Windows 1:
boot.ini u korenu diska
Windows 2:
boot.ini u korenu diska
U Windowsima:
Otvori bilo koji folder, zatim u Explorerovom "View" meniju odaberi opciju "Folder Options". Odatle odaberi View tab i čekiraj opciju "Show hidden files & folders". Klikni Ok.
Ukoliko i dalje ne vidiš pomenute fajlove (boot.ini), restartuj Windows u "Safe" režimu. A zatim ponovi gore napisano.
|
|
|
|
Poslao: 08 Nov 2008 10:24
|
offline
- umpirsky
- Počasni građanin
- Pridružio: 01 Apr 2005
- Poruke: 797
- Gde živiš: Niš
|
Већ сам их гледао, једина разлика је у партицијама на које указују. Ево боот.ини фајлова (нема потребе за откривањем скривених фајлова кад имаш фрее командер, само претражиш и он их види)
Стари виндовс
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer
Нови виндовс
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer
Сад ћу да покренем кубунту па ћу поставити и груб листу.
Dopuna: 08 Nov 2008 0:24
# menu.lst - See: grub(8), info grub, update-grub(8)
# grub-install(8), grub-floppy(8),
# grub-md5-crypt, /usr/share/doc/grub
# and /usr/share/doc/grub-doc/.
## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not use 'savedefault' or your
# array will desync and will not let you boot your system.
default 0
## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 10
## hiddenmenu
# Hides the menu by default (press ESC to see the menu)
#hiddenmenu
# Pretty colours
#color cyan/blue white/blue
## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line) and entries protected by the
# command 'lock'
# e.g. password topsecret
# password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret
#
# examples
#
# title Windows 95/98/NT/2000
# root (hd0,0)
# makeactive
# chainloader +1
#
# title Linux
# root (hd0,1)
# kernel /vmlinuz root=/dev/hda2 ro
#
#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST
### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below
## DO NOT UNCOMMENT THEM, Just edit them to your needs
## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
## kopt_2_6_8=root=/dev/hdc1 ro
## kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=UUID=eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad ro
## default grub root device
## e.g. groot=(hd0,0)
# groot=eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad
## should update-grub create alternative automagic boot options
## e.g. alternative=true
## alternative=false
# alternative=true
## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
## lockalternative=false
# lockalternative=false
## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=quiet splash
## should update-grub lock old automagic boot options
## e.g. lockold=false
## lockold=true
# lockold=false
## Xen hypervisor options to use with the default Xen boot option
# xenhopt=
## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0
## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
## altoptions=(recovery) single
# altoptions=(recovery mode) single
## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
## howmany=7
# howmany=all
## should update-grub create memtest86 boot option
## e.g. memtest86=true
## memtest86=false
# memtest86=true
## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false
## should update-grub add savedefault to the default options
## can be true or false
# savedefault=false
## ## End Default Options ##
title Ubuntu 8.10, kernel 2.6.27-7-generic
uuid eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad ro quiet splash
initrd /boot/initrd.img-2.6.27-7-generic
quiet
title Ubuntu 8.10, kernel 2.6.27-7-generic (recovery mode)
uuid eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad
kernel /boot/vmlinuz-2.6.27-7-generic root=UUID=eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad ro single
initrd /boot/initrd.img-2.6.27-7-generic
title Ubuntu 8.10, memtest86+
uuid eff40ef9-9c2a-48d6-ab68-ccfb4cfdb8ad
kernel /boot/memtest86+.bin
quiet
### END DEBIAN AUTOMAGIC KERNELS LIST
# This is a divider, added to separate the menu items below from the Debian
# ones.
title Other operating systems:
root
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,1)
savedefault
makeactive
chainloader +1
# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/sdb1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
Dopuna: 08 Nov 2008 0:33
Ah..kontam...samo treba da izmenim boot.ini u novom windowsu da izgleda kao onaj koji radi u starom, zar ne?
Dopuna: 08 Nov 2008 10:24
Reseno izmenom u boot.ini fajlu novog windowsa:
[boot loader]
timeout=30
default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer
Hvala bocke
|
|
|
|
Poslao: 08 Nov 2008 10:44
|
offline
- bocke
- Moderator foruma
- Glavni moderator Linux foruma
- Pridružio: 16 Dec 2005
- Poruke: 12530
- Gde živiš: Južni pol
|
U pitanju su sasvim druge particije. Možda jedan od boot.ini fajlova sadrži neispravne podatke o particijama, a možda i ne.
Hajde da prvo analiziramo ono gore:
umpirsky ::Стари виндовс
default=multi(0)disk(0)rdisk(1)partition(1)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(1)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect
multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer
Što mu dođe:
disk 2, particija 2
disk 1 particija 2
Нови виндовс
default=multi(0)disk(0)rdisk(0)partition(2)\WINDOWS
[operating systems]
multi(0)disk(0)rdisk(0)partition(2)\WINDOWS="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /usepmtimer
Što mu dođe:
disk 1, particija 3
Ubuntu:
# on /dev/sda2
title Microsoft Windows XP Professional
root (hd0,1)
savedefault
makeactive
chainloader +1
# on /dev/sdb1
title Microsoft Windows XP Professional
root (hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1
A grub vidi:
Disk 1, particiju 2
Disk 2, particija 1
Ako uporedimo sve to:
Stari Windows
disk 2, particija 1
disk 1 particija 1
Novi Windows
disk 1, particija 2
Grub:
Disk 1, particija 2 // Novi Windows
Disk 2, particija 1 // Jedan od ulaza u boot.ini fajlu starog Windowsa
Kakav ti je raspored particija? Koje particije imaš na jednom, koje na drugom disku?
Da li si proverio gde se nalaze korisnički dokumenti kad odabereš jednu ili drugu varijantu koju ti nudi stari Windows (da li postoje dupli ili trodupli "Documents and Settings" folderi na različitim diskovima)?
|
|
|
|
Poslao: 08 Nov 2008 11:35
|
offline
- umpirsky
- Počasni građanin
- Pridružio: 01 Apr 2005
- Poruke: 797
- Gde živiš: Niš
|
Hehe...reseno...pogledaj ----------- Dopuna: 08 Nov 2008 10:24 --------- i sve ce ti se samo kasti.
Hvala u svakom slucaju.
|
|
|
|
Poslao: 08 Nov 2008 13:54
|
offline
- bocke
- Moderator foruma
- Glavni moderator Linux foruma
- Pridružio: 16 Dec 2005
- Poruke: 12530
- Gde živiš: Južni pol
|
Dok sam ti ja pisao ti već rešio. Nema na čemu. Poz.
|
|
|
|
Poslao: 08 Nov 2008 17:00
|
offline
- umpirsky
- Počasni građanin
- Pridružio: 01 Apr 2005
- Poruke: 797
- Gde živiš: Niš
|
Samo treba da cekiras "Obavesti me na email o novim odgovorima u temi"
|
|
|
|