Tips And Tricks
Q:
I want to install Slackware on my laptop running Windows 7, how can I do a dual-boot preserving all my stuff?
A:
Resize Windows 7 partition:
find and execute Create and format hard disk partitions ;
right-click the partition you want to resize and select Shrink Volume ;
select the appropriate size and Shrink ;
wait the task to be completed, it could take some minutes;
restart machine and install Slackware:
boot from Slackware DVD (I used the external DVD reader SE-S084F from Samsung);
log in as root ;
run
# cfdisk
create the partitions you need using the free space generated with the windows resizing (I opted for the most basic root partition and swap partition, but it's not a bad idea to create also a /home partition) and write the modifications to disk;
run
# setup
and follow the steps;
when the installation is completed, install Lilo with simple configuration and choose the MBR (Master Boot Record) as destination.