View previous topic :: View next topic |
Author |
Message |
eltech Guru
Joined: 05 Nov 2002 Posts: 582 Location: New York
|
Posted: Tue Mar 07, 2006 8:40 pm Post subject: Dual boot on laptop going good until ... |
|
|
i installed the IBM recovery application which seems to have broken grub ..
now i just get GRUB on the screen on reboot. grub is on the partition before windows.. im booting to live cd now.. should i just reinstall grub and the conditions to load the win os and gentoo?
thanks in advance ..
Lenny |
|
Back to top |
|
|
eltech Guru
Joined: 05 Nov 2002 Posts: 582 Location: New York
|
Posted: Tue Mar 07, 2006 9:23 pm Post subject: |
|
|
Welp .. finished that up.. this is great for the archive as its what fixed my problem ..
mount /dev/hda3 /mnt/gentoo
mount /dev/hda1 /mnt/gentoo/boot
mount -t proc none /mnt/gentoo/proc
swapon /dev/hda2
chroot /mnt/gentoo /bin/bash
env-update
source /etc/profile
MAKE YOUR CHANGES
exit
cd
umount /mnt/gentoo/boot /mnt/gentoo/dev /mnt/gentoo/proc /mnt/gentoo
reboot
GRUB FIXES
cp /mnt/proc /etc/mtab
grub-install /dev/hda |
|
Back to top |
|
|
|