You are not logged in.
just give me a while
currently at school
Arch user for 2 years
Still a noob
Offline
grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#
### BEGIN /etc/grub.d/00_header ###
insmod part_gpt
insmod part_msdos
if [ -s $prefix/grubenv ]; then
load_env
fi
if [ "${next_entry}" ] ; then
set default="${next_entry}"
set next_entry=
save_env next_entry
set boot_once=true
else
set default="0"
fi
if [ x"${feature_menuentry_id}" = xy ]; then
menuentry_id_option="--id"
else
menuentry_id_option=""
fi
export menuentry_id_option
if [ "${prev_saved_entry}" ]; then
set saved_entry="${prev_saved_entry}"
save_env saved_entry
set prev_saved_entry=
save_env prev_saved_entry
set boot_once=true
fi
function savedefault {
if [ -z "${boot_once}" ]; then
saved_entry="${chosen}"
save_env saved_entry
fi
}
function load_video {
if [ x$feature_all_video_module = xy ]; then
insmod all_video
else
insmod efi_gop
insmod efi_uga
insmod ieee1275_fb
insmod vbe
insmod vga
insmod video_bochs
insmod video_cirrus
fi
}
set menu_color_normal=cyan/black
set menu_color_highlight=black/light-cyan
if [ x$feature_default_font_path = xy ] ; then
font=unicode
else
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 1826dd9d-fb74-4492-9fb8-3c4263b2be69
else
search --no-floppy --fs-uuid --set=root 1826dd9d-fb74-4492-9fb8-3c4263b2be69
fi
font="/usr/share/grub/unicode.pf2"
fi
if loadfont $font ; then
set gfxmode=auto
load_video
insmod gfxterm
set locale_dir=$prefix/locale
set lang=en_US
insmod gettext
fi
terminal_input console
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 1826dd9d-fb74-4492-9fb8-3c4263b2be69
else
search --no-floppy --fs-uuid --set=root 1826dd9d-fb74-4492-9fb8-3c4263b2be69
fi
insmod jpeg
background_image -m stretch /home/newton/Downloads/GOUKlfP.jpg
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /etc/grub.d/00_header ###
### BEGIN /etc/grub.d/01_grub-customizer_menu_color_helper ###
set color_normal=cyan/black
set color_highlight=black/light-cyan
### END /etc/grub.d/01_grub-customizer_menu_color_helper ###
### BEGIN /etc/grub.d/10_linux_proxy ###
### END /etc/grub.d/10_linux_proxy ###
### BEGIN /etc/grub.d/40_custom_proxy ###
menuentry "Arch Linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-1826dd9d-fb74-4492-9fb8-3c4263b2be69' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos2'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos2 --hint-efi=hd0,msdos2 --hint-baremetal=ahci0,msdos2 1826dd9d-fb74-4492-9fb8-3c4263b2be69
else
search --no-floppy --fs-uuid --set=root 1826dd9d-fb74-4492-9fb8-3c4263b2be69
fi
echo 'NewtonPL'
echo 'Loading Linux linux ...'
linux /boot/vmlinuz-linux root=UUID=1826dd9d-fb74-4492-9fb8-3c4263b2be69 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /boot/initramfs-linux.img
}
### END /etc/grub.d/40_custom_proxy ###
### BEGIN /etc/grub.d/41_linux_proxy ###
submenu "Advanced options for Arch Linux"{
menuentry "Arch Linux, with Linux linux" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-advanced-1826dd9d-fb74-4492-9fb8-3c4263b2be69' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 bd8a2cde-e44f-4c92-9962-6d5b7ee34105
else
search --no-floppy --fs-uuid --set=root bd8a2cde-e44f-4c92-9962-6d5b7ee34105
fi
echo 'Loading Linux linux ...'
linux /vmlinuz-linux root=UUID=1826dd9d-fb74-4492-9fb8-3c4263b2be69 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux.img
}
menuentry "Arch Linux, with Linux linux (fallback initramfs)" --class arch --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-linux-fallback-1826dd9d-fb74-4492-9fb8-3c4263b2be69' {
load_video
set gfxpayload=keep
insmod gzio
insmod part_msdos
insmod ext2
set root='hd0,msdos1'
if [ x$feature_platform_search_hint = xy ]; then
search --no-floppy --fs-uuid --set=root --hint-bios=hd0,msdos1 --hint-efi=hd0,msdos1 --hint-baremetal=ahci0,msdos1 bd8a2cde-e44f-4c92-9962-6d5b7ee34105
else
search --no-floppy --fs-uuid --set=root bd8a2cde-e44f-4c92-9962-6d5b7ee34105
fi
echo 'Loading Linux linux ...'
linux /vmlinuz-linux root=UUID=1826dd9d-fb74-4492-9fb8-3c4263b2be69 rw loglevel=3 quiet
echo 'Loading initial ramdisk ...'
initrd /initramfs-linux-fallback.img
}
}
### END /etc/grub.d/41_linux_proxy ###
### BEGIN /etc/grub.d/42_linux_xen ###
### END /etc/grub.d/42_linux_xen ###
### BEGIN /etc/grub.d/43_os-prober ###
### END /etc/grub.d/43_os-prober ###
### BEGIN /etc/grub.d/44_uefi-firmware ###
### END /etc/grub.d/44_uefi-firmware ###
### BEGIN /etc/grub.d/45_custom_proxy ###
# This file provides an easy way to add custom menu entries. Simply type the
# menu entries you want to add after this comment. Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/45_custom_proxy ###
### BEGIN /etc/grub.d/46_custom ###
if [ -f ${config_directory}/custom.cfg ]; then
source ${config_directory}/custom.cfg
elif [ -z "${config_directory}" -a -f $prefix/custom.cfg ]; then
source $prefix/custom.cfg
fi
### END /etc/grub.d/46_custom ###
parted -l
[newton@hackmachine ~]$ sudo parted -l
Model: ATA ADATA SU800 (scsi)
Disk /dev/sda: 256GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:
Number Start End Size Type File system Flags
1 1049kB 538MB 537MB primary ext4 boot
2 538MB 256GB 256GB primary ext4
Model: ATA WDC WD10EZEX-75W (scsi)
Disk /dev/sdb: 1000GB
Sector size (logical/physical): 512B/4096B
Partition Table: gpt
Disk Flags:
Number Start End Size File system Name Flags
1 1049kB 524MB 523MB ntfs Basic data partition hidden, diag
2 524MB 629MB 105MB fat32 EFI system partition boot, esp
3 629MB 646MB 16,8MB Microsoft reserved partition msftres
4 646MB 210GB 209GB ntfs Basic data partition msftdata
5 210GB 472GB 262GB ntfs Basic data partition msftdata
6 472GB 661GB 189GB ntfs Basic data partition msftdata
7 661GB 1000GB 339GB ntfs Basic data partition msftdata
8 1000GB 1000GB 568MB ntfs hidden, diag
Arch user for 2 years
Still a noob
Offline
The journal showed the Arch install booting in BIOS mode. Combining that with the parted output, is the system Windows GPT/BIOS Arch MBR/BIOS or is Windows GPT/EFI and you are using the firmware to select which install to boot?
Offline
im actually not chainloading via grub, i have them on two separate disks, its safer that way
to switch systems i use the boot menu in bios to choose what disk to boot
Arch user for 2 years
Still a noob
Offline