Announcement

Collapse
No announcement yet.

Another problem during boot

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Another problem during boot

    hallo everybody.
    I upgraded my lap top from Kubunt 8.04 to 9.04. Everything went smoothly except fro the wifi card: I needed to install Wicd on this Kubu release too 'cause network manager is not able to manage the wifi (my pc is a Lenovo T60); in any case I solved this problem and now I'm facing with my real trouble.
    During the boot, the process goes well until it reaches the mounting of the file system; when it finishes this step a screen pops up asking me to choose between some options (continue with normal boot, fix graphic problem, check file systems, enter root shell, etc. etc.), if I choose normal boot the system starts without any problem.
    Do you know why it happens? And how t avoid it?
    Thanks in advance.

    #2
    Re: Another problem during boot

    It sounds like you have made the recovery option the default in the grub menu.

    Comment


      #3
      Re: Another problem during boot

      Hi Mando, after your post, I've checked the menu.lst but I didn't find any reference to "recovery".
      This is my menu.lst (I've removed the commented lines to reduce the dimension)

      Code:
      default	    1 
      
      timeout		3
      
      hiddenmenu
      
      
      title		Ubuntu 9.04.1, kernel 2.6.28-11-generic
      root		(hd0,0)
      kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=c4df9ebe-83e1-49e7-93fc-cea085a3f020 ro
      initrd		/boot/initrd.img-2.6.28-11-generic
      quiet
      
      title		Ubuntu 9.04.1, kernel 2.6.28-11-generic (recovery mode)
      root		(hd0,0)
      kernel		/boot/vmlinuz-2.6.28-11-generic root=UUID=c4df9ebe-83e1-49e7-93fc-cea085a3f020 ro single
      initrd		/boot/initrd.img-2.6.28-11-generic
      
      title		Ubuntu 8.04.2, kernel 2.6.24-23-generic
      root		(hd0,0)
      kernel		/boot/vmlinuz-2.6.24-23-generic root=UUID=c4df9ebe-83e1-49e7-93fc-cea085a3f020 ro 
      initrd		/boot/initrd.img-2.6.24-23-generic
      quiet
      
      title		Ubuntu 8.04.2, kernel 2.6.24-23-generic (recovery mode)
      root		(hd0,0)
      kernel		/boot/vmlinuz-2.6.24-23-generic root=UUID=c4df9ebe-83e1-49e7-93fc-cea085a3f020 ro single
      initrd		/boot/initrd.img-2.6.24-23-generic
      
      title		Ubuntu 8.04.2, memtest86+
      root		(hd0,0)
      kernel		/boot/memtest86+.bin
      quiet
      Thanks

      Comment


        #4
        Re: Another problem during boot

        Change "default 1" to "default 0"

        Comment


          #5
          Re: Another problem during boot



          You're right.
          I'm a little bit stupid.

          Comment

          Working...
          X