i can

Booting, installing, newbie
Post Reply
Message
Author
User avatar
toveno
Posts: 11
Joined: Sun 30 Jul 2006, 17:57

i can

#1 Post by toveno »

i can not have install grub on the mbr, i have 2 hds in pc (hda1(win98) and hdb6(puppy)) .
and have puppy on the hdb6, when install grub i reboot but nothing happened , win98 start normal.
what i do ? how i do?

this is my menulist

# GRUB configuration file '/boot/grub/menu.lst'.
# generated by 'grubconfig'. Wed Aug 2 01:53:29 2006
#
# The backup copy of the MBR for drive '/dev/hda1' is
# here '/boot/grub/mbr.hda.1874'. You can restore it like this.
# dd if=/boot/grub/mbr.hda.1874 of=/dev/hda1 bs=512 count=1
#
Start GRUB global section
timeout 10
color light-gray/blue black/light-gray
End GRUB global section
Other bootable partition config begins
title Windows (on /dev/hda1)
rootnoverify (hd0,0)
makeactive
chainloader +1
Other bootable partition config ends
# Other bootable partition config begins
# title Windows (on /dev/hdb1)
map (hd0) (hd1)
map (hd1) (hd0)
rootnoverify (hd1,0)
makeactive
chainloader +1
# Other bootable partition config ends
# Other bootable partition config begins
# title Windows (on /dev/hdb3)
map (hd0) (hd1)
map (hd1) (hd0)
map (hd0,0) (hd1,2)
map (hd1,2) (hd0,0)
rootnoverify (hd1,2)
makeactive
chainloader +1
# Other bootable partition config ends
# Other bootable partition config begins
# title Windows (on /dev/hdb5)
map (hd0) (hd1)
map (hd1) (hd0)
map (hd0,0) (hd1,4)
map (hd1,4) (hd0,0)
rootnoverify (hd1,4)
makeactive
chainloader +1
# Other bootable partition config ends
Linux bootable partition config begins
title Linux (on /dev/hdb6)
root (hd1,5)
kernel /boot/vmlinuz root=/dev/hdb6 ro vga=normal
Linux bootable partition config ends
# Other bootable partition config begins
# title Windows (on /dev/hdb7)
map (hd0) (hd1)
map (hd1) (hd0)
map (hd0,0) (hd1,6)
map (hd1,6) (hd0,0)
rootnoverify (hd1,6)
makeactive
chainloader +1
# Other bootable partition config ends
# Other bootable partition config begins
# title Windows (on /dev/hdb9)
map (hd0) (hd1)
map (hd1) (hd0)
map (hd0,0) (hd1,8)
map (hd1,8) (hd0,0)
rootnoverify (hd1,8)
makeactive
chainloader +1
# Other bootable partition config ends
title Install GRUB to floppy disk (on /dev/fd0)
pause Insert a formatted floppy disk and press enter.
root (hd1,5)
setup (fd0)
pause Press enter to continue.
title Install GRUB to Linux partition (on /dev/hdb6)
root (hd1,5)
setup (hd1,5)
pause Press enter to continue.
title - For help press 'c', then type: 'help'
root (hd0)
title - For usage examples, type: 'cat /boot/grub/usage.txt'
root (hd0)

muggins
Posts: 6724
Joined: Fri 20 Jan 2006, 10:44
Location: hobart

#2 Post by muggins »

toveno,

this is probly a stupid question...but, it is an option 2 install isn't it?

User avatar
toveno
Posts: 11
Joined: Sun 30 Jul 2006, 17:57

#3 Post by toveno »

muggins wrote:toveno,

this is probly a stupid question...but, it is an option 2 install isn't it?
hey friend i have tryied any ways but no works , i configure the puppybr8 but when try install grub reboot the system and nothing happens, and i check de menu.list on boot/grub etc........ i give up , now and on this moment the boot is on the floppy , i want that boot in mbr , i give up i surrender :evil: :? :( :roll: :!:

Post Reply