OpenSUSE Hardware :: New USB Mouse Block Booting After GRUB?
Jun 23, 2011
I have big troubles with new mouse. It works properly in all cases except booting. It is really strange but if I restart the system (11.3), There is BIOS hdd detection, GRUB (I choose oS 11.3), after I can see about three text lines for short time and after only black screen. And system is halted.
If I disconnect the mouse, reset PC, choose in GRUB, I can see text lines, immediately there is a graphic screen, connect mouse and it works until next reboot.
I installed Opensuse 11.3 on a separate partition to vista on my Acer 5115. It runs fine but the GRUB boot loader failed to show the Vista OS. I tried to add it by editing menu.As far as I can see (and I don't have much experience with these things) the Vista OS is there, on sda5, but doesn't boot correctly because the winload.exe is in the wrong directory. Why the sdax numbers are all rearranged is a mystery too, but I have reinstalled vista several times so that could be why.I don't have a vista recovery cd (wasn't given one), is there any way to fix this within opensuse (which works fine)?
I would like to build a sticky subject about repairing openSUSE boot.This article,once complete (not by me alone) should be made sticky (to have it in front of the forum)- these problems are frequent and disturbing.I know the great work done by please-try-again. But very often we don't need any script (and running a script from rescue mode is difficult) - that said I vote to have the pta scripts included in the rescue system !So I would like to focus on command line fixes.
I have been carrying out updates of both Vista & SuSE whenever i operate in them.
One (Not So) Fine Day, when i Choose from the Grub loader "Microsoft Windows Vista SP2" option it just din't boot into Vista. I have Tried many a time.
My First doubt was towards Vista only, so i choose the "Windows Recovery Mode" option from Grub. It went into the Recovery mode. I ran Memory Tests on Windows Partition, took its own sweet time, whatever missing indexes and all it carried out and finally gave the Thumbs Up result. After that, i carried out Startup Repairs, all came out well. So, Yet again i restarted and tried to get in Vista. Nope, dint work.
I'm dual booting Windows 7 and openSUSE. I attempted to start up my computer, and got ERROR 17 on the GRUB loading page. I am assuming this is related to me disabling the openSUSE uninstaller on startup in Windows.installer seemed completely superfluous.
I'm wondering how I would go about dual-booting Ubuntu with openSUSE installed first?
I'm just a little bit concerned about the versions of Grub overwriting the openSUSE version or theme or something.
Would it work okay if I just shrink my openSUSE partition and then set the Ubuntu installer to install Ubuntu to the free space only or do I need to edit the grub file and stuff?
Code: fdisk -l Device Boot Start End Blocks Id System /dev/sda1 1 3724 29912998+ 83 Linux /dev/sda2 29256 30401 9205245 7 HPFS/NTFS /dev/sda3 3725 4271 4393777+ 5 Extended /dev/sda4 * 4272 12104 62918572+ 83 Linux /dev/sda5 3725 4271 4393746 82 Linux swap / Solaris
I want ot install a new opensuse 11.4 as yest another OS. Due to the fact that I already have 4 sda partitions, I have to make some changes. What I am thinking about is to copy the sda2 (windows recovery) data to some folder etc (nevermind), then delete the sda2. Then I want to create a new primary partition for the new suse 11.4 and install it. What is worying me is the grub boot menu. I was planning to edit the new one (the opensuse 11.4), with old data.
Code: ###Don't change this comment - YaST2 identifier: Original name: linux### title Desktop -- openSUSE 11.2 - 2.6.31.5-0.1 root (hd0,3) kernel /boot/vmlinuz-2.6.31.5-0.1-desktop root=/dev/disk/by-id/ata-Hitachi_HTS542525K9SA00_080105BB0F00WDHE41DC-part4 resume=/dev/disk/by-id/ata-Hitachi_HTS542525K9SA00_080105$ initrd /boot/initrd-2.6.31.5-0.1-desktop .....
Now my question is will the settings of (hda0,n), change due to the fact that I have deleted the sda2? I have a lot of unused space at the end of my disk and want to create a new "sda2" there.
is it ever possible to do dual booting with grub(legacy) ever at all!. it is possible provided i take some pain, here is the link of that post [URL] i was coward and weak i didn't try that out then. but i did try it out. now so if u haven't seen the post .... I've installed Fedora 15 desktop(Gnome) with physical Logical volume called vg_fedora lv_root(ext4) ,lv_swap and lv_home(ext4), with 500MB /boot partition and had about 200GB free hard disk space ... so i wanted to install Scientific Linux 6.1 (because our school uses RHEL 6.1)
so, while running the installer I made (added) a logical volume lv_Scientific with ext4 FS and made its mount point (/) and used the MBR /boot which overwrote the Fedora /boot (completely OK and was as expected) i restarted after installation i got SL log in and as per the directions of the thread i copied the boot stanza from grub.conf of fedora 15 (which i already had copied and pasted into a text file and copied it from there)and pasted it into grub.conf of SL you may ask why did i choose same physical LVM too save swap space ... if i had made another physical LVM i had to make another swap ( i like LVM ... its cool)
completely unexpected happened Fedora now boots but not SL when grub starts i get this error 27 unrecognised commad and when i press <enter> i get grub menu with SL and fedora when i press on Fedora it works well i get my fedora login and i did login .. everything works fine but when i press SL it goes to the previous black screen grub error 27
I was unaware of the difficulties of installing and booting Ubuntu from the "onboard raid" that the NVIDIA nForce chipsets provide. However, I've managed to get it working reliably with one single caveat:
When update-grub builds the grub.cfg, it refers to all of my partitions as follows:
Code: menuentry 'Ubuntu, with Linux 2.6.35-27-generic' --class ubuntu --class gnu-linux --class gnu --class os { recordfail insmod part_msdos insmod ext2 set root='(/dev/mapper/nvidia_caifaefg,msdos5)'
[Code]...
So I'm guessing that the whole nvidia_blah,msdos5 is because of that. However, it doesn't seem to explain why Grub would THINK that would work and it in fact does not work. That's the biggest source of confusion on my part.
My questions are as follows: First off, because as an IT person I want to know: Why does this sort of change work? What does changing that device name change in GRUB's behavior? Is there a setting in /etc/default/grub that would change the way it's naming these RAID devices? Is there a value for this setting that would give me the device names that work, as explained above?
If there is no setting change I can make in /etc/default/grub, could I add a sed command on to the end of update-grub or can I make a modification to one of the scripts in /etc/grub.d? What sort of change would be recommended? How would I preserve this change through later package upgrades that would possibly rewrite these files?
im a rookie at configuring linux and i have problem booting slackware 13.1 just installed. i get a message similar to this Kernel panic - not syncing: VFS: Unable to mount root fs on unknown- block(8,4) i got this one from another user who has a similar problem, they say i should fix lilo.conf and it actually was pointing to a wrong partition so i fixed it. i also fixed /etc/fstab to make it point to the right partition /dev/sda3. but after fixing the files, it still wants to load something in /dev/sda4, i dont know why so what should i do next, please explain with commands and not just words. edit this is my lilo.conf
# LILO configuration file # generated by 'liloconfig' # # Start LILO global section # Append any additional kernel parameters: append=" vt.default_utf8=0" boot = /dev/sda3 [Code]...
I just formatted the partition that contains fedora 15 using windows.. Now when I attempt to boot my PC the grub bootloader comes up and I cannot boot anything.... The error that I get|| i feel i need a boot command to boot boot win7 from grub... grub propmts me " minimal bash-like line editing is supported. for the first word tab possible list a possible commands completion anywhere else tab list
I am currently running all my applications off a HD as I was unable to install the grub bootloader on my ocz pci express card (grub won't install on the pci express card as it is a raid0 array). I would like to use the HD for backup only and run everything off the ocz card - with the exception of booting (which is unfortunate but I didn't manage to make the pci express card boot). How is it possible to tell suse during the installation to create the /boot on the HD and the rest on the pci express card and also to allocate the remainder of the HD as empty storage area??
I received a laptop that was running XP home that had crashed. MY son was not able to determine if it was hardware or software. So He installed Linux Ubuntu 9.10 Gnome desktop 2.28.1. Often I have to reboot because freezes. Once I get online, the mouse freezes I have tried an external mouse, it does the same. The Laptop model is a Sony model PCG- 6F1L.
I have been having a lot of trouble lately with installing from CD/DVD. The DVD reader/writer on this laptop is new. Nevertheless, trying to install Ubuntu onto an exernal HD, I get 'input output error on sr0 logical block (a large number) After a long time the booting proceeds to a point, but I never get the actual installation started, and have to shut down manually.
The CD is fine, says the Ubuntu-checker. I just installed using my sons laptop, and there was no trouble. Question: does this indicate a motherboard failure? A memory block damaged? Do you know of a diagnostic tool I can use to check the reading of a CD/DVD?
I downloaded Fedora 13 today and tried the live cd, however, after booting my mouse was a square that is white and scrambled. I am trying the KDE version and it also has no task bar or anything other than a window with icon to install. nothing else is there.
I've installed CentOS lot's of times, but I've never had an issue like this before. It's just a black screen, and all I see is a mouse. I see some drive activity, but I gave it a good hour and it's just sitting there. Not sure what to do here or what's causing the issue. There were no problems during the install. I'm trying to install it on an old Dell PowerEdge 1900 server. Edit: If I go to the console, top is showing X and gdm taking 10+% of the CPU and there's a high load. Which is odd because this is a fresh install..
While booting my Linux System (Red hat Enterprises edition 5.1) I am getting a messsage as below , the message is getting generated during file checking on first boot. Extended attribute block 18875430 has reference count 2 , should be 1. and after this system remains in the same sate.
I have a working server running CentOS 5.5 (similar to RedHat EL) with the 2.6.18-194.el5 kernel. The hardware is a few years old, but we were able to accomplish this following goal using CentOS 4.4. What I'm trying to do is to back the system up to an external USB hard drive such that it can be booted from for recovery or to then take that drive and restore its contents to a second server with identical hardware. We have been successful implementing this on other server pairs, but I'm having a great deal of trouble getting this to work on this hardware and OS. I'm not using LVM or dual-booting with another OS. The USB drive is set up with identical partitions to the RAID set, and all the files have been successfully copied over, but I can't get the system to boot from it. Below is what I get when trying to boot from the USB drive:
Code: Booting 'CentOS (2.6.18-194.el5)' root (hd0,0) Filesystem type is ext2fs, partition type 0x83 kernel /vmlinuz-2.6.18-194.el5 ro root=LABEL=/
How can I run a Debain ISO from a USB using GRUB4DOS like Boot Multiple ISO from USB (MultiBoot USB)? This way I can keep several install disks on one USB key.
This entry didn't work:
title Debian live find --set-root /debian-504-amd64-CD-1.iso map /debian-504-amd64-CD-1.iso (0xff) map --hook
I have tried and failed to install F14 and 15 on my system for a while now and I have been running Ubuntu in the mean time as it installs and runs fine as does Mint, and Suze.
My Pc is getting a little old now but is still very capable, however the Primary master Sata port seems to have a fault on it so I don't use that anymore as it ends up corrupting my hard drive after a few weeks.
I am running one hard disk on the secondary sata port which shows up as the primary slave in Bios. When I install F14 or 15 all goes well till I restart then it boots to Grub with no errors.
I have tried assigning root in grub and it doesn't seem to think any hard disk exists from what I have tried, what am I missing?
Just to confirm I am running one hard disk on the second SATA port, Fedora detected it on install as sda1, and the rest of the linux partition as sda2.
I have tried this multiple times and the grub was installed to the MBR
I just install ubuntu Linux fully on my computer. Now i then install Grub-EFI, and EFI amd64. I also blessed my Linux partition. Now did i install everything to boot grub EFI? if i did. how do i know im booting using Grub EFI and not GRUB?
I was installing fedora 13 just for fun and it move grub boot to different partition. Now I can't boot anything but fedora I know I need to be booting from hd0 sa1 but grub loads from hd0 sa7 .I just need my ubuntu os back .
Since this morning my system refuses to boot Ubuntu 9.04 installed in Vista using Wubi.It has been working for months, but now it fails to start. I get to the windows bootloader screen. When booting Ubuntu (pre-selected) it goes straight to GRUB. Performed test several times: it is consistent.
About a week ago my netbook (Samsung N220) stopped booting, after been working fine since installing it 4 months ago - not aware of any changes, though some updates may have been applied. It is not getting to the grub menu and instead just getting a flashing cursor in the top left corner of the screen. Booting fine from a USB, and the bootinfo results.txt is:
Code: Boot Info Script 0.55 dated February 15th, 2010 => Grub 2 is installed in the MBR of /dev/sda and looks on the same drive in partition #5 for /boot/grub. => Syslinux is installed in the MBR of /dev/sdb sda1: _________________________________________________________________________ File system: ntfs [Code]...
Not sure if this is the exact right spot for this post, I've got an .ISO file of windows 7, but no DVD's to burn it to. I've read that I should be able to use GRUB to boot, but I can't exactly get it to work. I've been poking around the map function trying to sort of mount the iso somewhere within the hard drive, but I'm not sure if that's how it should be done.
I installed Ubuntu on w7 using Wubi and I set in w7 that it on startup automatically boots Grub without asking. Now when I am in Grub and when I select Windows 7 (loader) it goes black and returns to Grub so I cant boot w7 at all.
I work in a very restrictive environment and I want to use linux on my work laptop (currently running Windows XP prof). I am planning to install linux in a dual boot mode but I dont want to install grub/lilo or any other boot loader. i cannot even modify Windows bootloader to boot into linux partition.
Is there a way I can boot into linux partition without installing new boot loader or modifying the current windows boot loader? Any boot CD etc available that can boot into linux partition from my laptops HDD?
I recently installed Ubuntu 9.10 and when i rebooted, GRUB fails to boot to windows. What exactly happens is that when i select Windows, it simply goes to a black screen with GRUB at the top, and a blinking cursor (that accepts no input) Summary:I am running Windows XP Professional No, i do not have the Windows disk My hard-drive has been partitioned between Ubuntu and Windows I have Ubuntu 9.10, which boots normally Windows failes to boot, and hangs on a screen that says GRUB _ I am a total linux noob I dont want to simply rewrite the mbr as i still want to be able to dual boot. I have important data on the windows partition that i want to keep.If you want any logs/info, you'll have to tell me EXACLY how to view/capture them
I am trying to boot linux kernel from a USB stick. I performed following steps:
1. wrote Grub stag1 to MBR of USB with this command on my linux host. dd if=/boot/grub/stage1 of=/dev/sdb1 bs=512 count=1
2. Mounted the USB and I copied the following files in my USB. boot/grub/stage1 boot/grub/stage2
3. Plugged in the USB in the the target machine. Rebooted and changed the booting sequence to boot from USB
My problem is that instead of getting a boot prompt, iIam getting GRUB GRUB GRUB all over the display. I googled out for it and found that if we change the auto-detection oh HDD in bios to manual that may solve the issue, but that did not help. If you happen to know that I am following the correct steps and in right order please point me how can I resolve this issue of GRUB.