[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Debian/Hurd: Console Timeout Error
From: |
Svante Signell |
Subject: |
Re: Debian/Hurd: Console Timeout Error |
Date: |
Sun, 08 Apr 2018 17:27:06 +0200 |
On Sun, 2018-04-08 at 10:46 -0400, Charlie Sale wrote:
>
> The other major issues is that fsck fails during the boot. I don't
> know if this is as important as the console failure, but I thought I
> would point it out.
Hi Charlie,
You should check your image from your Linux host:
NOTE: Check the offset for your / partition
fdisk -l debian-hurd-20171101.img
2048*512 = 1048576
su
/sbin/losetup -o 1048576 /dev/loop0 debian-hurd-20171101.img
e2fsck -y /dev/loop0
losetup -d /dev/loop0
exit
After that I think your image will boot fine.