Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Move hdc -> hda ?
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
cmay4
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2002
Posts: 109

PostPosted: Mon Jul 08, 2002 7:28 pm    Post subject: Move hdc -> hda ? Reply with quote

I have been testing Gentoo as a second drive in a dual boot system. I'd like to put my drive in a new system as the primary OS. I'm sure this creates no end of problems. In addition to the drive references being wrong, the hardware would be slightly different. I was wondering if it would just be easier for me to back up some files and start from scratch. Anyone done this?

Chuck
Back to top
View user's profile Send private message
delta407
Bodhisattva
Bodhisattva


Joined: 23 Apr 2002
Posts: 2876
Location: Chicago, IL

PostPosted: Mon Jul 08, 2002 7:52 pm    Post subject: Reply with quote

Actually, just move the second drive into the first position, boot up the Gentoo install CD, and do this:

Code:
# mkdir /mnt/gentoo
# mount /dev/ROOTPARTITION /mnt/gentoo
# nano -w /mnt/gentoo/etc/fstab


Edit your fstab to reflect hdb becoming hda (or whatever). Then, install Grub:

Code:
# grub
grub> root (hd0,0)
grub> setup (hd0)  [again, substitute as necessary]
grub> quit


Edit your menu.lst according to the Install Guide:

Code:
# mount /dev/BOOTPARTITION /mnt/gentoo/boot
# nano -w /mnt/gentoo/boot/grub/menu.lst


Then, just unmount everything:

Code:
# cd /
# umount -a


Reboot, and Gentoo will be happy.
_________________
I don't believe in witty sigs.


Last edited by delta407 on Mon Jul 08, 2002 9:48 pm; edited 1 time in total
Back to top
View user's profile Send private message
cmay4
Tux's lil' helper
Tux's lil' helper


Joined: 18 May 2002
Posts: 109

PostPosted: Mon Jul 08, 2002 9:47 pm    Post subject: Thanks! Reply with quote

Sounds easy enough. I'll give it a try. Thanks.
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