![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Installation & Upgrades For questions about upgrading and installation of your new Ubuntu OS. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 3
|
Install won't boot, says: failed to set xfermode
Ok I searched but im not able to read thru all the posts at the moment, i did find this one I bookmarked http://ubuntuforums.org/showthread.p...o+set+xfermode. just looking for a simple answer...whats causing the errors, if its hardware I can swap it out.
Quick rundown, installed ubuntu on a master drive, worked, put in another drive that was bigger to use. Now can't get the install to complete. My goal is XP Pro on master HD, Ubuntu on Slave HD. Its not the CD, because I tested it on my laptop and the cd boots fine...now on this pc it wont boot at all. it gives me these errors after i tell it to boot the cd/install. /bin/sh: can't access tty; job control turned off ata2.01: failed to set xfermode (err_mask=0x4) ata2.01: failed to set xfermode (err_mask=0x4) ata2.00: failed to set xfermode (err_mask=0x40) I am installing on a Dell Dimension 8100 1.4ghz pentium 4, 512mb ram, Nvidia GeForce2 MX/MX 400 Graphics. I have no clue what those errors are, nor any luck searching on how to resole the issue. I also tried installing w/ the text mode installer, but it just freezes up. Is this a cd drive issue/hd,etc? My bios has a setting for hard drives named Primary drive 1, primary drive 2. 1 is set to on, 2 is set to off, but both drives show up in My Computer in XP just fine. Think this stays off, since drive 2 its not primary. Any tips/advice? pclinuxos also throws errors, so its something w/ the hardware on this pc, but what? Thanks guy! I look forward to using linux if I ca ever get it installed again! Last edited by PiercedLip81; May 11th, 2007 at 11:10 AM.. |
|
|
|
|
|
#2 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 3
|
Re: Install won't boot, says: failed to set xfermode
i've been reading up and it looks to be a cd drive issue and its not detecting it. I am going to try and swap the drive and see if i have any luck w/ that. maybe since its an older drive its not reading it properly? Worth a shot?
|
|
|
|
|
|
#3 |
|
First Cup of Ubuntu
![]() Join Date: Mar 2007
Beans: 13
|
Re: Install won't boot, says: failed to set xfermode
I'm getting the exact same problem. I've read somewhere that adding irqpoll to the boot line could help; I'll try this next as I don't have any other drives to use...
|
|
|
|
|
|
#4 |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 3
|
Re: Install won't boot, says: failed to set xfermode
problem solved here. It was my dvd drive. I just unplugged it, and made my burner the master drive for boot and it worked. odd? Now it installed and I can't get into either os...I get a grub error 21. Im working on it now :-/
my partitions look like this (loaded from live cd) device type mount point format size used /dev/sda /dev/sda1 ntfs /media/sda1 61843mb unknown free space 8mb /dev/sdb /dev/sdb1 ext3 /media/sdb1 19140mb 2400mb /dev/sdb5 swap 880mb 0mb I can change the partitions manually in there it seems? Still no booting of either OS. This sucks :-/ |
|
|
|
|
|
#5 | |
|
First Cup of Ubuntu
![]() Join Date: May 2007
Beans: 3
|
Re: Install won't boot, says: failed to set xfermode
Quote:
|
|
|
|
|
|
|
#6 |
|
5 Cups of Ubuntu
![]() |
Re: Install won't boot, says: failed to set xfermode
added a new line to grub with "irqpoll" and it worked like charm....
.....i almost smashed the machine though - it's hard to google it out without being able to boot first |
|
|
|
|
|
#7 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 2
|
Re: Install won't boot, says: failed to set xfermode
Hmmm....
So I added irqpoll to the kernel line in /boot/grub/menu.lst, saved it, rebooted - and got the same error as before. Looked again in menu.lst and found, that irqpoll has gone. Seems as if the file was rewritten, after I changed it. My menu.lst looks like this near the end: ## ## End Default Options ## title Ubuntu, kernel 2.6.20-16-generic find --set-root /wubi/boot/linux kernel /wubi/boot/vmlinuz-2.6.20-16-generic find=/wubi/boot/linux ro quiet splash initrd /wubi/boot/initrd.img-2.6.20-16-generic boot title Ubuntu, kernel 2.6.20-16-generic (recovery mode) find --set-root /wubi/boot/linux kernel /wubi/boot/vmlinuz-2.6.20-16-generic find=/wubi/boot/linux ro single initrd /wubi/boot/initrd.img-2.6.20-16-generic title Ubuntu, kernel 2.6.20-15-generic find --set-root /wubi/boot/linux kernel /wubi/boot/vmlinuz-2.6.20-15-generic find=/wubi/boot/linux ro quiet splash initrd /wubi/boot/initrd.img-2.6.20-15-generic boot title Ubuntu, kernel 2.6.20-15-generic (recovery mode) find --set-root /wubi/boot/linux kernel /wubi/boot/vmlinuz-2.6.20-15-generic find=/wubi/boot/linux ro single initrd /wubi/boot/initrd.img-2.6.20-15-generic title Ubuntu, memtest86+ find --set-root /wubi/boot/linux kernel /boot/memtest86+.bin ### END DEBIAN AUTOMAGIC KERNELS LIST I added irqpoll in both kernel lines after "splash". Any help, please. |
|
|
|
|
|
#8 |
|
First Cup of Ubuntu
![]() Join Date: Jun 2007
Beans: 2
|
Re: Install won't boot, says: failed to set xfermode
Got it:
I had to change the kernel line in the Windows-file c:\wubi\boot\grub\menu.lst, because /boot/grub/menu.lst in Ubuntu is obviously written from it. Now it works perfectly. Thanks for listening Knut |
|
|
|
|
|
#9 |
|
5 Cups of Ubuntu
![]() |
Re: Install won't boot, says: failed to set xfermode
I had the same problem - but them I added the irqpoll bit into "default kernel options" part of menu.lst.
If you add irqpoll directly to the generated line kernel option, it will be rewritten by update-grub
__________________
Core 2 Duo 1,83 - P965 - 3 GB RAM - NVidia 7600GT PCI Express (256 MB VRAM) - Kubuntu 7.10 - 32bit FujitsuSiemens P1510 - Centrino M 753 1.2 GHz - 1GB RAM - Intel GMA 900 (128 MB VRAM) - Kubuntu 8.04 - 32bit - Nice and Smooth |
|
|
|
|
|
#10 |
|
5 Cups of Ubuntu
![]() Join Date: Nov 2007
Beans: 27
|
Re: Install won't boot, says: failed to set xfermode
Hey. I've been having ata5.0 failed to set xfermode (err_mask=0x40) error messages too. Tried the irqpoll thing and it worked, but i read that this causes a performance hit. Can anyone verify that? Or does anyone know anything about ata failed to set xfermode error messages?
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|