<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[HyperForum — Cannot boot the system,why?]]></title>
	<link rel="self" href="https://forums.hyperbola.info/extern.php?action=feed&amp;tid=349&amp;type=atom" />
	<updated>2020-03-21T14:45:58Z</updated>
	<generator>PunBB</generator>
	<id>https://forums.hyperbola.info/viewtopic.php?id=349</id>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1819#p1819" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div class="quotebox"><cite>chengws wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>I think it might be better for the time being to start with the beginners guide,</p><p>if your not doing any encryption, it may help you. also, the moment you get into the installation, use lsblk to find out which is usb and which is hard drive/ssd</p><p>and then adapt accordingly.</p></blockquote></div><p>I installed it again<br />This is my installation command<br />Still can&#039;t&nbsp; boot the system</p><div class="codebox"><pre><code>cfdisk /dev/sda
new 12G sda1
bootable sda1
mkfs.ext4 /dev/sda1
mount /dev/sda1 /mnt
pacstrap /mnt base
genfstab -U -p /mnt &gt;&gt; /mnt/etc/fstab
arch-chroot /mnt
nano /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 &gt; /etc/locale.conf
export LANG=en_US.UTF-8
keymap=&quot;us&quot;
rc-update add keymaps default
ln -s /usr/share/zoneinfo/***/*** /etc/localtime
hwclock --systohc --utc
echo *** &gt; /etc/hostname
passwd
pacman -S grub
grub-install --target=i386-pc --recheck /dev/sda   (No error)
grub-mkconfig -o /boot/grub/grub.cfg
exit
umount -R /mnt
reboot</code></pre></div></blockquote></div><p>Maybe... emulatorman or Luke might have the answer, ask them.&nbsp; </p><p>But tell me, did you use beginner&#039;s guide this time?</p><p>curious...</p></blockquote></div><p>Sorry</p><p>I modified the bios , Can boot the system .</p><p>This article should be deleted</p>]]></content>
			<author>
				<name><![CDATA[chengws]]></name>
			</author>
			<updated>2020-03-21T14:45:58Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1819#p1819</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1817#p1817" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div class="quotebox"><cite>chengws wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>I think it might be better for the time being to start with the beginners guide,</p><p>if your not doing any encryption, it may help you. also, the moment you get into the installation, use lsblk to find out which is usb and which is hard drive/ssd</p><p>and then adapt accordingly.</p></blockquote></div><p>I installed it again<br />This is my installation command<br />Still can&#039;t&nbsp; boot the system</p><div class="codebox"><pre><code>cfdisk /dev/sda
new 12G sda1
bootable sda1
mkfs.ext4 /dev/sda1
mount /dev/sda1 /mnt
pacstrap /mnt base
genfstab -U -p /mnt &gt;&gt; /mnt/etc/fstab
arch-chroot /mnt
nano /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 &gt; /etc/locale.conf
export LANG=en_US.UTF-8
keymap=&quot;us&quot;
rc-update add keymaps default
ln -s /usr/share/zoneinfo/***/*** /etc/localtime
hwclock --systohc --utc
echo *** &gt; /etc/hostname
passwd
pacman -S grub
grub-install --target=i386-pc --recheck /dev/sda   (No error)
grub-mkconfig -o /boot/grub/grub.cfg
exit
umount -R /mnt
reboot</code></pre></div></blockquote></div><p>Maybe... emulatorman or Luke might have the answer, ask them.&nbsp; </p><p>But tell me, did you use beginner&#039;s guide this time?</p><p>curious...</p></blockquote></div><p>yes,i use beginner&#039;s guide</p>]]></content>
			<author>
				<name><![CDATA[chengws]]></name>
			</author>
			<updated>2020-03-21T12:09:13Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1817#p1817</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1814#p1814" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>chengws wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><div class="quotebox"><cite>chengws wrote:</cite><blockquote><p>I installed it according to this page<a href="https://wiki.hyperbola.info/doku.php?id=en:guide:installation&amp;redirect=1">https://wiki.hyperbola.info/doku.php?id … redirect=1</a></p></blockquote></div><p>I think it might be better for the time being to start with the beginners guide,</p><p>if your not doing any encryption, it may help you. also, the moment you get into the installation, use lsblk to find out which is usb and which is hard drive/ssd</p><p>and then adapt accordingly.</p></blockquote></div><p>I installed it again<br />This is my installation command<br />Still can&#039;t&nbsp; boot the system</p><div class="codebox"><pre><code>cfdisk /dev/sda
