How To: LILO Boot-USB / Floppy

Write tutorials for Linux Mint here
More tutorials on https://github.com/orgs/linuxmint/discu ... /tutorials and (archive) on https://community.linuxmint.com/tutorial
Forum rules
Don't add support questions to tutorials; start your own topic in the appropriate sub-forum instead. Before you post read forum rules
Post Reply
oobetimer

How To: LILO Boot-USB / Floppy

Post by oobetimer »

1. Install package LILO

sudo apt-get install lilo

2. Run liloconfig

sudo liloconfig

....if you get an error message, edit /etc/fstab file. Replace UUID and use traditional /dev/sdxy

3. Important: answer NO to the question about install a master boot record on /dev/sda

4. Install LILO to an USB

sudo fdisk -l

....see the media. If USB is sdb, so..

sudo lilo -b /dev/sdb

If you want to install LILO to a floppy

sudo lilo -b /dev/fd0

PS. A floppy must be formatted

sudo fdformat /dev/fd0

sudo mkfs.msdos -c /dev/fd0
Last edited by oobetimer on Wed Jun 27, 2012 11:06 am, edited 2 times in total.
oobetimer

Re: LILO Boot-USB / Floppy

Post by oobetimer »

More pictures.
oobetimer

Re: LILO Boot-USB / Floppy

Post by oobetimer »

Two more.
Post Reply

Return to “Tutorials”