Debian Installation :: Lenny - Squeeze Grub2 - No More Boot

Feb 28, 2011

Whenever I reboot, I get GRUB and the _ pinking, and that's it. With rescue cd I can have chroot shell, to troubleshoot I did the upgrade-from-grub-legacy and installed it to both /dev/sda and /dev/sdb In recovery I redid the upgrade-grub and grub-install commands but still have the same "GRUB and _ blinking".

Because the text "GRUB" and then nothing I didn't enouncter while googling, I need to ask here for further troubleshooting.

View 10 Replies


ADVERTISEMENT

Debian :: Failing To Boot After Lenny / Squeeze Upgrade

Jun 11, 2010

I've done the ordinary sources.list update (lenny to squeeze) and Code: sudo apt-get update sudo apt-get install dpkg apt aptitude.sudo aptitude full-upgrade However, udev failed to install, and I used..Code: touch /etc/udev/kernel-upgrade and did full-upgrade again. Everything was going fine, I went through several package configurations and suddenly, after 30-40 minutes of "Unpacking Setting up." I just heard two system beeps and got an error similar to a kernel panic. The SYSRQs did nothing. Did a hard reboot.I got two kernels in GRUB now. + the GRUB2 chainloading option. Used this one and got Code: Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block It's all the same with the 2.6.32-5-686 kernel kernel panic. Using the older kernel didn't fail on the boot up, but showed many UDEV related errors and logging in was impossible - all I get were segmentation faults. Forgot to mention it - my FS is Reiserfs

View 7 Replies View Related

Debian Configuration :: Grub2 And Copying Old Lenny Installation

Jul 21, 2010

I just got a new hard drive and figured I might as well do an installation of Squeeze (and was previously using Lenny). That went fine, and then I decided that I should copy over my old Lenny installation to the new disk -- mostly to have a working backup without bothering to do a new installation on a partition of the new drive. My partition scheme was a smaller /boot partition and then a much larger / partition with everything else standard (and a much larger /data partition rather than storing everything under /home). So I copied /boot over to a new partition on the new disk, and the same with /. That was done from the Squeeze installation, so the Lenny install wasn't active at the time. I modified all the appropriate entries in /etc/fstab to use UUIDs rather than partition numbers and ran an update-grub.

It detected everything on the old and new disks without a problem. When I went to try and boot up the transferred Lenny installation, it hung on trying to activate the root file system (I've forgotten the exact messaging). Not entirely unexpected, mind you. I went and took a look at the grub.cfg file. It does list that the transferred Lenny is on partition sda8 (correct), it has the correct uuid for the boot partition... but it seems to be setting the root incorrectly. Specifically, the root is still set for the old disk (though in its new position of hd1 instead of hd0), and the "linux" line sets a root for the old device. Or more specifically, this is the menu entry I get, with a few // comments.

menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/sda8)" {
insmod part_msdos
insmod ext2
set root='(hd1,msdos2)' // <------ This position is the *current* location of my old Lenny disk/partition
search --no-floppy --fs-uuid --set [the correct /boot UUID]
linux /vmlinuz-2.6.26-2-amd64 root=/dev/sda5 ro vga=795 // <----- that root=/dev/sda5 line is what it was on the old device.
initrd /initrd.img-2.6.26-2-amd64 }

The odd thing there is that it sets the root according to the *current* position of the old install disk (maybe some trickery with detecting the correct UUID before setting the root), but the "linux" line refers to the *old* partition. The two lines will never match up no matter what. Now if I edit grub.cfg manually, I can make it boot (and run) normally, as I've verified. For example, I made a couple manual changes to do this:

menuentry "Debian GNU/Linux, kernel 2.6.26-2-amd64 (on /dev/sda8)" {
insmod part_msdos
insmod ext2
set root='(hd0,msdos3)' // <----------- First hard drive, partition sda3 is where I put /boot
search --no-floppy --fs-uuid --set [the correct /boot UUID]
linux /vmlinuz-2.6.26-2-amd64 root=UUID=[the correct / UUID] ro vga=795 // <--- Changed it to the UUID here; could be /dev/sda8 instead
initrd /initrd.img-2.6.26-2-amd64 }

