Find the answer to your Linux question:
Results 1 to 2 of 2
Hi. I'm trying to boot the kernel with additional gz file. Code: title tboot w/ Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic uuid e7afd04f-1548-48e9-941b-49988cc40a5f kernel /boot/tboot.gz logging=serial,vga,memory module /boot/vmlinuz-2.6.32-24-generic intel_iommu=on root=UUID=e7afd04f-1548-48e9-941b-49988cc40a5f ro ...
  1. #1
    Just Joined!
    Join Date
    Aug 2010
    Posts
    1

    How do I get the boot log before the kernel boots?

    Hi. I'm trying to boot the kernel with additional gz file.
    Code:
    title           tboot w/ Ubuntu 10.04.1 LTS, kernel 2.6.32-24-generic
    uuid            e7afd04f-1548-48e9-941b-49988cc40a5f
    kernel          /boot/tboot.gz logging=serial,vga,memory
    module          /boot/vmlinuz-2.6.32-24-generic intel_iommu=on root=UUID=e7afd04f-1548-48e9-941b-49988cc40a5f ro splash kdb=early
    module          /boot/initrd.img-2.6.32-24-generic
    module          /boot/i7_QUAD_SINIT_20.BIN
    However, when I boot with this, tboot.gz seems to have an error that makes the computer to restart.
    So I want to see the log of booting tboot.gz.
    This is before ubuntu is booted.
    Does anyone know a way to get the log of this tboot.gz boot?

  2. #2
    Linux Enthusiast Kloschüssel's Avatar
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    718
    Hidiho and welcome to this forum,

    kernel /boot/tboot.gz logging=serial,vga,memory
    This makes me believe that the logging is written to some serial port. Attach a serial cable and see what's coming there?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...