debian on T43?
debian on T43?
hi all
has anybody completed this install?
i'm having some problems getting debian etch to boot off my 2nd hard drive. i'm in the middle of yet another attempted install now (this time via net install directly into the 2nd HDD in the ultrabay slot), i'll post comments as soon as it's done downloading.
alfio
has anybody completed this install?
i'm having some problems getting debian etch to boot off my 2nd hard drive. i'm in the middle of yet another attempted install now (this time via net install directly into the 2nd HDD in the ultrabay slot), i'll post comments as soon as it's done downloading.
alfio
things went better when installing directly onto the HDD in the 2nd (ultrabay) slot. GRUB works well when i select the boot device list option and the system boots without difficulties.
what is not working, for some bizarre reason, is the swap partition. although i created one during the install for some reason it's not showing up. also, my wifi card is not working (intel b/g 2200). i'll work on those today
alfio
what is not working, for some bizarre reason, is the swap partition. although i created one during the install for some reason it's not showing up. also, my wifi card is not working (intel b/g 2200). i'll work on those today
alfio
-
Volker
- Junior Member

- Posts: 482
- Joined: Fri Oct 01, 2004 10:21 am
- Location: Dublin, Ireland
- Contact:
Check that the swap partition is listed in /etc/fstab.alfio wrote:what is not working, for some bizarre reason, is the swap partition.
If everything seems right, post the output of
Code: Select all
cat /proc/swaps
cat /etc/fstab
Code: Select all
/sbin/fdisk -l /dev/sdb
Code: Select all
/sbin/fdisk -l /dev/hdc
Volker wrote:Check that the swap partition is listed in /etc/fstab.alfio wrote:what is not working, for some bizarre reason, is the swap partition.
If everything seems right, post the output ofCode: Select all
cat /proc/swaps
"Filename Type Size Used Priority/dev/sda1 partition 1951856 0 -1"
"# /etc/fstab: static file system information.Code: Select all
cat /etc/fstab
#
# <file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
/dev/sda3 / ext3 defaults,errors=remount-ro 0 1
/dev/sda2 /home ext3 defaults 0 2
/dev/sda1 none swap sw 0 0
/dev/scd0 /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0"
"Disk /dev/sda: 60.0 GB, 60011642880 bytesand, as root, list the partition tableCode: Select all
/sbin/fdisk -l /dev/sdb
255 heads, 63 sectors/track, 7296 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 1 243 1951866 82 Linux swap / Solaris
/dev/sda2 244 851 4883760 83 Linux
/dev/sda3 852 1459 4883760 83 Linux"
neither one of these commands produce any results
alfio
i figured out that suspend-to-RAM works with Fn+F4, i got the wireless working (ipw2200 bg), but i've still got these issues pending:
- suspend to disk is not working
- start-up is very slow, it hangs on with a message "ata1: port is slow to respond, please be patient"
- debian won't get past GRUB when the first HDD is installed (i'm running linux from the 2nd HDD / ultrabay slot), still not sure what to do about this but i need to keep the systems separate and XP as the default boot (i'd like to avoid adding it to GRUB if possible)
also, is there a way to recreate the start-up script in a terminal? there's a bunch of stuff i want to read but it flies by too fast.
alfio
- suspend to disk is not working
- start-up is very slow, it hangs on with a message "ata1: port is slow to respond, please be patient"
- debian won't get past GRUB when the first HDD is installed (i'm running linux from the 2nd HDD / ultrabay slot), still not sure what to do about this but i need to keep the systems separate and XP as the default boot (i'd like to avoid adding it to GRUB if possible)
also, is there a way to recreate the start-up script in a terminal? there's a bunch of stuff i want to read but it flies by too fast.
alfio
-
lightweight
- Sophomore Member
- Posts: 234
- Joined: Sat Jun 30, 2007 10:56 pm
- Location: L. A.
Swap is mounted. You're fine.cat /proc/swaps
Filename Type Size Used Priority
/dev/sda1 partition 1951856 0 -1
fstab and likely GRUB are calling sda, which is the first harddisk. When one harddrive is running, this is fine.- debian won't get past GRUB when the first HDD is installed (i'm running linux from the 2nd HDD / ultrabay slot),
Likely the dock's ATA controller considers its drive the second primary, and if so you must change these instances to sdc. If this is the case:
Code: Select all
perl -pi -e 's/sda/sdc/g' /etc/fstab
perl -pi -e 's/sda/sdc/g' /boot/grub/*
Respectfully, this is silly. GRUB to dual boot is good.i need to keep the systems separate and XP as the default boot (i'd like to avoid adding it to GRUB if possible)
also, is there a way to recreate the start-up script in a terminal? there's a bunch of stuff i want to read but it flies by too fast.
Code: Select all
dmesg | less
Last edited by lightweight on Sat Jul 28, 2007 2:10 pm, edited 1 time in total.
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
-
bonestonne
- Freshman Member
- Posts: 103
- Joined: Sat Jun 09, 2007 2:07 pm
- Location: Morristown, New Jersey
- Contact:
if the first HDD is running Windows [or partitioned NTFS at all], you need to install NTFS drivers, and enable write support for internal and external drives.
reboot with first HDD installed, problems should dissapear. ntfs-3g is the driver, available through add/remove programs...if not, just google it...its everywhere.
reboot with first HDD installed, problems should dissapear. ntfs-3g is the driver, available through add/remove programs...if not, just google it...its everywhere.
Thinkpad T-22: 14.1" LCD, 900Mhz 20GB HDD, Linksys wifi adapter, Ubuntu 7.04, 512MB RAM
Apple Powerbook G4 Aluminum 15": 1.67GHz, 100GB HDD, Airport Extreme, Tiger 10.4.11, 2GB (bad RAM issue), Bluetooth, FW800, DVI
Apple Powerbook G4 Aluminum 15": 1.67GHz, 100GB HDD, Airport Extreme, Tiger 10.4.11, 2GB (bad RAM issue), Bluetooth, FW800, DVI
-
Volker
- Junior Member

- Posts: 482
- Joined: Fri Oct 01, 2004 10:21 am
- Location: Dublin, Ireland
- Contact:
Indeed this is wrong. The ultrabay drive will show up as /dev/sdbIf this is incorrect and the dock's drive is considered a slave on the first controller -- and I hope someone corrects me -- change sdc in the search and replace above to sdb.Code: Select all
perl -pi -e 's/sda/sdc/g' /etc/fstab perl -pi -e 's/sda/sdc/g' /boot/grub/*
gents, thank you for taking the time to sort through my mess. what neither one of you is telling me, however, is how one makes these changes. can i get a little more detail (i'm a relative noob to linux as must be obvious from my posts)? thanksVolker wrote:Indeed this is wrong. The ultrabay drive will show up as /dev/sdbIf this is incorrect and the dock's drive is considered a slave on the first controller -- and I hope someone corrects me -- change sdc in the search and replace above to sdb.Code: Select all
perl -pi -e 's/sda/sdc/g' /etc/fstab perl -pi -e 's/sda/sdc/g' /boot/grub/*
alfio
-
lightweight
- Sophomore Member
- Posts: 234
- Joined: Sat Jun 30, 2007 10:56 pm
- Location: L. A.
Thanks, Volker.
Changing the device name for the purposes of boot involves three files on Debian (and most Linux using GRUB): /etc/fstab, /boot/grub/device.map, and /boot/grub/menu.lst
Invoking perl -pi -e allows search and replace of a string in one or many files. An alternative is sed, which you can read more about by running the command "man sed" The two lines under code above could be changed (change instances of sdc to sdb, per Volker's correction) and be run by root to change the relevant files.
But, admittedly, this is somewhat reckless. To be careful, as root let's copy these files to /root, then do the search and replace. Let's use a for loop because bash is cool, it might get you reading about bash as you're excited about Linux, and it will save us keystrokes.
If this breaks anything, you can boot off a live CD (like your Ubuntu disk you've mentioned elsewhere) and copy them back as root.
Hope this helps. <3
I believe your issue with multiple drives stems from incorrect device names, likely due to configuration error when installing Debian. But I may be wrong.can i get a little more detail (i'm a relative noob to linux as must be obvious from my posts)?
Changing the device name for the purposes of boot involves three files on Debian (and most Linux using GRUB): /etc/fstab, /boot/grub/device.map, and /boot/grub/menu.lst
Invoking perl -pi -e allows search and replace of a string in one or many files. An alternative is sed, which you can read more about by running the command "man sed" The two lines under code above could be changed (change instances of sdc to sdb, per Volker's correction) and be run by root to change the relevant files.
But, admittedly, this is somewhat reckless. To be careful, as root let's copy these files to /root, then do the search and replace. Let's use a for loop because bash is cool, it might get you reading about bash as you're excited about Linux, and it will save us keystrokes.
Code: Select all
for i in "/etc/fstab" "/boot/grub/menu.lst" "/boot/grub/device.map"; do cp $i /root/`basename $i`.bak && perl -pi -e 's/sda/sdb/g' $i; done
Hope this helps. <3
Have: x60s ultralight 1705-CTO, Debian SiD, Linux 2.6.25-2 | x61s ultralight 7668-CTO, Debian SiD/Experimental, Linux 2.6.27-git5 | Model M 1391401, white label, 07-17-91
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
Had: x22, Debian Testing/SiD, Linux 2.6.18-22
-
- Similar Topics
- Replies
- Views
- Last post
-
- 0 Replies
- 432 Views
-
Last post by Omineca
Tue May 16, 2017 8:06 am
-
-
WiFi flaps frequently with Intel 2915ABG NIC in T43
by dandreye » Thu Dec 29, 2016 8:58 am » in ThinkPad T4x Series - 10 Replies
- 1732 Views
-
Last post by dandreye
Fri Dec 30, 2016 12:06 pm
-
-
-
*Toronto* ThinkPad T43 14.1" SXGA+ USD$45/CAD$52
by kfzhu1229 » Sat Jan 07, 2017 1:36 am » in Marketplace - Forum Members only - 1 Replies
- 355 Views
-
Last post by kfzhu1229
Thu Jan 26, 2017 6:53 pm
-
-
- 3 Replies
- 1489 Views
-
Last post by thinkpadcollection
Sun Jan 08, 2017 9:49 pm
Who is online
Users browsing this forum: No registered users and 1 guest