And that works perfectly, the installation works just fine. Of course, the problem is that those changes will/would be lost every time I run an update-grub. So my question, in a nutshell, is how can I configure things so that update-grub sets things properly to the new devices? Or in other words, where in the copied installation are the variables I need to change? I did note one thing odd -- the existence of a vga=795 line. For the new Squeeze installation, I'm using gfxpayload and there's no vga=anything line anywhere. My old installation, of course, had its own grub installation where I did use vga=795 to set the console resolution properly.

So my first guess was that update-grub (for Grub2) was pulling config information out of the Lenny /boot/grub folder (grub legacy). Unfortunately I tried several changes there and it made no difference. Then I deleted the entire /boot/grub folder entirely from the copied Lenny installation and ran update-grub again (the Squeeze grub version). It changed absolutely nothing. That's very confusing for me, since I have no clue where it could be getting vga=795 from, *except* the now-deleted Lenny /boot/grub folder. Where in the copied Lenny installation, I can change something to make it so that update-grub picks up the correct information?

View 4 Replies View Related

Debian Installation :: Lenny To Squeeze Upgrade

Jan 2, 2011

I am thinking of upgrading from my production Lenny to Squeeze.Is it better to upgrade from Lenny directly, or reformat my hard drive and install from fresh (I do have backup of my /home)?

View 14 Replies View Related

Debian Installation :: Upgrade From Lenny To Squeeze

Feb 7, 2011

I have a question about dist-upgrading. I'm using 5.0 lenny with KDE 3.5 and I want to upgrade, but I don't want to change my KDE to that new version of disaster. Will the apt-get dist-upgrade update my kde?

View 6 Replies View Related

Debian Installation :: Best Way To Upgrade From Lenny To Squeeze

Feb 7, 2011

A week or so ago, I downloaded the current stable and burned it. (lenny)And on the 5th I started installing and finished on the 6th.I then see squeeze was released LOL.I have started using the system and would rather not start over from scratch.(but I will if it is the *best* way to go)I am coming from Ubuntu but I do know my way around the system...

All the threads I see start off by editing the sources list to change lenny to squeezeIs there an easier way?I've looked for a HOWTO but did not see one.I am not looking to stop any part of the system from upgrading.In ubuntu I have gone from distro to distro, but that option is not offered.I checked "Software Sources" -> Updates I do not see the Ubuntu option of allowing distro updates ot be offered.

View 14 Replies View Related

Debian Installation :: Failed To Upgrade From Lenny To Squeeze

Feb 3, 2010

I have tried several times--unscuccessfully-- to upgrade to the testing branch. I change my apt sources to "squeeze". I get either "err" or "ign" on a lot of the sources when updating. I have seen several methods as to how to upgrade from stable to testing and none have worked so far. I have tried "apt-get update && apt-get dist-upgrade" as well as using aptitude to do the same similar commands. What I find is the following:

* My kernel never gets upgraded at all.

* udev is broken and mice and keyboard do not work.

* Many packages are held back and not upgraded.

I do have a debian 5 image to re-install and try again but I am not finding it to be as easy as many debian people claim. Also, I did a fresh install of squeeze using the net-install image. When the install finished and I rebooted, the computer hung on boot up. It never seemed to read where the kernel was. It would boot up, the system would beep and then reboot never finding the kernel or boot block apparently. how to get squeeze on my box? It is a 1.2 Ghz computer with 512mb ram with the intel i810 southbridge chipset I believe.

View 14 Replies View Related

Debian Installation :: Mouse Not Recognized After Lenny To Squeeze Upgrade

Feb 17, 2011

my mouse wouldn't work in any fashion after going through most of the install process from Debian Lenny to Squeeze (couldn't click, move the mouse, etc. under both Compiz and Metacity). My system is a Lenovo ThinkPad T61 laptop; I keep the touchpad disabled, but the button mouse (TrackPoint) wouldn't work either. I was following the instructions here:

[URL]

So, the first thing I did was run the following commands, as it says to do:

# apt-get upgrade
# apt-get install linux-image-2.6-686
# apt-get install udev

