Hi everyone, I'm relatively new to linux and have been looking for a minimal distro which gets me to a dektop with the bare minimum of tools to get going and my travels have landed me here. I downloaded antiX-M7.01-base.iso and upon booting I get the message"Looking for cdrom" and endlessy lists various places it's looking but dumps me out leaving me to just reboot.
Any ideas as to how I can rememdy the situation.
Thanks
Andy
I use windows atm.
Bootup: Looking for cdrom?
8 posts
• Page 1 of 1
- Posts: 10 Andy Mack
- Joined: 03 Jan 2008
-
anticapitalista
- Posts: 5,959
- Site Admin
- Joined: 11 Sep 2007
#2
Welcome Andy Mack to antiX.
Post your hardware specs ie RAM, CPU, hardrive size, cd drive info.
and we'll be able to help quicker.
This might help.
At the menu list, choose different options and add this line (just type, before hitting Enter)
all-generic-ide irqpoll
It could be a bad burn on the cd. You should burn at slow speed x4, DAO. You should also check the md5sum.
Have a look at Mepis if you don't know how to check it.
Post your hardware specs ie RAM, CPU, hardrive size, cd drive info.
and we'll be able to help quicker.
This might help.
At the menu list, choose different options and add this line (just type, before hitting Enter)
all-generic-ide irqpoll
It could be a bad burn on the cd. You should burn at slow speed x4, DAO. You should also check the md5sum.
Have a look at Mepis if you don't know how to check it.
- Posts: 1,520 eriefisher
- Joined: 07 Oct 2007
#3
See your other post.
eriefisher
eriefisher
-
anticapitalista
- Posts: 5,959
- Site Admin
- Joined: 11 Sep 2007
#4
Whoops eeriefisher, I just deleted the other post.
- Posts: 10 Andy Mack
- Joined: 03 Jan 2008
#5
all-generic-ide irqpoll worked great thanks however it would only boot if I quickly but the disc into my external usb dvd drive which was strange.
Up and running now however I think I'm in over my head a bit lol base install it really is! never used the the command line way of working with other distros I have tried but with this it's excellent and think I have learnt more in half an hours messing around than weeks of gui work with others.
Learnt how to work with apt-get which I felt really proud of myself.
Couple of things while I'm on, I use opera rather than Iceweasel and couldn't find it in synaptic even after selecting the other repos.
Alsaconfig would not work for me, do I need to install something to work it?
I managed to get my screen setup correctly size and refresh etc but find when I open iceweasel for instance the main toolbar dominates the screen maybe the font size or something I dont know, with windows which I use mainly atm frames of windows also seem smaller, I'll try and get 2 screen shots for you to see the difference.
Thanks
Andy
Up and running now however I think I'm in over my head a bit lol base install it really is! never used the the command line way of working with other distros I have tried but with this it's excellent and think I have learnt more in half an hours messing around than weeks of gui work with others.
Learnt how to work with apt-get which I felt really proud of myself.
Couple of things while I'm on, I use opera rather than Iceweasel and couldn't find it in synaptic even after selecting the other repos.
Alsaconfig would not work for me, do I need to install something to work it?
I managed to get my screen setup correctly size and refresh etc but find when I open iceweasel for instance the main toolbar dominates the screen maybe the font size or something I dont know, with windows which I use mainly atm frames of windows also seem smaller, I'll try and get 2 screen shots for you to see the difference.
Thanks
Andy
-
anticapitalista
- Posts: 5,959
- Site Admin
- Joined: 11 Sep 2007
#6
For opera you will need to download the .deb from the opera site. Choose from either Debian testing or unstable. I have downloaded the 9.5 version and it works well.
Install by opening filer, navigate to the folder where the deb is, left-click in that folder in a free space, choose Window>terminal here option.
In that terminal
su
root password
dpkg -i [full name of file, try ope and then hit the tab to auto-complete]
Now opera should be installed.
As user type opera in a terminal and watch it fly!
If you want to add apps to the fluxbox menu, see here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.com/index.php/Fluxbox_Tips_and_Tricks_Edit_Fluxbox_Menu"
linktext was:"http://antix.mepis.com/index.php/Fluxbo ... uxbox_Menu"
====================================
Yes, antiX-base is really minimal! You are doing well. You'll learn a lot.
Install by opening filer, navigate to the folder where the deb is, left-click in that folder in a free space, choose Window>terminal here option.
In that terminal
su
root password
dpkg -i [full name of file, try ope and then hit the tab to auto-complete]
Now opera should be installed.
As user type opera in a terminal and watch it fly!
If you want to add apps to the fluxbox menu, see here:
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://antix.mepis.com/index.php/Fluxbox_Tips_and_Tricks_Edit_Fluxbox_Menu"
linktext was:"http://antix.mepis.com/index.php/Fluxbo ... uxbox_Menu"
====================================
Yes, antiX-base is really minimal! You are doing well. You'll learn a lot.
- Posts: 1,520 eriefisher
- Joined: 07 Oct 2007
#7
eriefisher
I wondered what was going on. I couldn't find the post and then the site wouldn't let me back in again.anticapitalista wrote:Whoops eeriefisher, I just deleted the other post.
eriefisher
- Posts: 2 kwadraciak
- Joined: 12 Dec 2007
#8
Sorry for my English __{{emoticon}}__
Don't reboot. You are in the BusyBox console, anyway. Try this quirck, especially for TOSHIBA 1730CDT. From CLI (Command Line Interface) type :Andy Mack wrote: (snip)I downloaded antiX-M7.01-base.iso and upon booting I get the message"Looking for cdrom" and endlessy lists various places it's looking but dumps me out leaving me to just reboot.
(snip).
Code: Select all
# sed -e 's/DEVICES="\/dev\/hd/DEVICES="\/dev\/sd/' /linuxrc > /akuku
# chmod 755 /akuku
# . /akuku