new 12G sda1
bootable sda1
mkfs.ext4 /dev/sda1
mount /dev/sda1 /mnt
pacstrap /mnt base
genfstab -U -p /mnt &gt;&gt; /mnt/etc/fstab
arch-chroot /mnt
nano /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 &gt; /etc/locale.conf
export LANG=en_US.UTF-8
keymap=&quot;us&quot;
rc-update add keymaps default
ln -s /usr/share/zoneinfo/***/*** /etc/localtime
hwclock --systohc --utc
echo *** &gt; /etc/hostname
passwd
pacman -S grub
grub-install --target=i386-pc --recheck /dev/sda   (No error)
grub-mkconfig -o /boot/grub/grub.cfg
exit
umount -R /mnt
reboot</code></pre></div></blockquote></div><p>Maybe... emulatorman or Luke might have the answer, ask them.&nbsp; </p><p>But tell me, did you use beginner&#039;s guide this time?</p><p>curious...</p>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2020-03-20T16:05:07Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1814#p1814</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1813#p1813" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><div class="quotebox"><cite>chengws wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>many questions come to mind, did you install with full disk encryption, did you follow the steps of whichever guide completely?</p><p>Also, did you perchance accidently install onto your live image the os itself?</p><p>so if you had a usb with /dev/sdb&nbsp; you wrote part or all of it to the usb aka /dev/sdb rather than /dev/sda?</p><p>or vice versa?</p><p>Kind of need more information to give you help. <img src="https://forums.hyperbola.info/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></blockquote></div><p>I installed it according to this page<a href="https://wiki.hyperbola.info/doku.php?id=en:guide:installation&amp;redirect=1">https://wiki.hyperbola.info/doku.php?id … redirect=1</a></p></blockquote></div><p>I think it might be better for the time being to start with the beginners guide,</p><p>if your not doing any encryption, it may help you. also, the moment you get into the installation, use lsblk to find out which is usb and which is hard drive/ssd</p><p>and then adapt accordingly.</p></blockquote></div><p>I installed it again<br />This is my installation command<br />Still can&#039;t&nbsp; boot the system</p><div class="codebox"><pre><code>cfdisk /dev/sda
new 12G sda1
bootable sda1
mkfs.ext4 /dev/sda1
mount /dev/sda1 /mnt
pacstrap /mnt base
genfstab -U -p /mnt &gt;&gt; /mnt/etc/fstab
arch-chroot /mnt
nano /etc/locale.gen
locale-gen
echo LANG=en_US.UTF-8 &gt; /etc/locale.conf
export LANG=en_US.UTF-8
keymap=&quot;us&quot;
rc-update add keymaps default
ln -s /usr/share/zoneinfo/***/*** /etc/localtime
hwclock --systohc --utc
echo *** &gt; /etc/hostname
passwd
pacman -S grub
grub-install --target=i386-pc --recheck /dev/sda   (No error)
grub-mkconfig -o /boot/grub/grub.cfg
exit
umount -R /mnt
reboot</code></pre></div>]]></content>
			<author>
				<name><![CDATA[chengws]]></name>
			</author>
			<updated>2020-03-20T16:00:32Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1813#p1813</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1810#p1810" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>chengws wrote:</cite><blockquote><div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>many questions come to mind, did you install with full disk encryption, did you follow the steps of whichever guide completely?</p><p>Also, did you perchance accidently install onto your live image the os itself?</p><p>so if you had a usb with /dev/sdb&nbsp; you wrote part or all of it to the usb aka /dev/sdb rather than /dev/sda?</p><p>or vice versa?</p><p>Kind of need more information to give you help. <img src="https://forums.hyperbola.info/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></blockquote></div><p>I installed it according to this page<a href="https://wiki.hyperbola.info/doku.php?id=en:guide:installation&amp;redirect=1">https://wiki.hyperbola.info/doku.php?id … redirect=1</a></p></blockquote></div><p>I think it might be better for the time being to start with the beginners guide,</p><p>if your not doing any encryption, it may help you. also, the moment you get into the installation, use lsblk to find out which is usb and which is hard drive/ssd</p><p>and then adapt accordingly.</p>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2020-03-19T04:10:26Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1810#p1810</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1809#p1809" />
			<content type="html"><![CDATA[<div class="quotebox"><cite>zapper wrote:</cite><blockquote><p>many questions come to mind, did you install with full disk encryption, did you follow the steps of whichever guide completely?</p><p>Also, did you perchance accidently install onto your live image the os itself?</p><p>so if you had a usb with /dev/sdb&nbsp; you wrote part or all of it to the usb aka /dev/sdb rather than /dev/sda?</p><p>or vice versa?</p><p>Kind of need more information to give you help. <img src="https://forums.hyperbola.info/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p></blockquote></div><p>I installed it according to this page<a href="https://wiki.hyperbola.info/doku.php?id=en:guide:installation&amp;redirect=1">https://wiki.hyperbola.info/doku.php?id … redirect=1</a></p>]]></content>
			<author>
				<name><![CDATA[chengws]]></name>
			</author>
			<updated>2020-03-18T14:19:15Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1809#p1809</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1805#p1805" />
			<content type="html"><![CDATA[<p>many questions come to mind, did you install with full disk encryption, did you follow the steps of whichever guide completely?</p><p>Also, did you perchance accidently install onto your live image the os itself?</p><p>so if you had a usb with /dev/sdb&nbsp; you wrote part or all of it to the usb aka /dev/sdb rather than /dev/sda?</p><p>or vice versa?</p><p>Kind of need more information to give you help. <img src="https://forums.hyperbola.info/img/smilies/hmm.png" width="15" height="15" alt="hmm" /></p>]]></content>
			<author>
				<name><![CDATA[zapper]]></name>
				<uri>https://forums.hyperbola.info/profile.php?id=117</uri>
			</author>
			<updated>2020-03-16T19:17:29Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1805#p1805</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Cannot boot the system,why?]]></title>
			<link rel="alternate" href="https://forums.hyperbola.info/viewtopic.php?pid=1804#p1804" />
			<content type="html"><![CDATA[<p><strong>Anyone help me</strong><br />&nbsp; &nbsp; &nbsp;</p><p><span class="postimg"><img src="https://ftp.bmp.ovh/imgs/2020/03/7296bba230b8b76b.jpg" alt="https://ftp.bmp.ovh/imgs/2020/03/7296bba230b8b76b.jpg" /></span><br /><span class="postimg"><img src="https://ftp.bmp.ovh/imgs/2020/03/e98c685289771e82.jpg" alt="https://ftp.bmp.ovh/imgs/2020/03/e98c685289771e82.jpg" /></span><br /><span class="postimg"><img src="https://ftp.bmp.ovh/imgs/2020/03/e1707ccf46885187.jpg" alt="https://ftp.bmp.ovh/imgs/2020/03/e1707ccf46885187.jpg" /></span></p>]]></content>
			<author>
				<name><![CDATA[chengws]]></name>
			</author>
			<updated>2020-03-16T15:10:59Z</updated>
			<id>https://forums.hyperbola.info/viewtopic.php?pid=1804#p1804</id>
		</entry>
</feed>
