bug-grub
[Top][All Lists]
Advanced

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

Re: [Bug-grub] linux boot hangs with grub


From: Jason Thomas
Subject: Re: [Bug-grub] linux boot hangs with grub
Date: Thu, 25 Oct 2001 09:09:03 +1000
User-agent: Mutt/1.3.23i

On Wed, Oct 24, 2001 at 11:26:20AM -0500, Simon J. Rees wrote:
> output from fdisk /dev/hda:
> Disk /dev/hda: 255 heads, 63 sectors, 5005 cylinders
> Units = cylinders of 16065 * 512 bytes
> 
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1   *         1      2295  18434556    7  HPFS/NTFS
> /dev/hda2          2296      5005  21768075   85  Linux extended
> /dev/hda5   *      2296      2299     32098+  83  Linux
> /dev/hda6          2300      2363    514048+  82  Linux swap
> /dev/hda7          2364      2863   4016218+  83  Linux
> /dev/hda8          2864      5005  17205583+  83  Linux
> 
> /etc/fstab
> LABEL=/                 /                       ext2    defaults        1 1
> LABEL=/boot             /boot                   ext2    defaults        1 2
> LABEL=/home             /home                   ext2    defaults        1 2
^^^^^^^

this doesn't look right, it should probably be something like:
/dev/hda2                 /                       ext2    defaults        1 1
/dev/hda5                 /boot                   ext2    defaults        1 2
/dev/hda7                 /home                   ext2    defaults        1 3

but thats just a guess. also you don't really want to be fscking to filesystems 
on the one drive at the same time! which is the reason why the second '2' 
should be a '3'


> /dev/fd0                /mnt/floppy             auto    noauto,owner    0 0
> none                    /proc                   proc    defaults        0 0
> none                    /dev/pts                devpts  gid=5,mode=620  0 0
> /dev/hda6               swap                    swap    defaults        0 0
> /dev/cdrom              /mnt/cdrom              iso9660
> noauto,owner,kudzu,ro 0 0

Attachment: pgpSxz1DxtdIw.pgp
Description: PGP signature


reply via email to

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