vmantunes
08-11-2002, 09:45 PM
OK, I have created my bootdisk using Method 2 described in this NHF (http://linuxnewbie.org/nhf/Booting_Your_OS/How_To_Create_a_Boot_Disk_in_Linux.html). I tried to test it but am not sure if its working.
I have been trying to create a multi-partition system while following this NHF (http://linuxnewbie.org/nhf/Installation/How_to_Create_a_Multiple_Partition_System.html). I am now close to finishing but one of the final steps is to use the bootdisk to go into fdisk and re-partition before finally inflating my archives into the newly partitioned space.
Here is my /etc/lilo.conf:
...
image=/boot/vmlinuz-2.4.7-10
label=linux
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/sda
...
The bootdisk contains this:
boot.msg initrd.img ldlinux.sys syslinux.cfg vmlinuz
The /syslinux.cfg file contains this:
default linux
prompt 1
display boot.msg
timeout 100
label linux
kernel vmlinuz
append initrd=initrd.img root=/dev/sda2
I tried to provide enough info, I hope it helps.
Also, I will need to bring the archives from a MS Windows partition which is on a different server. The NHF says "I need to make sure to get a bootdisk that will allow me to mount Windows partitions so I can access the data once I am done."
Is all this info correct in order to properly use my bootdisk?? If so, what am I doing wrong when booting up with the bootdisk??
I have been trying to create a multi-partition system while following this NHF (http://linuxnewbie.org/nhf/Installation/How_to_Create_a_Multiple_Partition_System.html). I am now close to finishing but one of the final steps is to use the bootdisk to go into fdisk and re-partition before finally inflating my archives into the newly partitioned space.
Here is my /etc/lilo.conf:
...
image=/boot/vmlinuz-2.4.7-10
label=linux
initrd=/boot/initrd-2.4.7-10.img
read-only
root=/dev/sda
...
The bootdisk contains this:
boot.msg initrd.img ldlinux.sys syslinux.cfg vmlinuz
The /syslinux.cfg file contains this:
default linux
prompt 1
display boot.msg
timeout 100
label linux
kernel vmlinuz
append initrd=initrd.img root=/dev/sda2
I tried to provide enough info, I hope it helps.
Also, I will need to bring the archives from a MS Windows partition which is on a different server. The NHF says "I need to make sure to get a bootdisk that will allow me to mount Windows partitions so I can access the data once I am done."
Is all this info correct in order to properly use my bootdisk?? If so, what am I doing wrong when booting up with the bootdisk??