Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#1
Procedure for installing AntiX M8.5 on computer with no bootable CD and only usb 1.1 utilizing the plop boot manager boot floppy.


1. Create the plop bootmanger floppy. Instructions are here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.plop.at/en/bootmanager.html"
linktext was:"http://www.plop.at/en/bootmanager.html"
====================================


2. Create unetbootin usb sticks for antiX. I think my previous procedure for creating manual boot sticks will also work.

3. download"system rescue cd"
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.sysresccd.org/Download"
linktext was:"http://www.sysresccd.org/Download"
====================================
(SRCD) and create another unetbootin usb stick for that.

4. Insert the SRCD stick into a usb slot and the plop floppy in the floppy drive. With the plop floppy in set as the first bootable drive, start your computer.

5. Select the usb boot option from the menu. On my machine this is a little finicky, and sometimes I have to reboot the machine a couple of times to get this menu up.

6. go through the startup process for SRCD. I selected the alternate 32 kernel as it worked best on my machine.

7. use gparted to create a"scratch" parition on your computer's internal drive. On my machine, I keep a"fat32" parition handy as a univeral data drive, so I used that. The partition you create cannot be used as your final installation destination. Make a note of the device name (/dev/sda5 for my machine).

8. from a terminal prompt, issue the following command.

Code: Select all

mkdir /mnt/disk
and

Code: Select all

mkdir /mnt/disk2
9. insert your anitX usb stick into a port. issue the following command

Code: Select all

mount /dev/sdc1 /mnt/disk (assuming sdc is the device name for your antiX stick) 
and

Code: Select all

mount /dev/sdaX /mnt/disk2
(replace sdaX with the name of your scratch parition you created)

10. copy the /antiX directory from the stick to the scratch parition. I used Midnight commander (mc) for this as its dual pane and I've never been very good with terminal copy commands for some reason. MC is included with SRCD.

11. shutdown SRCD, remove the SRCD stick.

12. reboot with the plop floppy and the antiX usb stick inserted. Select USB as before.

13. When antix boots, for some reason on a usb 1.1 port it will not find the filesystem. However, it will search the internal drive for the file system. The system finds mine /antiX directory on my /dev/sda5.

14. Assuming the antiX boot finds the file system, the liveCD should boot. You can then install as normal. Remember you can't install to the scratch directory. After your install is done you can clean up your paritions if you want.

I've tested this on my old Sony, and it works for me (I'm posting from the machine now). Hopefully it will be of help to someone else.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#2
Good work dolphin_oracle. Kudos. __{{emoticon}}__ __{{emoticon}}__
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#3
Thanks rok...
Posts: 1,228
secipolla
Joined: 15 Jun 2008
#4
Good to know.
We know that the rootfs= delay never worked for us but in initrd.gz, about in the end of the file there's a delay command (sleep maybe, 6 seconds, I think) and a comment about this being needed because of old systems.
It could be interesting to increase that and see if it would work"out of the box".

Bitjam put that initrd.gz in a thread at mepislovers and I peeked at it but it needs some knowledge to compress it the right way to create a new one.
Posts: 4,164
rokytnji
Joined: 20 Feb 2009
#5
Added to Wiki

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.com/index.php/Howto_articles#Installation_Tips"
linktext was:"http://antix.mepis.com/index.php/Howto_ ... ation_Tips"
====================================
Posts: 13
lorue
Joined: 26 Sep 2010
#6
Hi DO
on SystemRescueCd

========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://www.sysresccd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick#Introduction"
linktext was:"http://www.sysresccd.org/Sysresccd-manu ... troduction"
====================================

second paragraph comments:
""There are programs such as unetbootin or linuxliveusb that provide graphical installation programs that can be used to install SystemRescueCD to a USB stick. Unfortunately unetbootin fails to install SystemRescueCD-1.5.x to a USB stick so you should not use it. There is now an official SystemRescueCD USB installer for Windows that you should use.""
I verifyed and right now unetbootin (linux and windows) is not working for SystemRescueCd, but linuxliveusb is working very good.
Regards
Lorue
Posts: 2,238
dolphin_oracle
Joined: 16 Dec 2007
#7
Good to know, thanks.
Posts: 13
lorue
Joined: 26 Sep 2010
#8
Hi DO
I have just try to use your procedure, but it do not work for me.
I have just recieve some information from Roky to use and I hope will help me.
The topic is post17550.html
thank you and regards
Lorue