You are not logged in.
Pages: 1
Hello, here is my working setup a few days ago
250G ssd
/dev/sda1 /boot ext2 100M
/dev/sda2 / jfs 5G
/dev/sda3 /home xfs Rest of HD
I decided to try LinHES so I wiped out my drive and ran that install program
I did not like it so I decided to go back to Arch linux
Here is the new setup
/dev/sda1 /boot ext2 100M
/dev/sda2 / jfs 5G
rest of HD empty
I have gone through the install process about 5 times now with the same result. I am running syslinux as my bootloader I have an arch linux system that I can chroot into. I used syslinux install script, I also checked to see if legacy boot flag was on with cfdisk and it is. I have tried also to use the install's cd to boot the OS on the hard drive. I am wondering if LinHES messed with my drive. I was going to do a factory restore on my ssd, but it stays frozen even after unplugging the sata cable. Any help would be grateful.
Last edited by mich04 (2015-02-14 17:10:36)
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
fdisk -l are you using gpt or mbr?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Oh sorry I am using MBR/GPT I have also never used a boot type 1mb partition before with syslinux. I know grub requires it, but I run multiple computers without it, I just like to keep things simple.
Last edited by mich04 (2015-02-14 15:28:53)
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
But which one? MBR or GPT?
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
gpt
Last edited by mich04 (2015-02-14 15:33:55)
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
You may need to check the gpt specific bits to make sure it knows where the bootable partition is. Syslinux or linux doesn't care about whether it is gpt or mbr, but your boot configuration needs to be checked.
Last edited by nomorewindows (2015-02-14 15:38:35)
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
I am going to delete the partitions and use mbr instead of gpt to see if I can just get the system to work that way. I know that the boot configuration needs to be checked that is why I said that i set the Legacy boot option in fdisk. Because I believe that makes the hard drive bootable before it even interacts with gpt. Also how do you check the gtp specific bits? What are you refering to in that statment?
Last edited by mich04 (2015-02-14 16:29:06)
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
You probably need gdisk. Take a read at the gpt/gdisk wiki.
Last edited by nomorewindows (2015-02-14 16:30:07)
I may have to CONSOLE you about your usage of ridiculously easy graphical interfaces...
Look ma, no mouse.
Offline
Please post the output of:
# parted -l
Jin, Jîyan, Azadî
Offline
So after doing a quick install using just mbr, I am getting the same error so the problem must be on my hard drive. My /boot partition a legacy boot flag.
Edit: Sorry dwb did not load your last post I will try parted -l now
Last edited by mich04 (2015-02-14 16:49:00)
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
I see what happened even when I deleted the partitions MBR/GPT still somewhat existed on the drive. I created a new gpt table which wiped out any existing info, installed arch and now have a working system again. Thanks
I love computers, networking and Arch Linux. Sometimes I might ask a stupid question, but please have grace with me like I would with you.
Offline
Pages: 1