Then, I rebooted my machine into the new kernel (2.6.32-5-686). I got a ton of udev warning messages at startup (all along the lines of "SYSFS{}= will be removed in a future udev version, please use ATTR{}= to match the event device, or ATTRS{}= to match a parent device, in something-or-other" - details can be provided if needed), but got a functioning prompt. I logged in, ran startx, and everything worked except the mouse, which couldn't do anything - as if it wasn't recognized at all. Switching window managers from Compiz to Metacity, as mentioned before, didn't help. "modprobe psmouse" revealed that that module was correctly loaded.

Rebooting into my old backported kernel (2.6.32-bpo.3-686) restored mouse function, although I still had the udev warning messages (so maybe those aren't relevant, I don't know). Apparently, something about the different kernels is causing the problem, but I'm not sure what - any thoughts? I haven't wanted to complete the upgrade with "apt-get dist-upgrade" without knowing that I'll have a working mouse, since I need a functional GUI at the moment and don't have a good way of fixing it if I trash it.

View 4 Replies View Related

Debian Installation :: Corrupt Icons After Migrating From Lenny To Squeeze 64

May 23, 2011

I have just updated my Lenny 64 to a squeeze 64, everything is fine exept missing icons in the system menu, unfortunately I couldn't do any screenshot to show you the mess, did anyone experience the same problem and how was it solved.

View 6 Replies View Related

Debian Installation :: Upgrade To Squeeze From Lenny / No Icons Or Toolbar

Jul 30, 2011

I have a server that was happily running Lenny. Last reboot was over 100 days ago. So I decided to fix it and install Squeeze.the upgrade went well, booted into grub. (with the grub2 test menus).When I login using the console, I get the nice GUI login, and something looks like the graphics world is being setup. The screen goes to a pretty light blue background. But there are no icons, no toolbars, no windows.I could believe something in the Xconfig is broken, say it thinks I have a much larger screen, and all the icons are off the edges. But that is only a guess.

View 5 Replies View Related

Debian Installation :: Netinst - Fresh Installation Of Lenny Or Squeeze (either Or) And Not Install Exim?

Feb 26, 2010

I haven't used Debian in 1 year or so and would like to know if there is any possible way to do a fresh installation of Debian Lenny or Squeeze (either or) and not install Exim? I get to the package selection section of the Debian Installer and I de-select "Desktop Environment" & "Standard System" so nothing is selected and it still be default installs Exim. Is there a way to omit this from the install?

View 9 Replies View Related

Debian Installation :: Unable To Use Grub2 In Squeeze AMD64

Feb 7, 2011

The way I usually boot Linux distros, and this has worked for every distro I have tried up to Kubuntu 10.10, was to install Grub2 on an extended partition, run "dd if=/dev/sda5 of=linux.bin bs=512 count=1", and then adding that bin file to my Windows boot.ini. What usually happens after is that I get the Grub2 menu after selecting it from the Windows Bootloader.

The problem is, with the latest Squeeze AMD64, all I get when I do this is a static cursor and the computer is frozen and I have to hit the reset button.I mounted the Linux partition with Ext2IFS (mkfs.ext3 -I128 /dev/sda5 to get 128KB inodes), and I can see that the Squeeze installer did indeed install Grub2, because I can see the files in their respective directories.

View 10 Replies View Related

Debian Installation :: Current Status Of Lenny / Squeeze Upgrade Process?

Apr 17, 2010

I'm starting to bump into crusty software in Lenny and am looking to upgrade to Squeeze. However, there's no release notes yet and Googling for upgrade directions yields all kinds of variations, some of which talk about "interesting" issue. Thus, my questions:

1. How hard/messy is the Lenny to Squeeze upgrade at this time?
2. Where can I find straightforward, clear directions on how to upgrade?

For quite some time, I just stayed on testing and incrementally upgraded on a regular basis, but stopped after Lenny came out because security support was suspended. Now I'd like to climb back on that train.FWIW, I originally installed Slink in 1999 and haven't reinstalled from scratch since, despite several generations of hardware upgrades.

View 14 Replies View Related

Debian Multimedia :: Restore Or Reinstall GRUB2 From Squeeze Installation?

Sep 21, 2010

How can I restore or reinstall GRUB2 from squeeze installation? I tried various suggestions from various online articles (most of them for ubuntu), but I couldn't find a solution. Is there any solution, specifically for Debian? GRUB reinstallation from install cd, didn't worked as well. Since I couldn't boot at all, I restored GRUB1 and I'm posting from Lenny, but I can't access Squeeze this way (probably because I have squeeze's partition, ext4 formatted).

