Announcement

Collapse
No announcement yet.

can't boot hardy

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

    can't boot hardy

    I upgraded from feisty to hardy last week and everything seem to be great this week. I noticed last night that my second hard drive was not mounted and the folder where I mount this hard drive was linked back to the root. When I looked at my system settings, things were screwed. So I rebooted to see if that would fix this problem. Now I can't boot. When I try to boot, Grub fires up and kubuntu starts loading and then bails with the following.

    (at least a page full of the first line)
    /etc/init.d/rc: 317: sed: permission denied
    init: unable to execute "bin/sh" for rc-default: permission denied
    init: rc-default main process (4708) terminated with status 255

    a reboot this morning ran a check on the hard drive and didn't produce any errors. I think maybe my fstab is messed up. When I get it booted up with the livecd, I will post my fstab. I did do an update a day or two ago that maybe part of the problem.
    FKA: tanderson

    #2
    Re: can't boot hardy

    Here is the contents of my fstab.

    Code:
    # /etc/fstab: static file system information.
    #
    # <file system> <mount point>  <type> <options>    <dump> <pass>
    # /dev/hdc1 -- converted during upgrade to edgy
    UUID=47039299-05ce-4aae-ab76-960e19329214 / ext3 nouser,defaults,errors=remount-ro,atime,auto,rw,dev,exec,suid 0 1
    # /dev/hdc5 -- converted during upgrade to edgy
    UUID=f65a171b-faf0-4449-8773-cb2c1f315f47 none swap sw 0 0
    /dev/hda /media/cdrom0 auto user,atime,noauto,rw,dev,exec,suid 0 0
    # /dev/hdd1 -- converted during upgrade to edgy
    <device> /media/cdrom1 auto nouser,atime,noauto,rw,nodev,noexec,nosuid 0 0
    /dev/hdb /media/cdrom1 auto users,atime,noauto,rw,nodev,noexec,nosuid 0 0
    /dev/sda1 / ext3 users,atime,auto,rw,nodev,noexec,nosuid 0 0
    /dev/sdb1 /home/tanderson/Video auto users,noauto,atime,auto,rw,nodev,noexec,nosuid 0 0
    FKA: tanderson

    Comment


      #3
      Re: can't boot hardy

      Got the thing booted up again. What I needed to do is swap out the "noexec" with "exec" on my boot partition. I never changed this. Some update must have? On to my next problem. sudo is not working. Ohhhhhh.
      FKA: tanderson

      Comment

      Working...
      X