LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch
User Name
Password
Arch This Forum is for the discussion of Arch Linux.

Notices


Reply
  Search this Thread
Old 11-23-2005, 10:58 PM   #1
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Arch stopped booting after sysupgrade


Yes. it did change from devfs to udev, but I sure changed all the fstab entries to match the correct ones.

I get no errors on booting, but what happens is that while hotplug is running, system just shuts off (monitor and all).

Here's my fstab in arch: any problems?
Code:
# 
# /etc/fstab: static file system information
#
# <file system>        <dir>         <type>    <options>          <dump> <pass>
none                   /dev/pts      devpts    defaults            0      0
none                   /dev/shm      tmpfs     defaults            0      0
tmpfs                  /tmp          tmpfs     defaults            0      0
usbfs                  /proc/bus/usb usbfs  defaults            0      0

/dev/hdc	       /mnt/cd   auto      ro,user,noauto,unhide   0      0
/dev/hdd  	       /mnt/dvd  auto      ro,user,noauto,unhide   0      0
/dev/floppy/0          /mnt/fl   vfat      user,noauto             0      0

/dev/hdb2 swap swap defaults 0 0
/dev/hdb3 / reiserfs defaults 0 0
Here's my menu.lst from Debian which I actually use to boot Arch (I didn't install GRUB from Arch. Used the Debian one which is already present)

Code:
# This entry automatically added by the Debian installer for an existing
# linux installation on /dev/hdb3.
title		Arch Linux 0.7
root		(hd1,2)
kernel		/boot/vmlinuz26 root=/dev/hdb3 
savedefault
boot
 
Old 11-24-2005, 04:19 AM   #2
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
It was a hotplug problem, but now after removing hotplug my hardware is not detected any more. None of the modules are loaded.

Is there any alternative, because I cannot get my net to work anymore!
 
Old 11-24-2005, 04:32 AM   #3
slackie1000
Senior Member
 
Registered: Dec 2003
Location: Brasil
Distribution: Arch
Posts: 1,037

Rep: Reputation: 46
hi there,
which CD are you using? 0.7? did you make the update? do you have the new initscripts installed?
it is not a solution but i would recommend hwdetect. hotplug is getting deprecated in Arch and the new hardware detection tool looks quite nice - i don't use it.
if you have the possibility, through other distro in your setup, make the download of the necessary things: hwdetect, initscripts and the latest kernel and take hotplug out of your daemons list in rc.conf.
regards,
slackie1000
 
Old 11-24-2005, 05:03 AM   #4
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Hey Slackie, thanks for the tips. But I got some help from the archlinux.org forums

I just had to copy the newer rc.conf file and put it in place of the old one and make the older changes manually and *poof* it worked.

Now all works. I'm now inside Arch Linux.
 
Old 11-24-2005, 11:26 PM   #5
juvestar15
Member
 
Registered: Aug 2005
Location: Australia
Distribution: Debian Sid
Posts: 60

Rep: Reputation: 15
You can use hwd if hotplug still gives you troubles. When upgrading, conf files can be created, so make sure everytime you do it, check if new conf files were made.
 
Old 11-24-2005, 11:38 PM   #6
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,141

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
Quote:
Originally posted by Harishankar
I just had to copy the newer rc.conf file and put it in place of the old one and make the older changes manually and *poof* it worked.
Yep, etc-update would be handy, huh ....
 
Old 11-24-2005, 11:39 PM   #7
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Yes, hotplug is no longer used to detect hardware. I think it uses hwdetect...
 
Old 11-24-2005, 11:40 PM   #8
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Quote:
Yep, etc-update would be handy, huh ....
Your point being...?
 
Old 11-25-2005, 12:34 AM   #9
syg00
LQ Veteran
 
Registered: Aug 2003
Location: Australia
Distribution: Lots ...
Posts: 21,141

Rep: Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123Reputation: 4123
My point being you did a sysupgrade and didn't even know that some config file(s) potentially were updated - or not because you had them set to NoUpgrade.
You apparently didn't even know you had them excluded.
And yes, it *is* covered in the manpage.

This is a significant exposure - obviously some people are going to get caught.
 
Old 11-25-2005, 01:01 AM   #10
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178

Original Poster
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
I know that config files get updated during upgrades, syg00. I have known it for a long time now since I installed Debian. Only difference is that with Debian I hardly had to do any work myself because it handled the upgrades seamlessly.

You assume too much and you have such a superior attitude.

What I wasn't aware was that the kernel got updated.

Most OSes don't update the kernel by default. I got caught I admit, but the reason was the kernel update. Not the config file. Arch did update the kernel and I should have known better.

Leave it well alone. My problem has been solved... I know that you guys have better knowledge than me but I really don't want to prove any points here.
 
  


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
How to prevent Arch from downloading packages again? Sysupgrade vharishankar Arch 4 11-24-2005 04:18 AM
Cross compiled kernel-2.6.13 for x86-64 arch stops booting under Slackware-10.1 Basel Slackware 4 09-09-2005 12:57 PM
HELP! Computer stopped booting! snatale1 Linux - Hardware 1 04-25-2004 12:26 PM
Are you dual booting and Windows stopped working (booting) then here's the answer: rberry88 Linux - General 1 02-12-2004 09:05 AM
Linux Stopped Booting helios007 Linux - General 5 11-06-2003 08:53 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Arch

All times are GMT -5. The time now is 01:01 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