bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GRUB reboot problem


From: jean-louis.berliet
Subject: GRUB reboot problem
Date: Fri, 2 Aug 2002 09:53:08 +0200

After a Gentoo 1.2 installation, Grub freeze just after the reboot. It just 
says "GRUB " and stop. 
I have a duron 700, 2 IDE disks, the first with Windows 2000 and the other with 
Gentoo 1.2 

What is the problem ??? 
The gentoo disk is /dev/hdb and not /dev/hda : is that ok ? 

Thanks for helps ! 


# fdisk -l /dev/hda : 
 
Disk /dev/hda: 255 heads, 63 sectors, 3737 cylinders 
Units = cylinders of 16065 * 512 bytes 

   Device Boot    Start       End    Blocks   Id  System 
/dev/hda1   *         1      2717  21824271    7  HPFS/NTFS 


# fdisk -l /dev/hdb : 

Disk /dev/hdb: 255 heads, 63 sectors, 5606 cylinders 
Units = cylinders of 16065 * 512 bytes 

   Device Boot    Start       End    Blocks   Id  System 
/dev/hdb1   *         1        13    104391   83  Linux 
/dev/hdb2            14        46    265072+  82  Linux swap 
/dev/hdb3            47      1321  10241437+  83  Linux 


# cat /etc/fstab : 

/dev/hdb1   /boot      ext2      noauto,noatime      1 1 
/dev/hdb3      /      ext3      noatime         0 0 
/dev/hdb2      none      swap      sw         0 0 
/dev/cdroms/cdrom0   /mnt/cdrom   iso9660      noauto,ro      0 0 
proc         /proc      proc      defaults      0 0 
 
# cat menu.lst

menu.lst : 
Code: 
default=1 
timeout=10 
splashimage=(hd1,0)/boot/grub/splash.xpm.gz 
title=Gentoo Linux 1.2 
root (hd1,0) 
kernel /boot/bzImage root=/dev/hdb3 
title=Windows 
rootnoverify (hd0,0) 
chainloader +1 
 

# Grub instructions during installation : 

grub> root (hd1,0) 
Filesystem type is ext2fs, partition type 0x83 

grub> setup (hd1) 
Checking if "/boot/grub/stage1" exists... yes 
Checking if "/boot/grub/stage2" exists... yes 
Checking if "/boot/grub/e2fs_stage1_5" exists... yes 
Running "embed /boot/grub/e2fs_stage1_5 (hd1)"... 16 sectors are embedded. 
succeeded 
Running "install /boot/grub/stage1 d (hd1) (hd1)1+16 p (hd1,0)/boot/grub/stage2 
/boot/grub/menu.lst"... succeeded 
Done. 

grub> quit 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]