Le Mars 22, 2002 05:00 AM, Pixel a �crit :
> Marc Lijour <[EMAIL PROTECTED]> writes:
> > !!! my fstab and lilo.conf carry some comments : meaning lines beginning
> > with #
> > And your installer is not dealing with that in a consistent way.
> > Result: I can't have lilo installed from the install session - I have to
> > run lilo after my first boot and using Grub the first time.
> > At mount time fstab is not read correctly for example-> dev/#hdc that's
> > not workin'
> > In lilo -> your installer removes quotes and then complains about \n and
> > \t in the lilo.conf file. (Yes my kernel names are sometimes large)
>
> can you give your initial files?
Ok. fstab was kind of like this, and lilo.conf was exactly the same.
$cat /etc/fstab
/dev/hda6 / ext3 defaults 1 1
/dev/hda5 /boot ext3 defaults 1 2
none /dev/pts devpts mode=0620 0 0
none /dev/shm tmpfs defaults 0 0
/dev/hda9 /home ext3 defaults 1 2
# This was my cdrom as Mandrake detected it
#/dev/hdc /mnt/cdrom auto
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/cdrom1 /mnt/cdrom iso9660
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
# This was for my backpack parport cdwriter
#/dev/pcd0 /mnt/cdrom-e auto
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/cdrom /mnt/cdrom-e iso9660
user,iocharset=iso8859-1,umask=0,exec,codepage=850,ro,noauto 0 0
/dev/fd0 /mnt/floppy auto
user,iocharset=iso8859-1,umask=0,sync,exec,codepage=850,noauto 0 0
/dev/hda7 /mnt/vmware/win2000Pro ext3 defaults 1 2
/dev/hda10 /mnt/vmware/win2000advancedserver ext3 defaults 1 2
/dev/hda1 /mnt/windows vfat defaults 0 0
none /proc proc defaults 0 0
/dev/hda8 /usr ext3 defaults 1 2
/dev/hda2 /usr/local ext3 defaults 1 2
/dev/hda3 swap swap defaults 0 0
______________________________________________________
$cat /etc/lilo.conf.old
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
vga=normal
default=Custom #"linux with SCSI"
keytable=/boot/us.klt
lba32
prompt
timeout=50
message=/boot/message
menu-scheme=wb:bw:wb:bw
image=/boot/vmlinuz
label=linux
root=/dev/hda6
initrd=/boot/initrd.img
append=" devfs=mount"
read-only
image=/boot/vmlinuz
label=failsafe
root=/dev/hda6
initrd=/boot/initrd.img
append=" devfs=mount failsafe"
read-only
other=/dev/hda1
label=windows
table=/dev/hda
other=/dev/fd0
label=floppy
unsafe
image=/boot/vmlinuz
label="linux with SCSI"
root=/dev/hda6
initrd=/boot/initrd.img
append=" devfs=mount hdc=ide-scsi"
read-only
image=/boot/vmlinuz-2.4.8-34.1mdk
label=Good
root=/dev/hda6
initrd=/boot/initrd-2.4.8-34.1mdk
append=" devfs=mount hdc=ide-scsi"
read-only
image=/boot/vmlinuz-2.4.18-2marc
label=Custom
root=/dev/hda6
read-only
optional
vga=normal
append=" devfs=mount hdc=ide-scsi"
initrd=/boot/initrd-2.4.18-2marc.img
#image=/boot/vmlinuz-2.4.18-5marc
# label=2418-5marc
# root=/dev/hda6
# read-only
# optional
# vga=normal
# append=" devfs=mount hdc=ide-scsi"
# initrd=/boot/initrd-2.4.18-5marc.img
#image=/boot/vmlinuz-2.4.18-5marc2
# label=2418-5marc.2
# root=/dev/hda6
# read-only
# optional
# vga=normal
# append=" devfs=mount hdc=ide-scsi"
# initrd=/boot/initrd-2.4.18-5marc2.img
image=/boot/vmlinuz-2.4.18-5mdk
label=2418-5mdk
root=/dev/hda6
read-only
optional
vga=normal
append=" devfs=mount hdc=ide-scsi"
initrd=/boot/initrd-2.4.18-5mdk.img
image=/boot/vmlinuz-2.4.18-6mdk
label=2418-6
root=/dev/ram3
read-only
optional
vga=normal
append=" initrd=cdrom.rdz ramdisk_size=32000 text"
______________________________________________________