View 5 Replies View Related

Debian Installation :: Squeeze Grub2 Error 15 With LVM2 Encrypted Disk?

Feb 9, 2011

This is my specific solution to my specific problem. After updating to Squeeze from my prior Lenny distro (amd64 with whole disk encrytion using LVM2, dm-crypt, LUKS) everything went well - at first. I was duped like so many, thinking that all was well and I could remove the legacy-grub (aka: Grub1) and just use grub-pc (aka: Grub2). As soon as I removed the legacy-grub and rebooted my laptop, I was confronted with:

GRUB Loading stage1.5 GRUB loading, please wait..Error 15 At this point I wasn't sure if it was a Grub problem or a deeper encryption problem - especially after reading that some people had missing packages in Squeeze (lvm2, dm-setup, initramfs-tools, etc.)

Okay, the solution for me.

1. download and burn to disk: debian-live-6.0.0-amd64-rescue.iso[URL]..

2. scroll to and press enter/return on: text rescue

3. choose a root directory - for example: /dev/blah/root (I wrote down the list of possible /dev/.... for reference - this helped me remember where and what I had partitioned in Lenny)

4. choose: Execute a shell in /dev/blah/root

5. once in the shell, I discovered I needed to mount a few of those partitions that I had written down in order to get access to grub-probe, update-grub, grub-install, etc. You may not have to if your partitions are minimal. I you need to use other partitions, type (for example):

[Code]...

View 1 Replies View Related

Debian Installation :: Grab Multi Arch Netinstall Of Both Lenny 5.0.5 And Latest Frozen Squeeze

Aug 7, 2010

It seems as though every time that I want to grab a multi-arch, netinstall ISO from the site (not very often) I have an insane amount of trouble navigating the site and finding what I want. I mean there's no freaking "downloads" section that is split into testing and stable with links to the mirrors and such. I want to grab a multi-arch netinstall of both Lenny 5.0.5 and the latest, frozen Squeeze. I cannot find either. In other words, I'd have to burn six CDs instead of two. Not happening. Can somebody point me to the images that I am seeking?

View 2 Replies View Related

Debian :: Lenny Vs Squeeze?

Feb 13, 2011

Now that the stable version of Squeeze is available, the newbie that I am is asking himself this almost existential question: should I get Squeeze or stick to Lenny?Some arguments in favors of Lenny that are coming into his mind are that there is more material, tutorials, in brief, more resources to find as to learn and solve problems.

But is this true and if yes, is it a reason?What about security?There is also this widespread saying that tells to always get the last release for performance and security reasons.Being in this position where I obviously don't have a lot of knowledge and experience to judge myself with all the elements, assessing thoroughly all the differents factors, I would have like to listen you opinion(s) on it.

View 12 Replies View Related

Debian :: Using A Lenny Package In Squeeze?

Jul 5, 2010

I am currently running Debian Lenny on one of my external HDDs and Debian Squeeze on the other one. I found a package I like in lenny but it seems it has not been added to squeeze (yet). The package is ksirc and i like it because it looks and feels like mIRC that I used in windows. My question is can I install the lenny version on squeeze with out it having an adverse effect? My other question is what do I put into the /etc/apt/sources.list to do this? i now see that ksirc is also available in a sid (unstable) version. Is it safe to install this one to my squeeze distro? and again what do I need to add to my sources.list to do this?

Or could I just download the deb package and install it using dpkg? New to this and just looking for the best way to get a favorite software package.

View 7 Replies View Related

Debian :: Can't Upgrade From Lenny To Squeeze

Sep 15, 2010

I run into a problem when trying to update from lenny to squeeze. Seems that util-linux fails to install due to some error and that this causes xorg as well as udev to fail. If this is the case then it might be a bug in the post-installation script for util-linux..Am I on the right track or is it completely wrong?

View 5 Replies View Related

Debian :: How To Upgrade From Lenny To Squeeze?

Sep 25, 2010

I am running a lenny server. So I don't have physical access.How can I upgrade to Squeeze without everything breaking? Also, I want to use "apt-get", not "aptitude".

View 8 Replies View Related

Debian :: No OpenSync In Squeeze But In Lenny And Sid?

Oct 4, 2010

