LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation
User Name
Password
Slackware - Installation This forum is for the discussion of installation issues with Slackware.

Notices


Reply
  Search this Thread
Old 07-27-2009, 12:12 PM   #1
mr_mandrill
Member
 
Registered: Aug 2002
Location: UK
Distribution: Slackware 8.1
Posts: 74

Rep: Reputation: 15
Slackware64-current installation via usb stick hangs before setup


Hello,

I'm trying to install slackware64-current by creating a usb boot stick using the instructions in the USB & PXE folder in the current folder.

I've created a USB boot device using

"dd if=usbboot.img of=/dev/sda bs=512"

Upon boot it starts off well but seems to hang at this line:

"Triggering udev events /sbin/udevadm trigger"

Have tried remaking usb stick with no affect.
Can anyone advise what the problem might be.
Is there any other info I could provide that would be helpful?
 
Old 07-27-2009, 03:26 PM   #2
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
No idea why udev is causing you trouble. Can you try adding the keyword "noudev" (without typing the quotes) to the command that boots you into the installer? The full line you need to type goes like this:
Code:
huge.s noudev
It will instruct the installer not to use udev and instead rely on the old Slackware way of initializing the hardware (which means you will have to rung the "network" program to probe for your network card prior to running "setup", if you are going to do a network install).

Eric
 
Old 08-03-2009, 09:21 AM   #3
mr_mandrill
Member
 
Registered: Aug 2002
Location: UK
Distribution: Slackware 8.1
Posts: 74

Original Poster
Rep: Reputation: 15
Hey, as a follow-up to this issues I've final managed to get Slackware64-current installed on an LVM partition and create an initrd.gz.

However I had to use the noudev option no matter what boot media I used and now udev seems to be causing further issues. When I boot my new installation slackware hangs at precisely the same point. (Upon first reboot there were some further messages about acpi, though they don't appear anymore).

I'm now stuck with a system I can't boot in order to fix it. I don't know what udev is and why it's causing these problems.

How can boot my system and then fix / bypass this udev issue?
 
Old 08-03-2009, 12:19 PM   #4
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
I will ask PiterPUNK (our UDEV maintainer) to check out this thread, and to see if he has any troubleshooting tips for you.
There will probably be many questions to provide data/reports/screenshots/logs/whatever. I understand that if a computer does not boot, it will be hard to provide logs. But using the Slackware installer with the "noudev" commandline boot-option, you will be able to get into your computer with enough tools available to satisfy the needs of those who want information.

Good luck, Eric
 
Old 08-03-2009, 02:50 PM   #5
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
I suspect that there's some module being loaded that your system doesn't like for whatever reason.
 
Old 08-09-2009, 06:44 AM   #6
dwr1
Member
 
Registered: Aug 2009
Distribution: slack-current
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by mr_mandrill View Post
Hey, as a follow-up to this issues I've final managed to get Slackware64-current installed on an LVM partition and create an initrd.gz.

However I had to use the noudev option no matter what boot media I used and now udev seems to be causing further issues. When I boot my new installation slackware hangs at precisely the same point. (Upon first reboot there were some further messages about acpi, though they don't appear anymore).

I'm now stuck with a system I can't boot in order to fix it. I don't know what udev is and why it's causing these problems.

How can boot my system and then fix / bypass this udev issue?
Hope you get it sorted, James.
 
Old 09-10-2009, 02:05 AM   #7
faiscaheisler
LQ Newbie
 
Registered: Sep 2009
Posts: 12

Rep: Reputation: 0
I have the same problem with slackware 13 on my acer one.
I try boot with a usb stick and with a external usb dvd drive.
In these two ways i have the same issue that the 250GB sata unit is not found.

I tryed to boot from a 12.2 slackware and now the same problem.

When i tryed to boot from a 12.1 slackware, for my surprise, the HD was founded under /dev/hda!

So, can anybody say why the earlier version of slackware works and the newest don´t??

Ismael.

PS.: Can i install the 12.1 version and then upgrade to the 13? How make this upgrade?

Last edited by faiscaheisler; 09-10-2009 at 02:08 AM. Reason: more coments
 
Old 09-10-2009, 02:42 AM   #8
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
@ faiscaheisler - did you try adding "noudev" on the commandline when you boot the USB installer and see if Slackware detects your drive then? If you add "noudev", then Slackware will not use udev to look for devices, and instead use the "old" trusted setup scripts (the same scripts that are also in Slackware 12.1).

Eric
 
Old 09-11-2009, 12:22 AM   #9
faiscaheisler
LQ Newbie
 
Registered: Sep 2009
Posts: 12

Rep: Reputation: 0
Quote:
Originally Posted by Alien Bob View Post
@ faiscaheisler - did you try adding "noudev" on the commandline when you boot the USB installer and see if Slackware detects your drive then? If you add "noudev", then Slackware will not use udev to look for devices, and instead use the "old" trusted setup scripts (the same scripts that are also in Slackware 12.1).

Eric
I tried with huge.s and hugesmp.s
Also tried with many combinations of noacpi, noudev, nomsi, acpi=off, hda=noprobe options but the HD is not detected.

If it helps, lspci command says that i have a Intel IDE SCH Poulsbo interface and the HD is a Hitachi sata.
The netbook is a Aspire One AO751h-1340.

Today i tryed a install with one Ubuntu 9.04 iso and it works fine.

Ismael.

Last edited by faiscaheisler; 09-11-2009 at 01:10 AM.
 
Old 09-11-2009, 09:21 AM   #10
onebuck
Moderator
 
Registered: Jan 2005
Location: Central Florida 20 minutes from Disney World
Distribution: SlackwareŽ
Posts: 13,925
Blog Entries: 44

Rep: Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159Reputation: 3159
Hi,

Try passing the 'noapic' along with the 'noudev' at the boot of the installer.

BTW, I suggest that you stay within your original thread. I really believe your problem is not the same as this thread. Some association but your seems different. Diagnosis would be easier if contained within your original thread.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot setup wireless usb stick(possible problem with driver) eap Linux - Networking 3 12-28-2008 02:39 PM
Ubunty 8.04 hangs when USB stick is plugged in sydney-troz Linux - Desktop 2 12-10-2008 03:40 PM
load current DSL info onto usb stick davehateMS DamnSmallLinux 1 10-23-2007 12:44 AM
how to setup mandrake 10.1 to boot from usb stick? s.mcclatchie Mandriva 1 12-31-2005 09:01 AM
Suse 9.2 usb memory stick problem, system hangs davidhilbert Linux - Hardware 4 11-23-2004 11:40 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware > Slackware - Installation

All times are GMT -5. The time now is 02:13 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration