[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 110: Undefined array key "cached"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 111: Undefined array key "normal"
[phpBB Debug] PHP Notice: in file /includes/db/dbal.php on line 112: Undefined array key "total"
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/session.php on line 885: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3391: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3393: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3394: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
[phpBB Debug] PHP Notice: in file /includes/functions.php on line 3395: Cannot modify header information - headers already sent by (output started at /includes/functions.php:2922)
Cabrillo College Linux Classes • View topic - trouble boot prob #4
Page 1 of 1

trouble boot prob #4

PostPosted: Wed Oct 08, 2008 10:59 am
by patrick weaver
So I ran that booting problem #4. and I thought I solved it once by replacing the mbr. but then I tried it again and I may have typo'd and sucked the bad code down on to my rescue disk.(?!) If that's the problem, I can fix it, i guess but I am wondering if I am up the wrong tree. should I be doing the root'n'boot differently in the grub.conf?? If someone has the the steps-by=steps for boot #4 I would love to see it just to make sure everything is ok with my trouble machine.

Re: trouble boot prob #4

PostPosted: Thu Oct 09, 2008 7:29 am
by Rich Simms
Hi Patrick,

I need to take a closer look at this to better understand. I'll be in the CIS Lab late this afternoon (around 4:30) and can take a look if you are around.

- Rich

Re: trouble boot prob #4

PostPosted: Tue Oct 14, 2008 9:56 am
by Tim Childers
Here what I would do.

I would boot up using the rescue disk. In the rescue disk foulder there is a mbr theat you can use to copy it down to the machine.

The command is to restores the boot code portion of the MBR from the file mbr:
dd if=mbr of=/dev/hda bs=1 count=446

Backs up the master boot record to the file mbr:
dd if=/dev/hda of=mbr bs=512 count=1

Try to go back a revert to the snapshot and try that for that VM. Then redo the prob #4 over.