Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
move windows to another partition
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Fri Jun 06, 2003 11:20 pm    Post subject: move windows to another partition Reply with quote

hello!

i want to move a bootable windows partition from hda1 to hdd3.
what i did up to now:

i created hdd3 as a win fat32 partition, bootable flag set.

mount /dev/hda1 /mnt/winold
mkdosfs -F 32 /dev/hdd3
mount /dev/hdd3 /mnt/winnew
cp -R /mnt/winold/* /mnt/winnew

furthermore i changed grub.conf to boot windows from hdd3 instead of hda1.

but booting windows (now from hdd3) does not work. this is not very surprising, because i only copied the filesystem.

what is missing here to get a bootable windows on hdd3?

many thanks,

~michael
Back to top
View user's profile Send private message
ebrostig
Bodhisattva
Bodhisattva


Joined: 20 Jul 2002
Posts: 3152
Location: Orlando, Fl

PostPosted: Sat Jun 07, 2003 12:05 am    Post subject: Reply with quote

Could you post the contents of grub.conf?

Also what happens? Any messages at all?

Erik
_________________
'Yes, Firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
Back to top
View user's profile Send private message
yak8998
n00b
n00b


Joined: 06 Jun 2003
Posts: 35

PostPosted: Sat Jun 07, 2003 12:08 am    Post subject: Reply with quote

Just wondering...
does mkdosfs make a FAT32 partition (i am guessing it does...thus the '32' tag)
Was windows previously on a NTFS partition? Moving from one to the other would cause it to ruin your install...
_________________
"ignorance is bliss for stupid people."
www.primotechnology.com
Back to top
View user's profile Send private message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Sat Jun 07, 2003 12:27 am    Post subject: Reply with quote

the relevant part of grub.conf:

Code:

# For booting Windows NT or Windows95
title Windows
#rootnoverify (hd0,0)
rootnoverify (hd3,2)
makeactive
chainloader  +1


on booting this entry i get:
Code:
Booting 'Windows'

rootnoverify (hd3,2)
makeactive
chainloader +1



after that i get ca.15 ascii-signs on the screen and the computer beeps once. the cursor blinks just to the right of the last ascii sign. after pressing a key, i get back to the grub boot menu.

btw booting the old windows installation still works.

and yes, all partitions are fat32 ones.
Back to top
View user's profile Send private message
spitzwegerich
l33t
l33t


Joined: 04 Mar 2003
Posts: 697
Location: Lower Bavaria, Central Europe

PostPosted: Sun Jun 08, 2003 4:00 pm    Post subject: Reply with quote

i tried a lot of things, including a (dos) format /s and shuffling the master/slave first/second ide-controller assignment of the drives.
suddenly it worked. i am not sure what was the critical step, but maybe windows98 does only like to be on a master on the first controller (would be very typical 8)).
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum