Re: 2.6.0 fails to complete boot - Sony VAIO laptop

From: Alexander Poquet
Date: Fri Dec 19 2003 - 05:06:58 EST


Hi.

WLI3> Could you post your lilo.conf and/or grub.conf and /etc/fstab?

Certainly. Thanks a lot for the reply.

Alexander

lilo.conf follows (I removed verbose Debian comments to save you time):
-------------------------------------------------------------------------------
lba32
boot=/dev/hda
root=/dev/hda1
install=menu
map=/boot/map
delay=20
prompt
timeout=150
vga=normal
default=Linux
image=/boot/bzImage-2.6.0
label=Linux
read-only
image=/boot/bzImage-2.4.18
label=LinuxOLD
read-only
optional

-------------------------------------------------------------------------------
fstab follows:
-------------------------------------------------------------------------------
# <file system> <mount point> <type> <options> <dump> <pass>
/dev/hda1 / ext2 errors=remount-ro 0 1
/dev/hda2 none swap sw 0 0
proc /proc proc defaults 0 0
/dev/fd0 /floppy auto user,noauto 0 0
/dev/fd0 /floppy-vfat vfat user,noauto 0 0
/dev/cdrom /cdrom iso9660 ro,user,noauto 0 0
/dev/hda5 /tmp ext2 defaults 0 2
/dev/hda6 /var ext2 defaults 0 2
/dev/hda7 /usr ext2 defaults 0 2
/dev/hda4 /home ext2 defaults 0 2
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/