How come there's no OpenSync in Squeeze, but in Lenny and Sid? Also, questions about packages where shout I direct them?

View 2 Replies View Related

Debian :: Lenny To Squeeze Upgrade

Mar 28, 2011

I have a Debian Lenny LAN Gateway machine running shorewall, squid and a source install of ossec in the opt dir. The machine is an Intel Atom based asus hummingbird with no gui. It works well and has been very stable so far. However, i am considering upgrading to Squeeze. Is it feasible to attempt to upgrade this machine, or am i realistically looking at a reinstall and reconfigure with Debian Squeeze over a long weeked?

View 2 Replies View Related

Debian :: Ppgrade From Lenny To Squeeze

May 9, 2011

for reasons i dont know but are waiting for my hosting support to tell me they have choosen lilo over grub.so to be sure that my system reboots after the upgrade i installed grub2 first from the repos and rebootet - system wasnt coming up anymore, sda1/2/3 have at least 20 more mounts before fsck will check them.

View 1 Replies View Related

Debian :: Using Deb Squeeze After Upgrading From Lenny?

Jun 25, 2011

im using deb squeeze after upgrading from lenny since upgrading, my pc hangs when trying to save any file with any program like gedit and firefox it hangs for about 2 minutes with a blank save as screen before finally showing the folders screen.

View 6 Replies View Related

Debian :: Lenny Or Squeeze With Ati Card

Mar 31, 2010

I have Ati HD 4890 card and I need to get it working with game and 3d-software. Which Debian should I choose to get those ati proprietary drivers to work as stable and easily? Can I get them working all the time with Squeeze/Unstable or should I use Lenny for that? If they work with all of them, I'd like to take Squeeze (or is unstable as stable? name doesn't say that at least). So which one I should choose? Can a newbie get fglrx to work on Squeeze?

View 4 Replies View Related

Debian :: Lenny Package In Squeeze

Mar 20, 2011

I need libnet0 on a squeeze installation, so I can compile nemesis, which unfortunately has not been an active project. It depends on libnet0, which is not in the squeeze repository.I can compile nemesis, but will it ok to do this the same way with the libnet0 library? Or should I manipulate the /etc/sources.list to be able to install it from the lenny repositories? (this doesn't sound right...Better get the sources? And what happens when I compile it? Can I safely have libnet0 and libnet1 on the same installation?

View 2 Replies View Related

Debian :: Lenny Upgrade But Not To Squeeze?

Mar 3, 2011

Now when new stable debian is squeeze I was wondering how do I apply updates to my lenny distro?I just want to apply all updates available for lenny, but DO NOT WANT to upgrade my lenny to squeeze.

View 1 Replies View Related

Debian :: Trying To Upgrade Lenny To Squeeze

Feb 11, 2011

I live in Swizterland and am using a Swiss mirror.I want to upgrade my Lenny installation to Squeeze

View 6 Replies View Related

Debian Installation :: Lenny Won't Boot On G5 ?

Apr 22, 2010

Had an old Power Mac G5 (dual 1.6ghz 256MB ram) collecting dust, so I did some research and came upon Debian Lenny. Idea was to setup the mac as a home server to share with Win7 HTPC/OSX 10.6 macbook pro/Ubuntu9.10 dell laptop machines in my house. With so many different OS's running in my house, I thought it would be the ideal solution! Downloaded and installed the Debian on the G5. Now after the fresh install.

I hear the "mac chime." Then I get:

Stage 1 Boot:

This screen loops with a folder and the finder icon w/ a ? mark.... Also, the longer this loops the faster the fans go!

View 8 Replies View Related

Debian :: Lenny Squeeze Upgrade Not Completing

May 28, 2010

when I tried to upgrade my computer from Lenny to Squeeze and it downloaded everything but it's stuck at installing udev which it said it couldn't do on the 2.6.26 kernel. I then did update-grub and Squeeze's 2.6.32 kernel was seen (on grub). I have grub-legacy chainloading (if I'm not mistaken) but I don't have grub2 installed. When I try to boot through the 2.6.32 kernel so that I can complete the upgrade (that is to install udev and have everything working fine), instead of reaching the OS, it says something along the lines of "kernel panick not syncing vfs" and something about "root(hd1,0)".

View 10 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved