Other Help Topics :: Mounting
Edit the correct lilo.conf file with the above additions. Obviously the lilo.conf file needs to be on one of your hard drive partitions.
caio
John
I have got some other things at mind, and maneged to remove some temporary files that relised some memmory.
I edited the append line to look like this:
append="hda=scsi hdb=scsi hdc=scsi hdd=scsi hde=scsi hdf=scsi hdg=scsi hdh=scsi apm=power-off nomce noapic home=hda5"
And ran lilo.
Then I rebooted, but nothing happend.
What did I do wrong?
your above lilo line indicates that you have several scsi hard discs, is this true?
Boot from the dsl CD and run the following command in Aterminal:
sudo fdisk -l
it will display all the partitions on all attached discs.
post the results
Here you go
dsl@box:~$ sudo fdisk -l
Disk /dev/hda: 12.0 GB, 12020391936 bytes
255 heads, 63 sectors/track, 1461 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/hda1 1 510 4096543+ b Win95 FAT32
/dev/hda2 * 511 753 1951897+ 83 Linux
/dev/hda3 754 770 136552+ 82 Linux swap
/dev/hda4 771 1256 3903795 5 Extended
/dev/hda5 771 1013 1951866 83 Linux
/dev/hda6 1014 1256 1951866 83 Linux
dsl@box:~$
Does DSL boot with the new lilo configuration?
check the below post for more info on how /ramdisk/home
is a symbolic link for /hda5/home
http://damnsmalllinux.org/cgi-bin....hl=home
Next Page...
original here.